getBusinessAreas

This call is deprecated. We recommend to use CRM API instead.

The corresponding new call is: GET /v1/business/areas.

Get a list of business areas. Business areas are used to specify area of company client.

To edit a business area or add a new one, see saveBusinessArea. To delete a business area, see deleteBusinessArea.

Input parameters

Parameter name Description Possible value Required
lang Retrieve item names in a specific language. If omitted, API will return item names in the default language of your Erply account.
Possible values:
  • 'eng' - English
  • 'spa' - Spanish
  • 'ger' - German
  • 'swe' - Swedish
  • 'fin' - Finnish
  • 'rus' - Russian
  • 'est' - Estonian
  • 'lat' - Latvian
  • 'lit' - Lithuanian
  • 'gre' - Greek
string

Response

Field name Type Description
id integer
name string business area name.
added integer Unix timestamp. Creation time.
lastModified integer Unix timestamp. Last modification time.