Chilkat Online Tools

unicodeC / Booking Management API v2021.12 / createBooking - Air with CSL hotel

Back to Collection Items

#include <C_CkHttpW.h>
#include <C_CkJsonObjectW.h>
#include <C_CkHttpResponseW.h>

void ChilkatSample(void)
    {
    HCkHttpW http;
    BOOL success;
    HCkJsonObjectW json;
    HCkHttpResponseW resp;

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

    http = CkHttpW_Create();

    // 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"
    //   },
    //   "hotel": {
    //     "useCSL": true,
    //     "bookingKey": "{{bookingKey}}",
    //     "corporateDiscountCode": 6878700,
    //     "rooms": [
    //       {
    //         "isSmoking": false,
    //         "bedTypeCode": 3,
    //         "physicalDisabilityCode": 3,
    //         "roomExtras": [
    //           {
    //             "roomExtraType": 26,
    //             "quantity": 1,
    //             "amount": "100.00"
    //           }
    //         ],
    //         "travelerIndices": [
    //           1
    //         ]
    //       }
    //     ],
    //     "specialInstruction": "Need a wi-fi in the room.",
    //     "paymentPolicy": "DEPOSIT",
    //     "formOfPayment": 3
    //   },
    //   "travelers": [
    //     {
    //       "givenName": "John",
    //       "surname": "Kowalski",
    //       "birthDate": "1970-01-23",
    //       "passengerCode": "ADT"
    //     },
    //     {
    //       "givenName": "All",
    //       "surname": "Mrozicki",
    //       "birthDate": "2000-01-23",
    //       "passengerCode": "ADT"
    //     }
    //   ],
    //   "contactInfo": {
    //     "emails": [
    //       "travel@sabre.com",
    //       "travel2@sabre.com"
    //     ],
    //     "phones": [
    //       "+123456"
    //     ]
    //   },
    //   "flightDetails": {
    //     "flights": [
    //       {
    //         "flightNumber": 463,
    //         "airlineCode": "EY",
    //         "fromAirportCode": "MEL",
    //         "toAirportCode": "AUH",
    //         "departureDate": "2021-10-20",
    //         "departureTime": "16:15",
    //         "bookingClass": "Y",
    //         "marriageGroup": false,
    //         "flightStatusCode": "NN"
    //       },
    //       {
    //         "flightNumber": 460,
    //         "airlineCode": "EY",
    //         "fromAirportCode": "AUH",
    //         "toAirportCode": "MEL",
    //         "departureDate": "2021-10-27",
    //         "departureTime": "21:45",
    //         "bookingClass": "Y",
    //         "marriageGroup": false,
    //         "flightStatusCode": "NN"
    //       }
    //     ],
    //     "flightPricing": [
    //       {
    //         "qualifiers": {
    //           "payment": {
    //             "primaryFormOfPayment": 1,
    //             "secondaryFormOfPayment": 3,
    //             "amountOnSecondFormOfPayment": "100.00"
    //           }
    //         }
    //       }
    //     ]
    //   },
    //   "payment": {
    //     "billingAddress": {
    //       "name": "John Smith",
    //       "street": "1230 Ellen Ave, apt 10",
    //       "city": "Dallas",
    //       "stateProvince": "TX",
    //       "postalCode": "75063",
    //       "countryCode": "US"
    //     },
    //     "formsOfPayment": [
    //       {
    //         "type": "CASH"
    //       },
    //       {
    //         "type": "CHECK"
    //       },
    //       {
    //         "type": "PAYMENTCARD",
    //         "cardTypeCode": "VI",
    //         "cardNumber": "4487971000000006",
    //         "cardSecurityCode": "123",
    //         "expiryDate": "2022-10",
    //         "manualApproval": {
    //           "code": "X05285",
    //           "airlineCode": "AA",
    //           "requestDateTime": "2017-08-14T01:11:11",
    //           "expiryDateTime": "2022-08-14T01:11:11",
    //           "amount": "684.00",
    //           "currencyCode": "USD"
    //         },
    //         "cardHolder": {
    //           "givenName": "John",
    //           "surname": "Smith",
    //           "email": "john@smith.family.priv",
    //           "phone": "+1-555-123-4567",
    //           "address": {
    //             "street": "1230 Ellen Ave, apt 10",
    //             "city": "Dallas",
    //             "stateProvince": "TX",
    //             "postalCode": "75063",
    //             "countryCode": "US"
    //           }
    //         }
    //       },
    //       {
    //         "type": "MISCELLANEOUS",
    //         "miscellaneousCreditCode": "PL189947",
    //         "extendedPayment": 12,
    //         "boardingTaxAmount": "100.00"
    //       },
    //       {
    //         "type": "INSTALLMENTS",
    //         "numberOfInstallments": 90,
    //         "airlinePlanCode": "RG065",
    //         "installmentAmount": "100",
    //         "netBalance": "300.20"
    //       },
    //       {
    //         "type": "VIRTUAL_CARD",
    //         "virtualCard": {
    //           "customerAccountCode": "John",
    //           "agencyEmail": "john@smith.family.priv",
    //           "hotelFax": "john@smith.family.priv",
    //           "hotelName": "Ilia Hotel and Luxury Suites",
    //           "roomType": "2 double beds",
    //           "roomDescription": "Deluxe Room, 2 Double Beds",
    //           "rateAmount": {
    //             "amount": "100.00",
    //             "currencyCode": "USD"
    //           },
    //           "virtualCardCharges": [
    //             "Breakfast"
    //           ]
    //         }
    //       },
    //       {
    //         "type": "AGENCY_NAME",
    //         "agencyAddress": {
    //           "name": "John Smith",
    //           "street": "1230 Ellen Ave, apt 10",
    //           "city": "Dallas",
    //           "stateProvince": "TX",
    //           "postalCode": "75063",
    //           "countryCode": "US"
    //         }
    //       },
    //       {
    //         "type": "AGENCY_IATA",
    //         "agencyIataNumber": "129345738"
    //       },
    //       {
    //         "type": "CORPORATE",
    //         "corporateId": "CC006"
    //       },
    //       {
    //         "type": "COMPANY_NAME",
    //         "companyAddress": {
    //           "name": "John Smith",
    //           "street": "1230 Ellen Ave, apt 10",
    //           "city": "Dallas",
    //           "stateProvince": "TX",
    //           "postalCode": "75063",
    //           "countryCode": "US"
    //         }
    //       }
    //     ]
    //   }
    // }

    json = CkJsonObjectW_Create();
    CkJsonObjectW_UpdateString(json,L"agency.address.name",L"John Smith");
    CkJsonObjectW_UpdateString(json,L"agency.address.street",L"1230 Ellen Ave, apt 10");
    CkJsonObjectW_UpdateString(json,L"agency.address.city",L"Dallas");
    CkJsonObjectW_UpdateString(json,L"agency.address.stateProvince",L"TX");
    CkJsonObjectW_UpdateString(json,L"agency.address.postalCode",L"75063");
    CkJsonObjectW_UpdateString(json,L"agency.address.countryCode",L"US");
    CkJsonObjectW_UpdateString(json,L"agency.address.freeText",L"John Smith\n1230 Ellen Ave, apt 10\nDallas, TX 75063\nUS");
    CkJsonObjectW_UpdateString(json,L"agency.agencyCustomerNumber",L"1234567");
    CkJsonObjectW_UpdateString(json,L"agency.ticketingPolicy",L"TODAY");
    CkJsonObjectW_UpdateBool(json,L"hotel.useCSL",TRUE);
    CkJsonObjectW_UpdateString(json,L"hotel.bookingKey",L"{{bookingKey}}");
    CkJsonObjectW_UpdateInt(json,L"hotel.corporateDiscountCode",6878700);
    CkJsonObjectW_UpdateBool(json,L"hotel.rooms[0].isSmoking",FALSE);
    CkJsonObjectW_UpdateInt(json,L"hotel.rooms[0].bedTypeCode",3);
    CkJsonObjectW_UpdateInt(json,L"hotel.rooms[0].physicalDisabilityCode",3);
    CkJsonObjectW_UpdateInt(json,L"hotel.rooms[0].roomExtras[0].roomExtraType",26);
    CkJsonObjectW_UpdateInt(json,L"hotel.rooms[0].roomExtras[0].quantity",1);
    CkJsonObjectW_UpdateString(json,L"hotel.rooms[0].roomExtras[0].amount",L"100.00");
    CkJsonObjectW_UpdateInt(json,L"hotel.rooms[0].travelerIndices[0]",1);
    CkJsonObjectW_UpdateString(json,L"hotel.specialInstruction",L"Need a wi-fi in the room.");
    CkJsonObjectW_UpdateString(json,L"hotel.paymentPolicy",L"DEPOSIT");
    CkJsonObjectW_UpdateInt(json,L"hotel.formOfPayment",3);
    CkJsonObjectW_UpdateString(json,L"travelers[0].givenName",L"John");
    CkJsonObjectW_UpdateString(json,L"travelers[0].surname",L"Kowalski");
    CkJsonObjectW_UpdateString(json,L"travelers[0].birthDate",L"1970-01-23");
    CkJsonObjectW_UpdateString(json,L"travelers[0].passengerCode",L"ADT");
    CkJsonObjectW_UpdateString(json,L"travelers[1].givenName",L"All");
    CkJsonObjectW_UpdateString(json,L"travelers[1].surname",L"Mrozicki");
    CkJsonObjectW_UpdateString(json,L"travelers[1].birthDate",L"2000-01-23");
    CkJsonObjectW_UpdateString(json,L"travelers[1].passengerCode",L"ADT");
    CkJsonObjectW_UpdateString(json,L"contactInfo.emails[0]",L"travel@sabre.com");
    CkJsonObjectW_UpdateString(json,L"contactInfo.emails[1]",L"travel2@sabre.com");
    CkJsonObjectW_UpdateString(json,L"contactInfo.phones[0]",L"+123456");
    CkJsonObjectW_UpdateInt(json,L"flightDetails.flights[0].flightNumber",463);
    CkJsonObjectW_UpdateString(json,L"flightDetails.flights[0].airlineCode",L"EY");
    CkJsonObjectW_UpdateString(json,L"flightDetails.flights[0].fromAirportCode",L"MEL");
    CkJsonObjectW_UpdateString(json,L"flightDetails.flights[0].toAirportCode",L"AUH");
    CkJsonObjectW_UpdateString(json,L"flightDetails.flights[0].departureDate",L"2021-10-20");
    CkJsonObjectW_UpdateString(json,L"flightDetails.flights[0].departureTime",L"16:15");
    CkJsonObjectW_UpdateString(json,L"flightDetails.flights[0].bookingClass",L"Y");
    CkJsonObjectW_UpdateBool(json,L"flightDetails.flights[0].marriageGroup",FALSE);
    CkJsonObjectW_UpdateString(json,L"flightDetails.flights[0].flightStatusCode",L"NN");
    CkJsonObjectW_UpdateInt(json,L"flightDetails.flights[1].flightNumber",460);
    CkJsonObjectW_UpdateString(json,L"flightDetails.flights[1].airlineCode",L"EY");
    CkJsonObjectW_UpdateString(json,L"flightDetails.flights[1].fromAirportCode",L"AUH");
    CkJsonObjectW_UpdateString(json,L"flightDetails.flights[1].toAirportCode",L"MEL");
    CkJsonObjectW_UpdateString(json,L"flightDetails.flights[1].departureDate",L"2021-10-27");
    CkJsonObjectW_UpdateString(json,L"flightDetails.flights[1].departureTime",L"21:45");
    CkJsonObjectW_UpdateString(json,L"flightDetails.flights[1].bookingClass",L"Y");
    CkJsonObjectW_UpdateBool(json,L"flightDetails.flights[1].marriageGroup",FALSE);
    CkJsonObjectW_UpdateString(json,L"flightDetails.flights[1].flightStatusCode",L"NN");
    CkJsonObjectW_UpdateInt(json,L"flightDetails.flightPricing[0].qualifiers.payment.primaryFormOfPayment",1);
    CkJsonObjectW_UpdateInt(json,L"flightDetails.flightPricing[0].qualifiers.payment.secondaryFormOfPayment",3);
    CkJsonObjectW_UpdateString(json,L"flightDetails.flightPricing[0].qualifiers.payment.amountOnSecondFormOfPayment",L"100.00");
    CkJsonObjectW_UpdateString(json,L"payment.billingAddress.name",L"John Smith");
    CkJsonObjectW_UpdateString(json,L"payment.billingAddress.street",L"1230 Ellen Ave, apt 10");
    CkJsonObjectW_UpdateString(json,L"payment.billingAddress.city",L"Dallas");
    CkJsonObjectW_UpdateString(json,L"payment.billingAddress.stateProvince",L"TX");
    CkJsonObjectW_UpdateString(json,L"payment.billingAddress.postalCode",L"75063");
    CkJsonObjectW_UpdateString(json,L"payment.billingAddress.countryCode",L"US");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[0].type",L"CASH");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[1].type",L"CHECK");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].type",L"PAYMENTCARD");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].cardTypeCode",L"VI");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].cardNumber",L"4487971000000006");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].cardSecurityCode",L"123");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].expiryDate",L"2022-10");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].manualApproval.code",L"X05285");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].manualApproval.airlineCode",L"AA");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].manualApproval.requestDateTime",L"2017-08-14T01:11:11");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].manualApproval.expiryDateTime",L"2022-08-14T01:11:11");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].manualApproval.amount",L"684.00");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].manualApproval.currencyCode",L"USD");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].cardHolder.givenName",L"John");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].cardHolder.surname",L"Smith");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].cardHolder.email",L"john@smith.family.priv");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].cardHolder.phone",L"+1-555-123-4567");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].cardHolder.address.street",L"1230 Ellen Ave, apt 10");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].cardHolder.address.city",L"Dallas");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].cardHolder.address.stateProvince",L"TX");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].cardHolder.address.postalCode",L"75063");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[2].cardHolder.address.countryCode",L"US");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[3].type",L"MISCELLANEOUS");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[3].miscellaneousCreditCode",L"PL189947");
    CkJsonObjectW_UpdateInt(json,L"payment.formsOfPayment[3].extendedPayment",12);
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[3].boardingTaxAmount",L"100.00");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[4].type",L"INSTALLMENTS");
    CkJsonObjectW_UpdateInt(json,L"payment.formsOfPayment[4].numberOfInstallments",90);
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[4].airlinePlanCode",L"RG065");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[4].installmentAmount",L"100");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[4].netBalance",L"300.20");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[5].type",L"VIRTUAL_CARD");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[5].virtualCard.customerAccountCode",L"John");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[5].virtualCard.agencyEmail",L"john@smith.family.priv");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[5].virtualCard.hotelFax",L"john@smith.family.priv");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[5].virtualCard.hotelName",L"Ilia Hotel and Luxury Suites");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[5].virtualCard.roomType",L"2 double beds");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[5].virtualCard.roomDescription",L"Deluxe Room, 2 Double Beds");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[5].virtualCard.rateAmount.amount",L"100.00");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[5].virtualCard.rateAmount.currencyCode",L"USD");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[5].virtualCard.virtualCardCharges[0]",L"Breakfast");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[6].type",L"AGENCY_NAME");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[6].agencyAddress.name",L"John Smith");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[6].agencyAddress.street",L"1230 Ellen Ave, apt 10");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[6].agencyAddress.city",L"Dallas");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[6].agencyAddress.stateProvince",L"TX");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[6].agencyAddress.postalCode",L"75063");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[6].agencyAddress.countryCode",L"US");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[7].type",L"AGENCY_IATA");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[7].agencyIataNumber",L"129345738");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[8].type",L"CORPORATE");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[8].corporateId",L"CC006");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[9].type",L"COMPANY_NAME");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[9].companyAddress.name",L"John Smith");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[9].companyAddress.street",L"1230 Ellen Ave, apt 10");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[9].companyAddress.city",L"Dallas");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[9].companyAddress.stateProvince",L"TX");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[9].companyAddress.postalCode",L"75063");
    CkJsonObjectW_UpdateString(json,L"payment.formsOfPayment[9].companyAddress.countryCode",L"US");

    CkHttpW_SetRequestHeader(http,L"accept",L"application/json");
    CkHttpW_SetRequestHeader(http,L"Content-Type",L"application/json");
    CkHttpW_SetRequestHeader(http,L"X-Sabre-Group",L"G7RE");
    // Adds the "Authorization: Bearer <access_token>" header.
    CkHttpW_putAuthToken(http,L"<access_token>");
    CkHttpW_SetRequestHeader(http,L"X-Sabre-Current-City",L"G7RE");

    resp = CkHttpW_PostJson3(http,L"https://domain.com/",L"application/json",json);
    if (CkHttpW_getLastMethodSuccess(http) == FALSE) {
        wprintf(L"%s\n",CkHttpW_lastErrorText(http));
        CkHttpW_Dispose(http);
        CkJsonObjectW_Dispose(json);
        return;
    }

    wprintf(L"%d\n",CkHttpResponseW_getStatusCode(resp));
    wprintf(L"%s\n",CkHttpResponseW_bodyStr(resp));
    CkHttpResponseW_Dispose(resp);


    CkHttpW_Dispose(http);
    CkJsonObjectW_Dispose(json);

    }

