PUT api/2.0/crm/contact/type/{id} This function requires authentication

Description

Updates the selected contact type with the parameters specified in the request.

Parameters
Name Description Type Example
id
sent in url
Contact type ID number 1234
title
sent in body
New contact type title string some text
sortOrder
sent in body
New contact type order number 1234
Example
PUT api/2.0/crm/contact/type/1234
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "title": "some text",
  "sortOrder": 1234
}
Returns

Updated contact type