Confirm Ticket Price - International (Round Trip)
Use SessionId, ''AgentId'', ''GdsId'', CombinationID and RecommendationID as returned in the search to book specific flight
Price Confirmation API: http://bsptrips.staging.vggdev.com/api/Flight/ConfirmTicketPrice
SAMPLE REQUEST AND RESPONSE
The API is used to confirm flight price, see sample request model and response
Request Header:
Authorization: {Bearer Token}
Content-Type: application/json
MerchantCode: {MerchantCode}
Sample Request
Field Name | Data Type | Required |
---|---|---|
CombinationID | Integer | |
RecommendationID | Integer | |
FlightRouteIndex | Integer | |
AgentID | Integer | |
GdsID | Integer | |
SessionID | String | |
BillingAddress | Object | |
BillingAddress -> ContactName | String | |
BillingAddress -> ContactEmail | String | |
BillingAddress -> AddressLine1 | String | |
BillingAddress -> AddressLine2 | String | |
BillingAddress -> City | String | |
BillingAddress -> CountryCode | String | |
BillingAddress -> ContactMobileNo | String | |
AirTravellers | Array Object | |
AirTravellers -> Gender | String | |
AirTravellers -> PassengerTypeCode | ||
AirTravellers -> LastName | ||
AirTravellers -> FirstName | ||
AirTravellers -> BirthDate | ||
AirTravellers -> NamePrefix | ||
AirTravellers -> Email | ||
AirTravellers -> Address | Object | |
AirTravellers -> Address -> ContactName | String | |
AirTravellers -> Address -> AddressLine1 | String | |
AirTravellers -> Address -> AddressLine2 | String | |
AirTravellers -> Address -> City | String | |
AirTravellers -> Address -> CountryCode | String | |
AirTravellers -> Documents | Object Array | |
AirTravellers -> Documents -> DocType | String (can be either of DOCS,) | |
AirTravellers -> Documents -> DocID | String | |
AirTravellers -> Documents -> EffectiveDate | Date (2020-03-21) | |
AirTravellers -> Documents -> ExpiryDate | Date (2020-03-21) | |
AirTravellers -> Documents -> InnerDocType | String (can be either of PASSPORT, ) | |
AirTravellers -> Documents -> IssueLocation | String | |
AirTravellers -> Documents -> BirthCountryCode | String ( country code) | |
AirTravellers -> Documents -> IssueCountryCode | String ( country code) |
Sample Success Response
Sample failed Response
Last updated