object WorkOrderNotesType
Fields
| Field | Type | Description |
|---|---|---|
note | String | Human-readable note for this work order notes. |
type | WorkOrdersNoteType | Type for this work order notes. |
account_id | ID | Public API account ID that identifies the related record. |
created_at | DateTime | Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
updated_at | DateTime | Updated at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
Referenced By
Example
{
"note": "Customer requested expedited handling.",
"type": "{id: \"T3JkZXI6MTIzNA==\", order_number: \"SO-100045\"}",
"account_id": "QWNjb3VudDoxMjM0",
"created_at": "2026-07-09T15:30:00Z",
"updated_at": "2026-07-09T15:30:00Z"
}