Create a multi-deliveries transport as a carrier
Multi-deliveries transport are using same endpoint as simple transport but with modification an deliveries and segments
Last updated
Was this helpful?
Multi-deliveries transport are using same endpoint as simple transport but with modification an deliveries and segments
Last updated
Was this helpful?
Was this helpful?
{
"carrier_address": {
"company": {
"pk": "YOUR_COMPANY_PK"
}
},
"segments": [
{
"origin": {
"remote_id": "C1",
"address": {
"city": "Loading city",
"name": "Loading company",
"address": "Loading address",
"company": {
"country": "FR",
"name": "Loading company"
},
"country": "FR",
"postcode": "12345"
},
"instructions": "instructions publiques"
},
"destination": {
"remote_id": "C2",
"address": {
"city": "Loading city",
"name": "Loading company",
"address": "Loading address",
"company": {
"country": "FR",
"name": "Loading company"
},
"country": "FR",
"postcode": "12345"
},
"instructions": "instructions publiques"
}
},
{
"origin": {
"remote_id": "C2",
"address": {
"city": "Loading city",
"name": "Loading company",
"address": "Loading address",
"company": {
"country": "FR",
"name": "Loading company"
},
"country": "FR",
"postcode": "12345"
},
"instructions": "instructions publiques"
},
"destination": {
"remote_id": "L1",
"address": {
"city": "Unloading city",
"name": "Unloading company",
"address": "Unloading address",
"company": {
"country": "FR",
"name": "Unloading company"
},
"country": "FR",
"postcode": "12345"
},
"instructions": "",
"trucker_instructions": ""
}
},
{
"origin": {
"remote_id": "L1",
"address": {
"city": "Unloading city",
"name": "Unloading company",
"address": "Unloading address",
"company": {
"country": "FR",
"name": "Unloading company"
},
"country": "FR",
"postcode": "12345"
},
"instructions": "",
"trucker_instructions": ""
},
"destination": {
"remote_id": "L2",
"address": {
"city": "Unloading city",
"name": "Unloading company",
"address": "Unloading address",
"company": {
"country": "FR",
"name": "Unloading company"
},
"country": "FR",
"postcode": "12345"
},
"instructions": "",
"trucker_instructions": ""
}
}
],
"deliveries": [
{
"origin": {
"remote_id": "C1",
"address": {
"city": "Loading city",
"name": "Loading company",
"address": "Loading address",
"company": {
"country": "FR",
"name": "Loading company"
},
"country": "FR",
"postcode": "12345"
},
"instructions": "",
"trucker_instructions": ""
},
"destination": {
"remote_id": "L1",
"address": {
"city": "Unloading city",
"name": "Unloading company",
"address": "Unloading address",
"company": {
"country": "FR",
"name": "Unloading company"
},
"country": "FR",
"postcode": "12345"
},
"instructions": "",
"trucker_instructions": ""
},
"planned_loads": [
{
"weight": 30,
"category": "bulk",
"quantity": null,
"description": "Sable"
}
],
"multiple_rounds": false,
"shipper_address": {
"company": {
"pk": "YOUR_SHIPPER_PK"
}
}
},
{
"origin": {
"remote_id": "C2",
"address": {
"city": "Loading city",
"name": "Loading company",
"address": "Loading address",
"company": {
"country": "FR",
"name": "Loading company"
},
"country": "FR",
"postcode": "12345"
},
"reference": "",
"instructions": "",
"trucker_instructions": ""
},
"destination": {
"remote_id": "L2",
"address": {
"city": "Unloading city",
"name": "Unloading company",
"address": "Unloading address",
"company": {
"country": "FR",
"name": "Unloading company"
},
"country": "FR",
"postcode": "12345"
},
"reference": "",
"instructions": "",
"trucker_instructions": ""
},
"planned_loads": [
{
"weight": 45,
"category": "bulk",
"quantity": null,
"description": "Gravier"
}
],
"shipper_address": {
"company": {
"pk": "YOUR_SHIPPER_PK"
}
},
}
]
}