Action | String | ContactNoteSave | Required |
ContactId | Int | The unique identifier of the contact which can be retrieved using Contact List. | Required |
ContactRef | String | The internal reference of the contact. | Required |
NoteTypeId | Int | Unique Id of the note type. | Required |
cust_custom field name | String | Pass cust_ followed by the caption of an existing custom field. | Optional |
WorksheetId | String | Unique Id of the worksheet. | Optional |
OwnerId | String | Unique Id of the owner. | Optional |
Subject | String | Text for the note's Subject field. | Optional |
NoteText | String | Text for the note's Notes field. | Optional |
NoteCompletionText | String | Text for the note's Completion Details field (only for 'Completed' notes). | Optional |
DueDate | DateTime | 'Due date' date and time. | Optional |
DaysToAdd | Int | If set adds number of days to DueDate. If no DueDate set and DaysToAdd sent the days to add will be added from current datetime. | Optional |
Reference | String | Specifies contact note reference. | Optional |
ReferencePostfix | String | If set adds String to end of reference. | Optional |
ContactNoteStatus | String | Options: "Open", "Completed" or "Cancelled" | Optional |