Open ahamad-s opened 2 years ago
This API returns the customer booking history in regards to the flights from the existing data in the DB. This API also uses additional authentication to authenticate a valid user by using two headers.
Response:
{ "status": "", "response": [ { "referenceNumber": "", "bookingDates": "", "source": "", "destination": "", "id": "", "price": "" },......] }
This API returns the customer booking history in regards to the flights from the existing data in the DB. This API also uses additional authentication to authenticate a valid user by using two headers.
Response:
{ "status": "", "response": [ { "referenceNumber": "", "bookingDates": "", "source": "", "destination": "", "id": "", "price": "" },......] }