Update a business for a customer
PATCH {{baseUrl}}/customers/:customer_id/businesses/:business_id
Updates a business for a customer using its ID and related customer ID.
If successful, your response includes a copy of the updated business entity.
Request Body
{"name"=>"<string>", "company_number"=>"<string,null>", "tax_identifier"=>"<string,null>", "status"=>"<string>", "contacts"=>[{"email"=>"<email>", "name"=>"<string>"}], "custom_data"=>"<object>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |