object WorkOrderNotesType

Fields

FieldTypeDescription
noteString

Human-readable note for this work order notes.

typeWorkOrdersNoteType

Type for this work order notes.

account_idID

Public API account ID that identifies the related record.

created_atDateTime

Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

updated_atDateTime

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"
}