Skip to main content

Orders - Models - Internal Note

KeyTypeExample ValueDescription
notestringVery important noteThe contents of the note
datestring or null2020-07-08T10:50:00.244ZDatetime of the note
userstring or nulljohn.doe@mail.comThe user that made the note

Example Internal Note

  {
"note": "Important note",
"date": "2020-07-08T10:46:17.244Z",
"user": "john.doe@captain.ai"
}