Update a customer

Update an existing customer

Path Params
uuid
required

The customer who will receive the invoice. Use the /api/v1/ar/customers endpoint to list your customers and find the corresponding id, or create a new customer first.

Body Params
address
object | null

The address for the customer.

string
required

The email address for the customer.

string
required

The name of the customer.

boolean
required

Open invoices for the customer will be resent with updated data when this is true.

Responses

400

Invalid body

404

customerId not found

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json