v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-2684278289.5 KB
Customers

Update a customer

Update an existing customer

post/ar/customers/{customerId}

Path parameters

customerIdstring 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.

Request body

emailstring required

The email address for the customer.

namestring required

The name of the customer.

resendOpenInvoicesboolean required

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

Response

deletedAtstring yyyy-mm-ddThh:MM:ssZ nullable

The time the customer was deleted, if it was deleted.

emailstring required

Email of customer.

idstring uuid required

ArCustomerId

namestring required

Name of customer.

Example response

{
  "deletedAt": "2016-07-22T00:00:00Z"
}