post https://staging.api.pouchnation.com/bookings//item
Log in to see full request history
Responses
xxxxxxxxxx
19curl --request POST \
--url https://staging.api.pouchnation.com/bookings/0/item \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
[
{
"bookingId": 1,
"source": "MEWS",
"externalId": 1,
"name": "Extra bed",
"itemAmount": 5000,
"totalAmount": 10000,
"currency": "PHP",
"type": "PRODUCT",
"quantity": 2
}
]
'
Try It!
to start a request and see the response here! Or choose an example: