Customers
Patch customer
Patch customer information (company, legal name, EIN, street address, sub-premise, city, state, postal code, country)
patch/customers/{id}
Path parameters
idstring required
Customer ID
Request body
Example request
{
"city": "New York",
"country": "USA",
"ein": "12-3456789",
"legal_name": "Acme Corporation Inc.",
"name": "Acme Corp",
"postal_code": "10001",
"state": "NY",
"street_address": "123 Main St, New York, NY 10001",
"sub_premise": "Apt 1"
}Response
OK