Chilkat Online Tools

Perl / Booking Management API v2021.12 / createBooking - Air with price comparison

Back to Collection Items

use chilkat();

# This example assumes the Chilkat API to have been previously unlocked.
# See Global Unlock Sample for sample code.

$http = chilkat::CkHttp->new();

# Use this online tool to generate code from sample JSON: Generate Code to Create JSON

# The following JSON is sent in the request body.

# {
#   "agency": {
#     "address": {
#       "name": "John Smith",
#       "street": "1230 Ellen Ave, apt 10",
#       "city": "Dallas",
#       "stateProvince": "TX",
#       "postalCode": "75063",
#       "countryCode": "US",
#       "freeText": "John Smith\n1230 Ellen Ave, apt 10\nDallas, TX 75063\nUS"
#     },
#     "agencyCustomerNumber": "1234567",
#     "ticketingPolicy": "TODAY"
#   },
#   "travelers": [
#     {
#       "givenName": "John",
#       "surname": "Smith",
#       "birthDate": "1970-01-23",
#       "passengerCode": "ADT"
#     },
#     {
#       "givenName": "All",
#       "surname": "Smith",
#       "birthDate": "2000-01-23",
#       "passengerCode": "CNN"
#     }
#   ],
#   "contactInfo": {
#     "emails": [
#       "travel@sabre.com",
#       "travel2@sabre.com"
#     ],
#     "phones": [
#       "+123456"
#     ]
#   },
#   "flightDetails": {
#     "flights": [
#       {
#         "flightNumber": 463,
#         "airlineCode": "EY",
#         "fromAirportCode": "MEL",
#         "toAirportCode": "AUH",
#         "departureDate": "{{start_date}}",
#         "departureTime": "16:55",
#         "bookingClass": "Y",
#         "marriageGroup": false,
#         "flightStatusCode": "NN"
#       },
#       {
#         "flightNumber": 462,
#         "airlineCode": "EY",
#         "fromAirportCode": "AUH",
#         "toAirportCode": "MEL",
#         "departureDate": "{{end_date}}",
#         "departureTime": "09:00",
#         "bookingClass": "Y",
#         "marriageGroup": false,
#         "flightStatusCode": "NN"
#       }
#     ],
#     "flightPricing": [
#       {
#         "priceComparisons": [
#           {
#             "desiredAmount": "5300.00",
#             "comparisonType": "INCREASE_BY_AMOUNT",
#             "amount": "30.00"
#           },
#           {
#             "desiredAmount": "5300.00",
#             "comparisonType": "DECREASE_BY_AMOUNT",
#             "amount": "30.00"
#           }
#         ]
#       }
#     ]
#   },
#   "payment": {
#     "billingAddress": {
#       "name": "John Smith",
#       "street": "1230 Ellen Ave, apt 10",
#       "city": "Dallas",
#       "stateProvince": "TX",
#       "postalCode": "75063",
#       "countryCode": "US"
#     }
#   }
# }

$json = chilkat::CkJsonObject->new();
$json->UpdateString("agency.address.name","John Smith");
$json->UpdateString("agency.address.street","1230 Ellen Ave, apt 10");
$json->UpdateString("agency.address.city","Dallas");
$json->UpdateString("agency.address.stateProvince","TX");
$json->UpdateString("agency.address.postalCode","75063");
$json->UpdateString("agency.address.countryCode","US");
$json->UpdateString("agency.address.freeText","John Smith\n1230 Ellen Ave, apt 10\nDallas, TX 75063\nUS");
$json->UpdateString("agency.agencyCustomerNumber","1234567");
$json->UpdateString("agency.ticketingPolicy","TODAY");
$json->UpdateString("travelers[0].givenName","John");
$json->UpdateString("travelers[0].surname","Smith");
$json->UpdateString("travelers[0].birthDate","1970-01-23");
$json->UpdateString("travelers[0].passengerCode","ADT");
$json->UpdateString("travelers[1].givenName","All");
$json->UpdateString("travelers[1].surname","Smith");
$json->UpdateString("travelers[1].birthDate","2000-01-23");
$json->UpdateString("travelers[1].passengerCode","CNN");
$json->UpdateString("contactInfo.emails[0]",'travel@sabre.com');
$json->UpdateString("contactInfo.emails[1]",'travel2@sabre.com');
$json->UpdateString("contactInfo.phones[0]","+123456");
$json->UpdateInt("flightDetails.flights[0].flightNumber",463);
$json->UpdateString("flightDetails.flights[0].airlineCode","EY");
$json->UpdateString("flightDetails.flights[0].fromAirportCode","MEL");
$json->UpdateString("flightDetails.flights[0].toAirportCode","AUH");
$json->UpdateString("flightDetails.flights[0].departureDate","{{start_date}}");
$json->UpdateString("flightDetails.flights[0].departureTime","16:55");
$json->UpdateString("flightDetails.flights[0].bookingClass","Y");
$json->UpdateBool("flightDetails.flights[0].marriageGroup",0);
$json->UpdateString("flightDetails.flights[0].flightStatusCode","NN");
$json->UpdateInt("flightDetails.flights[1].flightNumber",462);
$json->UpdateString("flightDetails.flights[1].airlineCode","EY");
$json->UpdateString("flightDetails.flights[1].fromAirportCode","AUH");
$json->UpdateString("flightDetails.flights[1].toAirportCode","MEL");
$json->UpdateString("flightDetails.flights[1].departureDate","{{end_date}}");
$json->UpdateString("flightDetails.flights[1].departureTime","09:00");
$json->UpdateString("flightDetails.flights[1].bookingClass","Y");
$json->UpdateBool("flightDetails.flights[1].marriageGroup",0);
$json->UpdateString("flightDetails.flights[1].flightStatusCode","NN");
$json->UpdateString("flightDetails.flightPricing[0].priceComparisons[0].desiredAmount","5300.00");
$json->UpdateString("flightDetails.flightPricing[0].priceComparisons[0].comparisonType","INCREASE_BY_AMOUNT");
$json->UpdateString("flightDetails.flightPricing[0].priceComparisons[0].amount","30.00");
$json->UpdateString("flightDetails.flightPricing[0].priceComparisons[1].desiredAmount","5300.00");
$json->UpdateString("flightDetails.flightPricing[0].priceComparisons[1].comparisonType","DECREASE_BY_AMOUNT");
$json->UpdateString("flightDetails.flightPricing[0].priceComparisons[1].amount","30.00");
$json->UpdateString("payment.billingAddress.name","John Smith");
$json->UpdateString("payment.billingAddress.street","1230 Ellen Ave, apt 10");
$json->UpdateString("payment.billingAddress.city","Dallas");
$json->UpdateString("payment.billingAddress.stateProvince","TX");
$json->UpdateString("payment.billingAddress.postalCode","75063");
$json->UpdateString("payment.billingAddress.countryCode","US");

