...
The method will return the operation result.
Variables to send:
Parameter | Data type | Description | |
Request | Text | updateToken | Mandatory |
CompanyToken | Token | Token you got from 3G to operate this API | Mandatory |
TransactionToken | Token | Transaction token as accepted from the createToken. | Mandatory |
PaymentAmount | money | Transaction amount, up to 2 decimal | Optional |
CompanyRef | Text | Company reference number | Optional |
CustomerEmail | Text | E-mail of the customer to send the link | Optional |
CustomerFirstName | Text | Customer name | Optional |
CustomerLastName | Text | Customer last name | Optional |
CustomerAddress | Text | Customer address | Optional |
CustomerCity | Text | Customer city | Optional |
CustomerCountry | ISO code | Customer country ISO 2 letter code | Optional |
CustomerDialCode | ISO code | Customer country ISO 2 letter code | Optional |
CustomerPhone | Number | Customer Phone number | Optional |
CustomerZip | Text | Customer zip code | Optional |
CompanyAccRef | Text | Internal accounting reference number | Optional |
UserToken | Token | To define who created the transaction | Optional |
AdditionalFields | JSON | Additional transaction props | Optional |
Additional Fields Prams:
No | Parameter | DPO tag name | |
1 | Ticket Type | TravTransTypeCd | Mandatory |
2 | Document Type | DocTypeCd | Optional |
3 | IATA Carrier Code | ATACarrierCd | Mandatory |
4 | IATA Travel Agency Number | IATAAgcyNbr | Optional |
5 | Ticket Carrier Name | TktCarrierNm | Mandatory |
6 | Ticket Issuer City Name | TktIssCityNm | Optional |
7 | Number of Passengers | PassCnt | Mandatory |
8 | Conjunction Ticket Indicator | ConjTktInd | Mandatory |
9 | Electronic Ticket Indicator | ElecTktInd | Optional |
10 | Exchanged/Original Ticket No. | ExchTktNbr | Mandatory |
11 | Segment IATA Carrier Code | SegIATACarrierCd | Optional |
12 | Fare Basis Text | FareBasisTxt | Mandatory |
13 | service class code | ServClassCd | Mandatory |
14 | Flight Number | FlgtNbr | Mandatory |
...
|
Respond:
The server will respond for the updateToken request according to the following results:
Parameter | Data type | Description |
Code | 3 digits code | A code will be sent with the result of the request |
Explanation | Text | Free text of the result |
ExtraInfo | Text | Free text of the result (Info error details) |
Response codes:
Code | Explanation |
000 | Token been updated |
999 | Custom error message |
804 | Error in XML |
950 | Request missing transaction level mandatory fields |
955 | Request missing transaction level mandatory additional fields |
...