SOAP API method Contact_type
Description
Get the type of the contact.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object Contact. The method only applies to the contact with this id.
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'contacttype' : Structure of type 'contacttype'
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt
Structure 'contacttype'
This structure contacttype was mentioned above. This structure has the following properties:
- Property 'id' : int
- This ID of the contact type
- Property 'name' : string
- Name of the contact type
- Property 'description' : string
- The description of the contact type
- Property 'icon' : string
- The icon of the contact type