put https://{api_url}/api/v5/purchases//attendees/
Modifies an attendee of the booking
Log in to see full request history
Response
Modifies an attendee of the booking
xxxxxxxxxx
curl --request PUT \
--url https://example.jrni.com/api/v5/purchases/obfuscated_id/attendees/attendee_id \
--header 'accept: application/vnd.bookingbug-hal-v2+json; charset=utf-8' \
--header 'content-type: application/json' \
--data '
{
"notify_member": true
}
'
Try It!
to start a request and see the response here! Or choose an example: