Name | Description | Type | Additional information |
---|---|---|---|
CrmNumber |
The primary key of the parent contact record in the Hobsons database. Ignored for PUT and POST requests sent to the API. |
integer |
Required Range: inclusive between 1 and 2147483647 |
ContactNumberTypeId |
The type of ContactNumber. Valid values are: [1 - Home Phone], [2 - Work Phone], [3 - Home Fax], [4 - Work Fax], [5 - Mobile] Ignored for PUT requests sent to the API. |
integer |
Required Range: inclusive between 1 and 5 |
ContactNumberTypeName |
The name of the ContactNumberType record that is binded to the ContactNumber. Ignored for PUT and POST requests sent to the API. |
string |
None. |
CountryCode |
The country calling code of the country the ContactNumber is associated to. |
string |
Max length: 7 |
AreaCode |
The area code of the location the ContactNumber is associated to. |
string |
Max length: 6 |
Number |
The local number of the ContactNumber record. |
string |
Required Max length: 15 |