Structure "Freight"
This structure describes the freight parameters.
Description
| Name | Description | Data transfer type | Required(+) |
|---|---|---|---|
| content | Description. | Structure "Country" | |
| length | Length. | Number | |
| width | Width. | Number | |
| height | Height. | Number | |
| weight | Weight. | Number | |
| volume | Volume. | Number | |
| photos | Freight photo. | String array |
Sample
JSON
{
"content": {
"id": 0,
"name": "name"
},
"length": 0.00,
"width": 0.00,
"height": 0.00,
"weight": 10.000,
"volume": 0.000,
"photos": [
"string"
]
}