POST api/{apiVersion}/TurnaFlightBooking/GetTicketInfo
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
TurnaFlightBookingTicketInfoRequestName | Description | Type | Additional information |
---|---|---|---|
TransactionId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "TransactionId": "6d9d7e6d-c75d-413b-9a67-cfb93746a5ef" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfTurnaFlightBookingTicketInfoResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | TurnaFlightBookingTicketInfoResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "TransactionId": "0583a4b6-338f-4f14-b5d4-043e569834c4", "Amount": 2.0, "AmountCurrency": "sample string 3", "AmountCurrencyCode": "sample string 4", "SenderId": "c61d05ca-1cea-4f54-9603-76ddac023b3a" }, "IsShowMessage": true, "IsShowRateAndReview": true }