Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

Получение данных

Для получения списка OutLinkId необходимо отправить запрос GET на https://teletrack.ua/api/admin/getID/?Table=<Table>&OutLinkId=<OutLinkId,OutLinkId,OutLinkId>, где


Table

Таблица, для которой получаем Id:

azs_supply
azs_fuelTypes
azs_suppliers
departments
drivers
objects
objectsGroups
organization

OutLinkIdВнешний Id из сторонней системы


В случае успешного выполнения запроса, должен прийти ответ со списком Id следующего формата:

{
"data": "{'OutLinkId': u'567TT', 'Id': 88}, {'OutLinkId': u'222', 'Id': 837}",
"err": null,
"status": true
}


IdПолученный Id из БД
  • No labels