Customers
Update Customer
Updates the specific customer by setting the values of the parameters provided. Only provided parameters will be changed.
PUT
Authorizations
Path Parameters
The _id
of the customer you wish to update.
Body
application/json
The customer's full name.
This is the status of the customer.
Available options:
active
, inactive
This is the customer type.
Available options:
individual
, company
This is the billing address of the customer.
Company details. Required if customer type is company
.
Customer's email address.
Individual details. Required if customer type is individual
.
The customer metadata object in key-value
pair. This can be useful for storing additional information about the customer in a structured format
Customer's mobile phone number in international format.
Response
200 - application/json
The response is of type object
.