Dne 7.2. bude v nočních hodinách probíhat odstávka našeho systému.
🔴 00:00-02:00 Odstávka: Služby jsou zcela nedostupné.
🟠 02:00-05:00 Nasazování: Postupné oživování a aktualizace aplikací.
🟢 05:00-12:00 Stabilizace: Služby běží, probíhá testování a ladění.
Omezení se týká všech služeb PPL.
Authorization: ********************curl --location --request GET '/order?ShipmentNumbers&CustomerReferences&OrderReferences&OrderNumbers&OrderIds&DateFrom&DateTo&SendDate&ProductType&OrderStates&OrderType&Limit&Offset' \
--header 'Accept-Language;' \
--header 'X-Correlation-ID;' \
--header 'X-LogLevel;' \
--header 'Authorization: Bearer <token>'{
"orderNumber": "string",
"orderState": "None",
"orderType": "CollectionOrder",
"referenceId": "string",
"shipmentCount": 0,
"realShipmentCount": 0,
"email": "string",
"note": "string",
"customerReference": "string",
"productType": "string",
"sendDate": "2019-08-24T14:15:22.123Z",
"realCollectionDate": "2019-08-24T14:15:22.123Z",
"deliveryDateTime": "2019-08-24T14:15:22.123Z",
"sender": {
"name": "string",
"name2": "string",
"street": "string",
"city": "string",
"zipCode": "string",
"country": "string",
"contact": "string",
"phone": "string",
"email": "string"
},
"recipient": {
"name": "string",
"name2": "string",
"street": "string",
"city": "string",
"zipCode": "string",
"country": "string",
"contact": "string",
"phone": "string",
"email": "string"
},
"shipmentNumbers": [
"string"
]
}