API Get Booking Detail

Specification

  • URL: <API_GATEWAY>/api/products/booking-detail

  • Method: GET

  • Description: API to retrieve booking details.

  • Security Requirement: API Key.

Parameter

Model

booking_number (String, Required) Refference code

Example

<API_GATEWAY>/api/products/booking-detail?booking_number=ADCO2107201221234

Response

Model
  • id (String, Mandatory): Unique identifier for booking details.

  • bookingNumber (String, Mandatory): Unique reference code for the booking.

  • bookingDate (String, Mandatory): Booking creation date.

  • updatedDate (String, Optional): Last updated date of the booking.

  • travelerInfo (JsonObject, Optional): Passenger and contact person information.

Example

Last updated