$http->SetRequestHeader("Conversation-ID","{{conv_id}}");
$http->SetRequestHeader("Content-Type","application/json");
# Adds the "Authorization: Bearer <access_token>" header.
$http->put_AuthToken("<access_token>");

# resp is a HttpResponse
$resp = $http->PostJson3("https://domain.com/v1/trip/orders/createBooking","application/json",$json);
if ($http->get_LastMethodSuccess() == 0) {
    print $http->lastErrorText() . "\r\n";
    exit;
}

print $resp->get_StatusCode() . "\r\n";
print $resp->bodyStr() . "\r\n";

Curl Command

curl -X POST
	-H "Authorization: Bearer <access_token>"
	-H "Content-Type: application/json"
	-H "Conversation-ID: {{conv_id}}"
	-d '{
	 "agency": {
		"address": {
			"name": "John Smith",
			"street": "1230 Ellen Ave, apt 10",
			"city": "Dallas",
			"stateProvince": "TX",
			"postalCode": "75063",
			"countryCode": "US",
			"freeText": "John Smith\n1230 Ellen Ave, apt 10\nDallas, TX 75063\nUS"
		},
		"agencyCustomerNumber": "1234567",
		"ticketingPolicy": "TODAY"
  	},
	"travelers": [
		{
			"givenName": "John",
			"surname": "Smith",
			"birthDate": "1970-01-23",
			"passengerCode": "ADT"
		},
        {
			"givenName": "All",
			"surname": "Smith",
			"birthDate": "2000-01-23",
			"passengerCode": "CNN"
		}
	],
	"contactInfo":
    {
      "emails": [
        "travel@sabre.com",
		"travel2@sabre.com"
      ],
      "phones": [
        "+123456"
      ]
    },
	"flightDetails": {
		"flights": [
			{
				"flightNumber": 463,
				"airlineCode": "EY",
				"fromAirportCode": "MEL",
				"toAirportCode": "AUH",
				"departureDate": "{{start_date}}",
				"departureTime": "16:55",
				"bookingClass": "Y",
				"marriageGroup": false,
				"flightStatusCode": "NN"
			},
			{
				"flightNumber": 462,
				"airlineCode": "EY",
				"fromAirportCode": "AUH",
				"toAirportCode": "MEL",
				"departureDate": "{{end_date}}",
				"departureTime": "09:00",
				"bookingClass": "Y",
				"marriageGroup": false,
				"flightStatusCode": "NN"
			}
		],
        "flightPricing": [
        {
            "priceComparisons": [
                {
                    "desiredAmount": "5300.00",
                    "comparisonType": "INCREASE_BY_AMOUNT",
                    "amount": "30.00"
                },
                                {
                    "desiredAmount": "5300.00",
                    "comparisonType": "DECREASE_BY_AMOUNT",
                    "amount": "30.00"
                }
            ]
        }
    ]
	},
    "payment": {
        "billingAddress": {
        "name": "John Smith",
        "street": "1230 Ellen Ave, apt 10",
        "city": "Dallas",
        "stateProvince": "TX",
        "postalCode": "75063",
        "countryCode": "US"
        }
  } 
}'
https://domain.com/v1/trip/orders/createBooking

