Rethink Staff Notes
Should be part of the Staff API request. Multiple Staff Notes should be sent as an array of objects
Field | Data Type | Max Length | Description | Req | Expected Values | Error Message | |
---|---|---|---|---|---|---|---|
1 | noteId | number | 10 | This will be null in case a new note is being created. Rethink will assign a Note ID. If the Note is being updated, the Note ID will need to be sent to Rethink | Yes | 1000000 | Invalid noteId (must be number). Invalid noteId. noteId does not exist for the client. |
2 | private | Boolean | 5 | Setting to mark the Note as Private | No; will default to False if not provided | TRUE | Invalid private value. Must be boolean value.
|
3 | noteTypeId | number | 100 | Note Type ID connected to the Note Type should be passed. The Note Type IDs are the IDs for Note Types configured in the Company Account Staff Settings>Staff Note Types. | Yes | 112 | Invalid noteTypeId (must be number).
Invalid noteTypeId. Values does not exist for the Account.
|
4 | noteTitle | string | 250 | Free text to define the title of the Note | Yes | Phone Call with Mom | Exceeds Max Length |
5 | notes | string | 1000 | Free Text to add Note Details | Yes | received a text message from dad on 9/30/20 stating to not contact mom and threatened to go to the news. I called mom and told her. | Exceeds Max Length |