object InboundShipmentImage
Fields
| Field | Type | Description |
|---|---|---|
url | String | |
filename | String | |
mimetype | String | |
file_size_bytes | Int | |
description | String | |
created_at | ISODateTime | |
updated_at | ISODateTime |
Referenced By
Example
{
"url": "abc123",
"filename": "abc123",
"mimetype": "abc123",
"file_size_bytes": 987,
"description": "abc123",
"created_at": "abc123",
"updated_at": "abc123"
}