Curl Command

curl -X POST
	-H "Authorization: Bearer <access_token>"
	-H "accept: application/json"
	-H "Content-Type: application/json"
	-H "X-Sabre-Group: G7RE"
	-H "X-Sabre-Current-City: G7RE"
	-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"
  },
  "hotel": {
    "useCSL": true,
    "bookingKey": "{{bookingKey}}",
    "corporateDiscountCode": 6878700,
    "rooms": [
      {
        "isSmoking": false,
        "bedTypeCode": 3,
        "physicalDisabilityCode": 3,
        "roomExtras": [
          {
            "roomExtraType": 26,
            "quantity": 1,
            "amount": "100.00"
          }
        ],
        "travelerIndices": [
          1
        ]
      }
    ],
    "specialInstruction": "Need a wi-fi in the room.",
    "paymentPolicy": "DEPOSIT",
    "formOfPayment": 3
  },
  "travelers": [
    {
      "givenName": "John",
      "surname": "Kowalski",
      "birthDate": "1970-01-23",
      "passengerCode": "ADT"
    },
    {
      "givenName": "All",
      "surname": "Mrozicki",
      "birthDate": "2000-01-23",
      "passengerCode": "ADT"
    }
  ],
  "contactInfo": {
    "emails": [
      "travel@sabre.com",
      "travel2@sabre.com"
    ],
    "phones": [
      "+123456"
    ]
  },
  "flightDetails": {
    "flights": [
      {
        "flightNumber": 463,
        "airlineCode": "EY",
        "fromAirportCode": "MEL",
        "toAirportCode": "AUH",
        "departureDate": "2021-10-20",
        "departureTime": "16:15",
        "bookingClass": "Y",
        "marriageGroup": false,
        "flightStatusCode": "NN"
      },
      {
        "flightNumber": 460,
        "airlineCode": "EY",
        "fromAirportCode": "AUH",
        "toAirportCode": "MEL",
        "departureDate": "2021-10-27",
        "departureTime": "21:45",
        "bookingClass": "Y",
        "marriageGroup": false,
        "flightStatusCode": "NN"
      }
    ],
    "flightPricing": [
      {
        "qualifiers": {
          "payment": {
            "primaryFormOfPayment": 1,
            "secondaryFormOfPayment": 3,
            "amountOnSecondFormOfPayment": "100.00"
          }
        }
      }
    ]
  },
  "payment": {
    "billingAddress": {
      "name": "John Smith",
      "street": "1230 Ellen Ave, apt 10",
      "city": "Dallas",
      "stateProvince": "TX",
      "postalCode": "75063",
      "countryCode": "US"
    },
    "formsOfPayment": [
      {
        "type": "CASH"
      },
      {
        "type": "CHECK"
      },
      {
        "type": "PAYMENTCARD",
        "cardTypeCode": "VI",
        "cardNumber": "4487971000000006",
        "cardSecurityCode": "123",
        "expiryDate": "2022-10",
        "manualApproval": {
          "code": "X05285",
          "airlineCode": "AA",
          "requestDateTime": "2017-08-14T01:11:11",
          "expiryDateTime": "2022-08-14T01:11:11",
          "amount": "684.00",
          "currencyCode": "USD"
        },
        "cardHolder": {
          "givenName": "John",
          "surname": "Smith",
          "email": "john@smith.family.priv",
          "phone": "+1-555-123-4567",
          "address": {
            "street": "1230 Ellen Ave, apt 10",
            "city": "Dallas",
            "stateProvince": "TX",
            "postalCode": "75063",
            "countryCode": "US"
          }
        }
      },
      {
        "type": "MISCELLANEOUS",
        "miscellaneousCreditCode": "PL189947",
        "extendedPayment": 12,
        "boardingTaxAmount": "100.00"
      },
      {
        "type": "INSTALLMENTS",
        "numberOfInstallments": 90,
        "airlinePlanCode": "RG065",
        "installmentAmount": "100",
        "netBalance": "300.20"
      },
      {
        "type": "VIRTUAL_CARD",
        "virtualCard": {
          "customerAccountCode": "John",
          "agencyEmail": "john@smith.family.priv",
          "hotelFax": "john@smith.family.priv",
          "hotelName": "Ilia Hotel and Luxury Suites",
          "roomType": "2 double beds",
          "roomDescription": "Deluxe Room, 2 Double Beds",
          "rateAmount": {
            "amount": "100.00",
            "currencyCode": "USD"
          },
          "virtualCardCharges": [
            "Breakfast"
          ]
        }
      },
      {
        "type": "AGENCY_NAME",
        "agencyAddress": {
          "name": "John Smith",
          "street": "1230 Ellen Ave, apt 10",
          "city": "Dallas",
          "stateProvince": "TX",
          "postalCode": "75063",
          "countryCode": "US"
        }
      },
      {
        "type": "AGENCY_IATA",
        "agencyIataNumber": "129345738"
      },
      {
        "type": "CORPORATE",
        "corporateId": "CC006"
      },
      {
        "type": "COMPANY_NAME",
        "companyAddress": {
          "name": "John Smith",
          "street": "1230 Ellen Ave, apt 10",
          "city": "Dallas",
          "stateProvince": "TX",
          "postalCode": "75063",
          "countryCode": "US"
        }
      }
    ]
  }
}'
https://domain.com/

