This call is deprecated. We recommend to use CRM API instead.
The corresponding new call is: POST /v1/customers/individuals/titles.
Add or update person title. Person titles are used as a prefix for polite client naming.
To retrieve a list of person titles, see getPersonTitles. To delete a person title, see deletePersonTitle.
| Parameter name | Description | Possible value | Required |
|---|---|---|---|
| personTitleID | Person title ID. Specify ID to edit an existing record. | integer | |
| name | Person 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 |
|---|---|---|
| PersonTitleID | integer | person title ID. |