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