put https://staging.api.pouchnation.com/bookings//customer/update
Log in to see full request history
Responses
xxxxxxxxxx
20curl --request PUT \
--url https://staging.api.pouchnation.com/bookings/0/customer/update \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
[
{
"id": 1,
"source": "Source",
"externalId": 1,
"firstName": "John",
"lastName": "Doe",
"email": "johndoe@gmail.com",
"mobileNumber": "123456789",
"isOwner": false,
"isBooker": false,
"gender": "M"
}
]
'
Try It!
to start a request and see the response here! Or choose an example: