put https://staging.api.pouchnation.com/bookings/
Log in to see full request history
Responses
xxxxxxxxxx
67curl --request PUT \
--url https://staging.api.pouchnation.com/bookings/0 \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"externalId": "TestExternalId",
"businessId": "101",
"businessType": "VENUE",
"bookingNumber": "0001",
"startTime": "2021-10-27T02:09:31.980Z",
"endTime": "2021-10-27T02:09:31.980Z",
"type": "ONLINE",
"status": "PENDING",
"adultCount": 1,
"childCount": 0,
"reasonForStay": "Leisure",
"company": "EasyTouchLtd.",
"bookedAt": "2021-10-27T02:09:31.980Z",
"customers": [
{
"externalId": "11111",
"firstName": "John",
"lastName": "Doe",
"email": "johndoe@company.com",
"mobileNumber": "84936180981"
},
{
"externalId": "11112",
Try It!
to start a request and see the response here! Or choose an example: