POST
/v2/bookings/custom-attributes/bulk-upsert
Bulk upserts bookings custom attributes.
To call this endpoint with buyer-level permissions, set APPOINTMENTS_WRITE
for the OAuth scope.
To call this endpoint with seller-level permissions, set APPOINTMENTS_ALL_WRITE
and APPOINTMENTS_WRITE
for the OAuth scope.
For calls to this endpoint with seller-level permissions to succeed, the seller must have subscribed to Appointments Plus or Appointments Premium.
Example code
A map of responses that correspond to individual upsert requests. Each response has the
same ID as the corresponding request and contains either a booking_id
and custom_attribute
or an errors
field.