Postman Collection Item JSON

{
  "name": "createBooking - Air with price comparison",
  "request": {
    "method": "POST",
    "header": [
      {
        "key": "Content-Type",
        "type": "text",
        "value": "application/json"
      },
      {
        "key": "Conversation-ID",
        "type": "text",
        "value": "{{conv_id}}"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n\t \"agency\": {\n\t\t\"address\": {\n\t\t\t\"name\": \"John Smith\",\n\t\t\t\"street\": \"1230 Ellen Ave, apt 10\",\n\t\t\t\"city\": \"Dallas\",\n\t\t\t\"stateProvince\": \"TX\",\n\t\t\t\"postalCode\": \"75063\",\n\t\t\t\"countryCode\": \"US\",\n\t\t\t\"freeText\": \"John Smith\\n1230 Ellen Ave, apt 10\\nDallas, TX 75063\\nUS\"\n\t\t},\n\t\t\"agencyCustomerNumber\": \"1234567\",\n\t\t\"ticketingPolicy\": \"TODAY\"\n  \t},\n\t\"travelers\": [\n\t\t{\n\t\t\t\"givenName\": \"John\",\n\t\t\t\"surname\": \"Smith\",\n\t\t\t\"birthDate\": \"1970-01-23\",\n\t\t\t\"passengerCode\": \"ADT\"\n\t\t},\n        {\n\t\t\t\"givenName\": \"All\",\n\t\t\t\"surname\": \"Smith\",\n\t\t\t\"birthDate\": \"2000-01-23\",\n\t\t\t\"passengerCode\": \"CNN\"\n\t\t}\n\t],\n\t\"contactInfo\":\n    {\n      \"emails\": [\n        \"travel@sabre.com\",\n\t\t\"travel2@sabre.com\"\n      ],\n      \"phones\": [\n        \"+123456\"\n      ]\n    },\n\t\"flightDetails\": {\n\t\t\"flights\": [\n\t\t\t{\n\t\t\t\t\"flightNumber\": 463,\n\t\t\t\t\"airlineCode\": \"EY\",\n\t\t\t\t\"fromAirportCode\": \"MEL\",\n\t\t\t\t\"toAirportCode\": \"AUH\",\n\t\t\t\t\"departureDate\": \"{{start_date}}\",\n\t\t\t\t\"departureTime\": \"16:55\",\n\t\t\t\t\"bookingClass\": \"Y\",\n\t\t\t\t\"marriageGroup\": false,\n\t\t\t\t\"flightStatusCode\": \"NN\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"flightNumber\": 462,\n\t\t\t\t\"airlineCode\": \"EY\",\n\t\t\t\t\"fromAirportCode\": \"AUH\",\n\t\t\t\t\"toAirportCode\": \"MEL\",\n\t\t\t\t\"departureDate\": \"{{end_date}}\",\n\t\t\t\t\"departureTime\": \"09:00\",\n\t\t\t\t\"bookingClass\": \"Y\",\n\t\t\t\t\"marriageGroup\": false,\n\t\t\t\t\"flightStatusCode\": \"NN\"\n\t\t\t}\n\t\t],\n        \"flightPricing\": [\n        {\n            \"priceComparisons\": [\n                {\n                    \"desiredAmount\": \"5300.00\",\n                    \"comparisonType\": \"INCREASE_BY_AMOUNT\",\n                    \"amount\": \"30.00\"\n                },\n                                {\n                    \"desiredAmount\": \"5300.00\",\n                    \"comparisonType\": \"DECREASE_BY_AMOUNT\",\n                    \"amount\": \"30.00\"\n                }\n            ]\n        }\n    ]\n\t},\n    \"payment\": {\n        \"billingAddress\": {\n        \"name\": \"John Smith\",\n        \"street\": \"1230 Ellen Ave, apt 10\",\n        \"city\": \"Dallas\",\n        \"stateProvince\": \"TX\",\n        \"postalCode\": \"75063\",\n        \"countryCode\": \"US\"\n        }\n  } \n}"
    },
    "url": {
      "raw": "{{rest_endpoint}}/v1/trip/orders/createBooking",
      "host": [
        "{{rest_endpoint}}"
      ],
      "path": [
        "v1",
        "trip",
        "orders",
        "createBooking"
      ]
    },
    "description": "[//]: # \"Start\"\n\n<b>[Description](https://developer.sabre.com/docs/rest_apis/trip/orders/booking_management), [Resources](https://developer.sabre.com/docs/rest_apis/trip/orders/booking_management/reference-documentation), [Help](https://developer.sabre.com/docs/rest_apis/trip/orders/booking_management/help)</b>\n\n[//]: # \"End\""
  },
  "response": [
  ]
}