This call is deprecated. We recommend to use CRM API instead.
The corresponding new call is: POST /v1/customers/individuals/job-titles.
Add or update job title. Job titles are used to specify employee's job area.
To retrieve a list of job titles, see getJobTitles. To delete a job title, see deleteJobTitle.
| Parameter name | Description | Possible value | Required |
|---|---|---|---|
| jobTitleID | Job title ID. Specify ID to edit an existing record. | integer | |
| name | Job title 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 | ||
| order | integer |
| Field name | Type | Description |
|---|---|---|
| JobTitleID | integer | job title ID. |