Orders - Models - Internal Note
Key | Type | Example Value | Description |
---|---|---|---|
note | string | Very important note | The contents of the note |
date | string or null | 2020-07-08T10:50:00.244Z | Datetime of the note |
user | string or null | john.doe@mail.com | The user that made the note |
Example Internal Note
{
"note": "Important note",
"date": "2020-07-08T10:46:17.244Z",
"user": "john.doe@captain.ai"
}