This call is deprecated. We recommend to use CRM API instead.
The corresponding new call is: POST /v1/business/areas.
Add or update business area. Business areas are used to specify area of company client.
To retrieve a list of business areas, see getBusinessAreas. To delete a business area, see deleteBusinessArea.
| Parameter name | Description | Possible value | Required |
|---|---|---|---|
| businessAreaID | Business area ID. Specify ID to edit an existing record. | integer | |
| name | Business area naming. Use either general parameter "name" or one or more of the following parameters if you need to set the names in specific languages. | string | |
| nameENG | string | ||
| nameSPA | string | ||
| nameGER | string | ||
| nameSWE | string | ||
| nameFIN | string | ||
| nameRUS | string | ||
| nameEST | string | ||
| nameLAT | string | ||
| nameLIT | string | ||
| nameGRE | string |
| Field name | Type | Description |
|---|---|---|
| businessAreaID | integer | business area ID. |