Schedule API
POST /Cargo
{
"cargoMeasurement": "MT",
"cargoPorts": [
{
"cargoPortSequence": 1,
"cargoQuantity": 1234,
"laytimeTermsMeasurement": "H",
"port": {
"key": 102381
},
"portCall": {
"portCallSequence": 3,
"reasonForCall": "L",
"port": 102381,
"voyage": 6136896
},
"reasonForCall": "L"
},
{
"cargoPortSequence": 1,
"cargoQuantity": 1234,
"freightRate": 1210,
"laytimeTermsMeasurement": "H",
"port": {
"key": 101486
},
"portCall": {
"portCallSequence": 4,
"reasonForCall": "D",
"port": 101486,
"voyage": 6136896
},
"reasonForCall": "D"
}
],
"charterer": {
"key": 1004307
},
"commodity": {
"key": 1675975
},
"freightCurrency": "USD",
"voyage": {
"key": 6136896
}
}Last updated
Was this helpful?