put https://staging.api.pouchnation.com/bookings//note
Log in to see full request history
Responses
xxxxxxxxxx
15curl --request PUT \
--url https://staging.api.pouchnation.com/bookings/0/note \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
[
{
"id": 1,
"bookingId": 1,
"externalId": 1,
"source": "Source",
"notes": "notes"
}
]
'
Try It!
to start a request and see the response here! Or choose an example: