X-API-KEY: ********************curl --location --request GET 'https://api.test.post-plus.io/api/v1/shipments/query?AfterId&Count&CreatedAfter&CreatedBefore&Type&Status&ShipmentNr&ArrivalTerminalCode' \
--header 'Accept: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json'{
"lastId": 0,
"shipments": [
{
"status": {
"status": "Imported",
"hasErrors": true,
"hasWarnings": true,
"canUpdate": true,
"canUpdateArrivalInfoAndShipmentNr": true,
"canPrepare": true,
"canSubmit": true,
"createdOn": "2019-08-24T14:15:22Z",
"submittedOn": "2019-08-24T14:15:22Z",
"errorDetails": [
"string"
],
"warningDetails": [
"string"
]
},
"arrivalInfo": {
"arrivalGateway": "string",
"transportNr": "string",
"originCountryCode": "string",
"totalWeight": 0,
"totalBags": 0,
"arrivalOn": "2019-08-24T14:15:22Z",
"notes": "string"
},
"type": "VirtualDespatch",
"transactionType": "B2C",
"manifestLevel": "Parcel",
"id": 0,
"shipmentNr": "string",
"masterNr": "string",
"terminalCode": "string",
"totalItems": 0,
"totalItemsCancelled": 0,
"totalWeight": 0,
"totalWeightCancelled": 0,
"totalBags": 0,
"parcelWarnings": 0,
"parcelErrors": 0
}
]
}