Update a customer name
Customers
Update a customer name
Updates the display name for a customer record. Use this to correct customer names, update business names after rebranding, or maintain accurate customer information for invoicing and reporting. Returns the updated customer object with the new name applied immediately across all billing documents and interfaces.
POST
Update a customer name
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
The customer name
The new name for the customer. This will be truncated to 160 characters if the provided name is longer.
Response
200 - application/json
Success