Update customer
Updates an given customer by id.
Documentation Index
Fetch the complete documentation index at: https://docs.plude.io/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Configure which environment the request will handle. If the provided credentials do not allow access to this specified environment, a 403 Forbidden response is returned.
Path Parameters
Id of customer to update.
Body
Properties to update.
The customer's full name.
An optional business name.
A unique identifier for the customer. If no identifier is provided, one will be generated automatically.
The customer's email address.
Three-letter ISO currency code, in lowercase. Must be a supported currency (https://go.plude.io/h11101).
automatic, send_invoice, draft_invoice Response
OK
Unique id of the customer.
Name of the customer.
Unique handle of the customer.
Date and time when the product was created.
/// Date and time when the product was last updated.
Preferred payment term of customer. See https://docs.plude.io/invoicing/payment-terms.
Email of the customer.
Optional sets the preferred currency of this customer.
automatic, send_invoice, draft_invoice 
