Chilkat Online Tools

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

Back to Collection Items

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

    let http = CkoHttp()
    var success: Bool

    // 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"
    //         }
    //       }
    //     ]
    //   }
    // }

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

    http.SetRequestHeader("accept", value: "application/json")
    http.SetRequestHeader("Content-Type", value: "application/json")
    http.SetRequestHeader("X-Sabre-Group", value: "G7RE")
    // Adds the "Authorization: Bearer <access_token>" header.
    http.AuthToken = "<access_token>"
    http.SetRequestHeader("X-Sabre-Current-City", value: "G7RE")

    var resp: CkoHttpResponse? = http.PostJson3("https://domain.com/", contentType: "application/json", json: json)
    if http.LastMethodSuccess == false {
        print("\(http.LastErrorText)")
        return
    }

    print("\(resp!.StatusCode.intValue)")
    print("\(resp!.BodyStr)")
    resp = nil

}

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": [
  ]
}