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

citystring
countrystring
einstring
legal_namestring
namestring
postal_codestring
statestring
street_addressstring
sub_premisestring

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

citystring
countrystring
created_atstring
customer_integration_idstring
default_payment_method_idstring
einstring
emailstring
external_idstring
idstring
legal_namestring
namestring
postal_codestring
statestring
street_addressstring
sub_premisestring