Bordero
Dettaglio di un bordero
Authorization
api-key x-api-key<token>
In: header
Path Parameters
id*number
Response Body
application/json
curl -X GET "https://service.e-manager.io/api/v1/external/bordero/0"{
"manifestNumber": "string",
"manifestDate": "2019-08-24T14:15:22Z",
"totalParcels": 0,
"totalWeight": "string",
"totalShipments": 0,
"company": {
"name": "string",
"address": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"vatNumber": "string"
},
"carrier": {
"id": 0,
"code": "string",
"name": "string",
"logoUrl": "string"
},
"carrierCompany": {
"configFields": {}
},
"manifestItems": [
{
"id": 0,
"orderRef": "string",
"shipment": {},
"order": {
"sentToMarketplace": true,
"sentToCarrier": true,
"sentToErp": true,
"dateSendToMarketplace": "2019-08-24T14:15:22Z",
"dateSendToCarrier": "2019-08-24T14:15:22Z"
},
"trackingNumber": "string",
"recipientName": "string",
"recipientCity": "string",
"recipientAddress": "string",
"recipientState": "string",
"recipientZip": "string",
"parcelsCount": 0,
"weight": "string",
"codAmount": "string",
"recipientPhone": "string",
"shipmentValue": "string"
}
]
}Last updated on