Basset Help

Help Basset

Flight Reservation ID (Resumen Booking) (Paso 6)

curl –location –request GET ‘https://api.basset.ws/reservations/369656351?site=AR&channel=API’ \
–header ‘x-api-key: KEY’ \
–header ‘x-client-id: ID’

Response:

{
“id”: “369656351”,
“products”: [
{
“reservation_id”: “4cdaa90a-55ef-4fd0-b765-217fXXXX5d2”,
“provider_reservation_id”: “LSJYZZ”,
“type”: “FLIGHT”,
“status”: “BOOKED”,
“voucher_url”: “”,
“provider_configuration_id”: “5609491a-53b4-4805-97b5-e9dXXX26cc5b”,
“agent_id”: “”,
“user_group_id”: “”,
“business_unit_id”: “”,
“channel”: “API”,
“source”: “”,
“provider”: “SABRE”,
“messages”: [],
“route_type”: “INTERNATIONAL”,
“flight_type”: “ROUND_TRIP”,
“validating_carrier”: “CM”,
“pnr”: “LSJYZZ”,
“origin”: “Ezeiza”,
“origin_code”: “EZE”,
“destination”: “Tocumen”,
“destination_code”: “PTY”,
“departure_date”: “2023-08-26T05:11:00Z”,
“return_date”: “2023-08-31T12:32:00Z”,
“adults_qty”: 1,
“seniors_qty”: 0,
“disabled_qty”: 0,
“children_qty”: 0,
“infants_qty”: 0,
“fare”: {
“total”: 524598.34,
“currency”: “ARS”
},
“passengers”: [
{
“firstname”: “jorge”,
“lastname”: “sanchez”,
“birth”: “14/11/1979”,
“document”: {
“type”: “PAS”,
“number”: “1411122233”
}
}
],
“reseller_expiration_date”: “0001-01-01T00:00:00Z”,
“expiration_date”: “2023-08-11T15:57:00-03:00”
}
],
“client_id”: “3a9fdce7-a307-42a2-aa06-736ecffc418f”,
“contact”: {
“language”: “es”,
“email”: “mail@correo.com”,
“telephone”: {
“type”: “H”,
“country_code”: “54”,
“area_code”: “11”,
“number”: “333333333”
}
},
“fiscal_data”: {
“identification”: {
“type”: “DNI”,
“number”: “11633333333”,
“fiscal_name”: “jorge sanchez”,
“tax_situation”: “”
},
“address”: {
“state”: “”,
“city”: “AR”,
“country”: “AR”,
“street”: “”,
“number”: “11633333334”,
“floor”: “”,
“door”: “”,
“postal_code”: “1252”
}
},
“created_at”: “2023-08-10T19:03:32.391663659Z”,
“updated_at”: “2023-08-10T19:03:51.113632439Z”,
“messages”: [],
“payments”: [],
“fiscal_documents”: []
}