object WorkOrderNotesType
Fields
| Field | Type | Description |
|---|---|---|
note | String | |
type | WorkOrdersNoteType | |
account_id | ID | |
created_at | DateTime | |
updated_at | DateTime |
Referenced By
Example
{
"note": "abc123",
"type": "NOTE",
"account_id": "abc123",
"created_at": "abc123",
"updated_at": "abc123"
}