Add or Update Contact Note Type
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | ContactSaveNoteType | Required |
NoteTypeName | String | Name of note type. | Required |
StatusNewEmail | Int | Email address for 'When note is created'. | Optional |
StatusCompleteEmail | Int | Email address for 'When note is completed'. | Optional |
StatusNewEmailLetterId | Int | Unique Id of letter template for status New email. | Optional |
StatusCompleteEmailLetterId | Int | Unique Id of letter template for status Completed email. | Optional |
AssociatedWorksheetIds | String | Unique Id of worksheet to set as 'Default workflow.' | Optional |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=ContactSaveNoteType&NoteTypeName=New Note Type
Response Data
{ "Code": 0, "Result": { "label": "New Note Type", "id": 83519 } }