HTTP request
{location-id} with your supported location.
Request body
The request body has the following structure:| Field | Type | Description |
|---|---|---|
model | body, object(UpdateBusinessUnitsModel) | Required. List of business units. |
UpdateBusinessUnitsModel
| Field | Type | Description |
|---|---|---|
region | string | Required. Business unit region. Supported regions: US: USA, AU: Australia, EU: European Union countries, CA: Canada. |
units[] | object(BusinessUnitModel) | Required. List of business units. |
BusinessUnitModel
| Field | Type | Description |
|---|---|---|
external_id | string | Required. External ID. |
name[] | string | Required. Business unit name. |
street[] | string | Optional. Business unit street. |
city[] | string | Optional. Business unit city. |
state[] | string | Optional. Business unit state. |
zip[] | string | Optional. Business unit zip code. |
country_code | string | Required. Country code in ISO 3166-1 alpha-2 format. |
vat[] | string | Optional. Tax payer ID. |
Response
If successful, the server returns a204 No Content HTTP status.