Overview
Creates a new note for a process
Summary
This endpoint creates a new note for a process
Request Arguments
| Name |
Type |
Description |
Required |
| data |
array |
Collection of data for a note containing the following: |
true |
| data.cas_id |
string |
The id of the process trigger sequence |
true |
| data.cas_index |
string |
The step in the process |
true |
| data.not_content |
string |
The content of the note |
true |
| data.not_type |
string |
The type of note, defaults to 'GENERAL' |
false |
Response Arguments
| Name |
Type |
Description |
| success |
boolean |
Result of the update |
| id |
string |
Id of new note |
| date_entered |
date |
Date of creation |
Response
{
"success":true,
"id":"06c075d0-28e7-11e6-8bb1-6c4008960436",
"date_entered":"2016-06-02T10:25:39-07:00"
}