This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "swagger" : "2.0", | |
| "host" : "127.0.0.1", | |
| "basePath" : "/api", | |
| "paths" : { | |
| "/oauth/token" : { | |
| "get" : { | |
| "produces" : [ "application/json" ], | |
| "responses" : { | |
| "200" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "swagger": "2.0", | |
| "info": { | |
| "description": "API ИС мониторинг цен для взаимодействия с внешними системами. Доступные справочники:\n- Producers (Производители) [producers](#api-Producers)\n - Suppliers (Поставщики) [suppliers](#api-Suppliers)\n - Settlements (Населенный пункт) [settlements](#api-Settlements)\n - RuralSettlements (Сельские поселения) [ruralsettlements](#api-Settlements)\n - Municipalities (Муниципальные образования) [municipalities](#api-Municipalities)\n - Foodprices (Рекомендуемые цены) [foodprices](#api-Foodprices)\n - Frequencydeliveries (Периодичность доставки) [frequencydeliveries](#api-Frequencydeliveries)\n - Foodcommoditygroups (Товарные группы) [foodcommoditygroups](#api-Foodcommoditygroups)\n\nДоступные основные сущности:\n- Requirements (Потребности) [requirements](#api-Requirements)\n - Plannedcont (Плановые контракты) [plannedcont](#api-Plannedcont)\n - Actualcontracts (Фактические контракты) [actualcontracts](#api-Actualcontracts)\n - Receipt (Поступления) [receipt |