Get a List of Contact Note Types
This service returns a list of all note types available for the current user. Each entry will show Name and Id.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | ContactNoteTypeList | Required |
ErrorOnNoneFound | Bool | If you would like an error message where there are no contact note types. 1 = do not show error, 0 = show errors. | Required |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=ContactNoteTypeList
Response Data
{ "Code": 0, "Result": [ { "label": "0277q6diww", "id": 44866 }, { "label": "09h8jxjsx4", "id": 36020 }, { "label": "0b4zt0res0", "id": 24237 }, { "label": "0cu1xjlauf", "id": 16271 }, { "label": "0f3e2uon5w", "id": 22202 }, { "label": "0jc4ig30a4", "id": 24981 }, { "label": "0o10q9thcy", "id": 21735 }, { "label": "0q4wgi3l7i", "id": 18533 } ] }