Field Name | Status | Value Type | Description |
---|---|---|---|
airline_amount | Mandatory | NUMERIC |
The amount for airline fare; with 2 digit behind comma. For those currencies without decimal point, they should be sent without digits behind comma. |
version | Mandatory | TEXT |
The version number of universal record service that indicates how many times it has been modified. |
target_branch | Mandatory | TEXT |
Assigned target branch where all the requests will be under on workbench area. |
provider_code | Mandatory | TEXT |
The booking engine provider code that’s used for reservations. |
provider_locator_code | Mandatory | TEXT |
The booking engine provider locator code that’s used for reservations. |
universal_locator_code | Mandatory | TEXT |
Universal record code that can be used for searching a Passenger Name Record (PNR) record. |
fop_key | Mandatory | TEXT |
The form of payment (FOP) key that’s used to update the credit card information during request message sending. |
Sample of the uatp request parameter is as follow:
"uatp": {
"airline_amount": "123.45",
"version": "13",
"target_branch": "P7085010",
"provider_code": "1G",
"provider_locator_code": "KZC2RW",
"universal_locator_code": "4JUUEK",
"fop_key": "OAot7+3R2BKAZD4KAAAAAA=="
}