object OrderAttachment

Fields

FieldTypeDescription
idString
legacy_idInt
order_idString
account_idString
descriptionString
urlString
filenameString
file_typeString
file_sizeInt
created_atISODateTime

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "order_id": "abc123",
  "account_id": "abc123",
  "description": "abc123",
  "url": "abc123",
  "filename": "abc123",
  "file_type": "abc123",
  "file_size": 987,
  "created_at": "abc123"
}