Skip to main content
POST
Update multiple customers

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the business

Body

application/json
customers
object[]
required

An array of customer data to update. Must identify every customer with their ID

Response

200 - application/json

An array of updated Customer objects

customers
The Customer object · object[]
required

An array of updated Customer objects