List of the Services
The description of each field has been provided in the following table:
Service Name | URI | Type | Description | Input | Output |
---|---|---|---|---|---|
Get Booking by ID | /booking-api/api/v1/booking/{booking-id} | GET | Get Booking By ID | Search Criteria | Get Booking details for provided Booking number |
Get Booking by Filter | /booking-api/api/v1/booking | GET | Get Booking By Filter | Search Criteria | Get Booking details for provided Booking number |
Create Booking | /booking-api/api/v1/booking | POST | Create Booking | Booking Json | Booking number with status of Success or Failure |
Update Draft Booking | /booking-api/api/v1/booking/{booking-id} | PUT | Update Booking | Booking Json | Booking number with status of Success or Failure |
Delete Draft Booking | /booking-api/api/v1/booking | DELETE | Delete Draft Booking | Booking Json | Booking number with status of Success or Failure |
Cancel Booking | /booking-api/api/v1/booking/{booking-id} | PATCH | Cancel Booking | Booking Json | Booking number with status of Success or Failure |
Add Comment | /booking-api/api/v1/booking/{booking-id}/comment | POST | Add Comment | Booking Json | Booking number with status of Success or Failure |