GPTE API Releases 9.5.4 (30 October 2023)
Changes are made to the following API methods:
Companies:
GET /companies: parameters "consortium" and "subconsortium" are added to the response when shortResponse=true
Transfers:
GET /transferInfo: new parameter “destinationCode” is added to the response
Products:
POST /fill[Service]BookingData: all parameters in the request are optional now
Orders:
GET /orders:
- new parameter “paidAmount” is added to the array "orderPrices" to the response
- new parameter “age“ is added to the response
- new parameter “externalRefNumber” is added in the request/responsePOST /manualModification:
- values of status were updated to the next in the request: CONFIRMED,CONFIRMATION PENDING,CANCELED,CANCELLATION PENDING,MODIFICATION PENDING,REJECTED,QUOTE,PRE-BOOKING,ERRORPOST /orderServices:
- values of status were updated to the next in the request: CONFIRMED,CONFIRMATION PENDING,QUOTE,PRE-BOOKING
- productType CRUISE with parameters "pickUpPoint", "dropOffPoint", "deckNumber", "deckName", "cabinNumber", "shipName", "cruiseLine", "cabinCategory", "cabinTypeName" is added in the request/response
- new parameter "vehicleType" for TRANSFER type is added in the request/response
- new parameter “citizenshipId” for array "tourists" and “quantityOfTravelers” are added in the requestPUT /orderServices:
- values of status were updated to the next in the request: CONFIRMED,CONFIRMATION PENDING,CANCELED,CANCELLATION PENDING,MODIFICATION PENDING,REJECTED,QUOTE,PRE-BOOKING
- productType CRUISE with parameters "pickUpPoint", "dropOffPoint", "deckNumber", "deckName", "cabinNumber", "shipName", "cruiseLine", "cabinCategory", "cabinTypeName" is added in the request/response
- new parameter "vehicleType" for TRANSFER type is added in the request/response
- new parameter “citizenshipId” for array "tourists" and “quantityOfTravelers” are added in the request