Query

GET https://delivery.ucs.ru/orders/api/v1/orders/{orderID}

Response example

{
  "result": {
     "orderID": "1710",
     "comment": "Yummy",
     "guest": {
        "email": "a@mail.com",
        "phone": "77777777777",
        "firstName": "Anna",
        "lastName": ""
     },
     "corporationID": "ce939b6c-611d-47a1-90a6-5054c8492733",
     "restaurantID": "36277f09-1d62-420f-ae22-af8ce0994d6a",
     "orderStatusID": 1,
     "orderStatusName": "New",
     "tableCode": "1",
     "createdAt": "2021-02-24T11:10:02.548+00:00",
     "updatedAt": "2021-02-24T11:10:02.814+00:00",
     "completedAt": null,
     "orderSourceID": "ea0cc590-9c2f-4a0b-8bbf-abaa262bc24e",
     "orderSourceName": "Alex Green",
     "fullAmount": 790,
     "amount": 690,
     "changeFrom": 0,
     "deliveryAmount": 100,
     "address": {
         "postcode": "",
         "street": "Keningston High Street",
         "comment": "first entrance",
         "lat": 55.69945,
         "lon": 37.773144,
         "cityID": null,
         "cityName": "London",
         "floor": null,
         "apartmentNumber": "4",
         "houseNumber": "85",
         "entrance": "",
         "intercom": "",
         "fullAddress": "4, 85, Keningston High Street, London, W8 5SA",
         "subway": ""
     },
     "expectedAt": "2021-02-24T12:55:00+00:00",
     "isLate": false,
     "isAttention": null,
     "courierID": null,
     "courierName": null,
     "dishList": [
         {
           "ID": "fc43d7e9-e509-48df-ae61-8f76b81717ec",
           "name": "Ing. Tomato sauce 75 g.",
           "price": 69,
           "measure": {
              "value": 0,
              "unit": ""
            },
           "quantity": 10,
           "ingredients": null
         }
     ],
     "expeditionType": "delivery",
     "paymentTypeID": "card",
     "persons": 1,
     "rejectionReason": null,
     "paymentStatus": "notPaID",
     "payments": null,
     "restaurantCode": 199990262,
     "qmsId": "electronic_queue_number"
  }
}
  • No labels