object InboundShipmentImage

Fields

FieldTypeDescription
urlString
filenameString
mimetypeString
file_size_bytesInt
descriptionString
created_atISODateTime
updated_atISODateTime

Referenced By

Example

{
  "url": "abc123",
  "filename": "abc123",
  "mimetype": "abc123",
  "file_size_bytes": 987,
  "description": "abc123",
  "created_at": "abc123",
  "updated_at": "abc123"
}