object WorkOrderNotesType

Fields

FieldTypeDescription
noteString
typeWorkOrdersNoteType
account_idID
created_atDateTime
updated_atDateTime

Referenced By

Example

{
  "note": "abc123",
  "type": "NOTE",
  "account_id": "abc123",
  "created_at": "abc123",
  "updated_at": "abc123"
}