UpdateTripApprovalStatus
Update the approval status for the specified trip.
Input
Name | Type | Required | Description |
TransactionId | String | True | A value used to identify request and response pairs. This value can contain any alphanumeric string that does not contain special characters. |
Version | String | True | The version of the web service.
デフォルト値は1.0です。 |
ItinLocator | String | False | The Itinerary Services Record Locator (also known as Itin Locator or Trip Locator). NOT the GDS record locator. If value of the ItinLocator is unknown, the RecordLocator element should be passed instead. |
RecordLocator | String | False | The GDS record locator. Should be passed only if the ItinLocator is unknown. |
ApproverLogin | String | True | The login ID of the Travel approver. |
Action | String | True | The workflow action to take. Supported values are approve, reject.
使用できる値は次のとおりです。approve, reject |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates if the status of the trip was updated successfully. |