Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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/response

  • POST /manualModification:
    - values of status were updated to the next in the request: CONFIRMED,CONFIRMATION PENDING,CANCELED,CANCELLATION PENDING,MODIFICATION PENDING,REJECTED,QUOTE,PRE-BOOKING,ERROR

  • POST /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 request

  • PUT /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