post https://api.pay2mobiles.com/api-service/hotel/hotelBook
Log in to see full request history
Responses
xxxxxxxxxx
62curl --location 'http://localhost:8099/api-service/hotel/hotelBook' \
--header 'Content-Type: application/json' \
--header 'tokenId: 14278d7f-87eb-488b-97be-659deb643bfc' \
--header 'api_key: 2xxxxxxxxx6' \
--data '{
"resultIndex": "1",
"hotelCode": "2876",
"hotelName": "Sheraton Test",
"guestNationality": "IN",
"noOfRooms": "1",
"clientReferenceNo": "0",
"isVoucherBooking": "true",
"hotelRoomsDetails": [
{
"roomIndex": "1",
"roomTypeCode": "46081_abc046081^T12.6000^MT0^OR0^RN0^BB1^M0_1|NonPackage",
"roomTypeName": "Superior-DoubleBed",
"ratePlanCode": "46081_abc046081^T12.6000^MT0^OR0^RN0^BB1^M0_1_",
"bedTypeCode": null,
"smokingPreference": 0,
"supplements": null,
"price": {
"currencyCode": "INR",
"roomPrice": 12.60,
"tax": 0.0,
"extraGuestCharge": 0,
"childCharge": 0,
"otherCharges": 100.00,
"discount": 0,
xxxxxxxxxx
19{
"BookResult": {
"VoucherStatus": true,
"ResponseStatus": 1,
"Error": {
"ErrorCode": 0,
"ErrorMessage": ""
},
"TraceId": "86fa7f02-ff4d-4c0a-9cc1-71399a0a1d2b",
"Status": 1,
"HotelBookingStatus": "Confirmed",
"InvoiceNumber": "SM/2324/7915",
"ConfirmationNo": "TBM073747",
"BookingRefNo": "XYZ121532",
"BookingId": 1877666,
"IsPriceChanged": false,
"IsCancellationPolicyChanged": false
}
}