Create a business for a customer
POST {{baseUrl}}/customers/:customer_id/businesses
Creates a new business for a customer.
If successful, your response includes a copy of the new business entity.
Request Body
{"name"=>"<string>", "company_number"=>"<string,null>", "tax_identifier"=>"<string,null>", "contacts"=>[{"email"=>"<email>", "name"=>"<string>"}], "custom_data"=>"<object>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |