SOAP API method ContactType_update
Parameters
Name | Type | Description |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
name * | string | Name of the contact type |
description * | string | The description of the contact type |
icon * | string | The icon of the contact type |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
contacttype | Structure of type 'contacttype' | All properties of the now updated contacttype |
Structure 'contacttype'
Name | Type | Description |
---|---|---|
id | int | This ID of the contact type |
name | string | Name of the contact type |
description | string | The description of the contact type |
icon | string | The icon of the contact type |