Products API Delivery Order workflow Creating the order Current: Restaurant list Restaurant list Query GET https://delivery.ucs.ru/orders/api/v1/orderSources/{orderSourceID}/restaurants CODE where orderSourceID is clientID Response example { "result": [ { "ID": "28ce4c7b-218a-48bb-977a-71921924ec27", "objectID": 199990147, "name": "Restaurant", "actualAddress": "30, Cleveland Street, London", "state": "noActive" } ] } CODE Parameter descriptionNameTypeDescriptionID GUIDrestaurant IDobjectIDstringobject ID in the license systemnamestringrestaurant nameactualAddressstringactual addressstatestring enumrestaurant state:activenoActive ×