...
Path | Operation supported | Value description | Example operation | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
| |||||||||||||||||||||||||
|
| String, |
|
|
| String, Package weight in grams |
Code Block |
---|
{ "op" : "replace", path" : "/measurements/weightGrams", value" : 600 } |
/measurements/lengthCm
"op": "replace"
String,
Package length in cm
Code Block |
---|
{ "op" : "replace", path" : "/measurements/lengthCm", value" : 10 } |
/measurements/widthCm
"op": "replace"
String,
Package width in cm
Code Block |
---|
{ "op" : "replace", path" : "/measurements/widthCm", value" : 10 } |
/measurements/heightCm
"op": "replace"
String,
Package height in cm
Code Block |
---|
{ "op" : "replace", path" : "/measurements/heightCm", value" : 10 } |
Examples
Curl request edit consignor all details
...
title | Curl request edit consignor |
---|
...
Examples
Curl request edit consignor all details
Expand | ||
---|---|---|
| ||
|
Curl request edit consignee all details
Expand | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
Code Block |
|
Curl request edit consignee all details
Expand | ||
---|---|---|
| ||
|
Curl request edit distribution date
Expand | ||||
---|---|---|---|---|
| ||||
Code Block |
|
Curl request edit package measurements
Expand | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||
Code Block |
|
Curl request edit distribution date
Expand | ||
---|---|---|
| ||
|
Response
Name | Type | Example | Mandatory | Description |
---|---|---|---|---|
shipmentId | String | 70724761617883184 |
| This is a unique identifier. Typically named MessageNumber |
freightProductId | Whole number | 2 |
| The selected freight product for this shipment. |
parties | List of party objects |
| List of all the parties in this shipment. | |
items | List of item objects |
| List of all the items in this shipment. | |
properties | Map of root properties | Map with additional properties. Various information (properties) are specified only for certain transport products. | ||
additionalServices | List of additionalService objects | Additional services that should be applied to the shipment. |
...