Customers
Update multiple customers
POST
Batch update is done as “all or nothing.” If any of the updates causes an error (say after updating two customers would have had the same email address), all updates in the batch are cancelled.
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The ID of the business
Body
application/json
Response
200 - application/json
An array of updated Customer
objects
The response is of type object
.