Info
  • Web service URL: BASE_URL/api/Order/by-location/{externalLocationId}/{from}/{to}

Get info for your orders (GET Method)

Request body

Name
Type
Required
Description
externalLocationId
stringYesExternalClientLocation - from Innoship portal locations
fromstringYesdate-time (2021-10-01)
tostringYes
date-time (2021-10-20)


get Orders Response example

[
    {
        "carrierId": 3,
        "carrierName": "FAN Courier",
        "awb": "4173300008450",
        "returnAWB": "",
        "senderCounty": "Ilfov",
        "senderLocality": "Stefanestii de Jos",
        "senderName": "STEFANESTI",
        "recipientCounty": "Brasov",
        "recipientLocality": "Brasov",
        "recipientName": "P & P SRL",
        "createdDate": "2023-06-22T07:21:49.346202Z",
        "shipmentFirstScan": null,
        "externalOrderNo": null,
        "serviceType": "Standard",
         "contents": "content de creat",
        "envelopesCount": 0,
        "parcelsCount": 1,
        "pallettesCount": 0,
        "totalWeight": 1.00,
        "cod": 0.0,
        "orderStatusId": 100,
        "orderStatus": "Delivered",
        "lastUpdate": "2023-06-22T07:21:49.346202Z",
        "otd": false,
        "otdClientFault": false,
        "otp": false,
        "otpClientFault": false
    },
    {
        "carrierId": 3,
        "carrierName": "FAN Courier",
        "awb": "2173300120208",
        "returnAWB": "",
        "senderCounty": "Bucuresti",
        "senderLocality": "Bucuresti",
        "senderName": "Address 11 Bucuresti",
        "recipientCounty": "Shumen",
        "recipientLocality": "Shumen",
        "recipientName": "TEST TESTа",
        "createdDate": "2023-06-22T07:48:09.46036Z",
        "shipmentFirstScan": null,
        "externalOrderNo": "200273153",
        "serviceType": "Road",
        "contents": "content de creat",
        "envelopesCount": 0,
        "parcelsCount": 1,
        "pallettesCount": 0,
        "totalWeight": 15.00,
        "cod": 228.00,
        "orderStatusId": 100,
        "orderStatus": "Delivered",
        "lastUpdate": "2023-06-22T07:48:09.46036Z",
        "otd": false,
        "otdClientFault": false,
        "otp": false,
        "otpClientFault": false
    }
]