Postman Collection Item JSON

{
  "name": "createBooking - Air with CSL hotel",
  "event": [
    {
      "listen": "test",
      "script": {
        "exec": [
          "pm.test(\"response is ok\", function () {\r",
          "    pm.response.to.be.ok;\r",
          "    pm.response.to.have.status(200);\r",
          "});\r",
          "\r",
          "pm.test(\"response must be valid and have a body\", function () {\r",
          "    // this assertion also checks if a body  exists\r",
          "     pm.response.to.be.json; \r",
          "});"
        ],
        "type": "text/javascript"
      }
    }
  ],
  "request": {
    "method": "POST",
    "header": [
      {
        "key": "accept",
        "type": "text",
        "value": "application/json"
      },
      {
        "key": "Content-Type",
        "name": "Content-Type",
        "type": "text",
        "value": "application/json"
      },
      {
        "key": "X-Sabre-Group",
        "value": "G7RE",
        "type": "text"
      },
      {
        "key": "X-Sabre-Current-City",
        "value": "G7RE",
        "type": "text"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n  \"agency\": {\n    \"address\": {\n      \"name\": \"John Smith\",\n      \"street\": \"1230 Ellen Ave, apt 10\",\n      \"city\": \"Dallas\",\n      \"stateProvince\": \"TX\",\n      \"postalCode\": \"75063\",\n      \"countryCode\": \"US\",\n      \"freeText\": \"John Smith\\n1230 Ellen Ave, apt 10\\nDallas, TX 75063\\nUS\"\n    },\n    \"agencyCustomerNumber\": \"1234567\",\n    \"ticketingPolicy\": \"TODAY\"\n  },\n  \"hotel\": {\n    \"useCSL\": true,\n    \"bookingKey\": \"{{bookingKey}}\",\n    \"corporateDiscountCode\": 6878700,\n    \"rooms\": [\n      {\n        \"isSmoking\": false,\n        \"bedTypeCode\": 3,\n        \"physicalDisabilityCode\": 3,\n        \"roomExtras\": [\n          {\n            \"roomExtraType\": 26,\n            \"quantity\": 1,\n            \"amount\": \"100.00\"\n          }\n        ],\n        \"travelerIndices\": [\n          1\n        ]\n      }\n    ],\n    \"specialInstruction\": \"Need a wi-fi in the room.\",\n    \"paymentPolicy\": \"DEPOSIT\",\n    \"formOfPayment\": 3\n  },\n  \"travelers\": [\n    {\n      \"givenName\": \"John\",\n      \"surname\": \"Kowalski\",\n      \"birthDate\": \"1970-01-23\",\n      \"passengerCode\": \"ADT\"\n    },\n    {\n      \"givenName\": \"All\",\n      \"surname\": \"Mrozicki\",\n      \"birthDate\": \"2000-01-23\",\n      \"passengerCode\": \"ADT\"\n    }\n  ],\n  \"contactInfo\": {\n    \"emails\": [\n      \"travel@sabre.com\",\n      \"travel2@sabre.com\"\n    ],\n    \"phones\": [\n      \"+123456\"\n    ]\n  },\n  \"flightDetails\": {\n    \"flights\": [\n      {\n        \"flightNumber\": 463,\n        \"airlineCode\": \"EY\",\n        \"fromAirportCode\": \"MEL\",\n        \"toAirportCode\": \"AUH\",\n        \"departureDate\": \"2021-10-20\",\n        \"departureTime\": \"16:15\",\n        \"bookingClass\": \"Y\",\n        \"marriageGroup\": false,\n        \"flightStatusCode\": \"NN\"\n      },\n      {\n        \"flightNumber\": 460,\n        \"airlineCode\": \"EY\",\n        \"fromAirportCode\": \"AUH\",\n        \"toAirportCode\": \"MEL\",\n        \"departureDate\": \"2021-10-27\",\n        \"departureTime\": \"21:45\",\n        \"bookingClass\": \"Y\",\n        \"marriageGroup\": false,\n        \"flightStatusCode\": \"NN\"\n      }\n    ],\n    \"flightPricing\": [\n      {\n        \"qualifiers\": {\n          \"payment\": {\n            \"primaryFormOfPayment\": 1,\n            \"secondaryFormOfPayment\": 3,\n            \"amountOnSecondFormOfPayment\": \"100.00\"\n          }\n        }\n      }\n    ]\n  },\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    \"formsOfPayment\": [\n      {\n        \"type\": \"CASH\"\n      },\n      {\n        \"type\": \"CHECK\"\n      },\n      {\n        \"type\": \"PAYMENTCARD\",\n        \"cardTypeCode\": \"VI\",\n        \"cardNumber\": \"4487971000000006\",\n        \"cardSecurityCode\": \"123\",\n        \"expiryDate\": \"2022-10\",\n        \"manualApproval\": {\n          \"code\": \"X05285\",\n          \"airlineCode\": \"AA\",\n          \"requestDateTime\": \"2017-08-14T01:11:11\",\n          \"expiryDateTime\": \"2022-08-14T01:11:11\",\n          \"amount\": \"684.00\",\n          \"currencyCode\": \"USD\"\n        },\n        \"cardHolder\": {\n          \"givenName\": \"John\",\n          \"surname\": \"Smith\",\n          \"email\": \"john@smith.family.priv\",\n          \"phone\": \"+1-555-123-4567\",\n          \"address\": {\n            \"street\": \"1230 Ellen Ave, apt 10\",\n            \"city\": \"Dallas\",\n            \"stateProvince\": \"TX\",\n            \"postalCode\": \"75063\",\n            \"countryCode\": \"US\"\n          }\n        }\n      },\n      {\n        \"type\": \"MISCELLANEOUS\",\n        \"miscellaneousCreditCode\": \"PL189947\",\n        \"extendedPayment\": 12,\n        \"boardingTaxAmount\": \"100.00\"\n      },\n      {\n        \"type\": \"INSTALLMENTS\",\n        \"numberOfInstallments\": 90,\n        \"airlinePlanCode\": \"RG065\",\n        \"installmentAmount\": \"100\",\n        \"netBalance\": \"300.20\"\n      },\n      {\n        \"type\": \"VIRTUAL_CARD\",\n        \"virtualCard\": {\n          \"customerAccountCode\": \"John\",\n          \"agencyEmail\": \"john@smith.family.priv\",\n          \"hotelFax\": \"john@smith.family.priv\",\n          \"hotelName\": \"Ilia Hotel and Luxury Suites\",\n          \"roomType\": \"2 double beds\",\n          \"roomDescription\": \"Deluxe Room, 2 Double Beds\",\n          \"rateAmount\": {\n            \"amount\": \"100.00\",\n            \"currencyCode\": \"USD\"\n          },\n          \"virtualCardCharges\": [\n            \"Breakfast\"\n          ]\n        }\n      },\n      {\n        \"type\": \"AGENCY_NAME\",\n        \"agencyAddress\": {\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      {\n        \"type\": \"AGENCY_IATA\",\n        \"agencyIataNumber\": \"129345738\"\n      },\n      {\n        \"type\": \"CORPORATE\",\n        \"corporateId\": \"CC006\"\n      },\n      {\n        \"type\": \"COMPANY_NAME\",\n        \"companyAddress\": {\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    ]\n  }\n}"
    },
    "url": {
      "raw": "{{createBooking_endpoint}}",
      "host": [
        "{{createBooking_endpoint}}"
      ]
    },
    "description": "### <br>"
  },
  "response": [
  ]
}