/visits
Получает список визитов на портале или создает новый визит.
Адрес: https://instance_name/api/v1.5/visits/
Методы:
- GET — получает список визитов;
- POST — добавляет новый визит на портал.
Content-type: application/json
- GET
- POST
Параметры тела запроса
limit
integer
Количество результатов, которые возвращаются в ответе.
offset
integer
Начальный индекс, с которого возвращаются результаты.
Пример запроса
curl –i –X GET
https://test.inspector-cloud.com/api/v1.5/visits/
-H ‘Authorization: Token <<your_token>>’
–F "limit=1" \
–F "offset=0"
Пример ответа
{
"count": 1,
"next": "http://example.com",
"previous": null,
"results": [
{
"id": 2323,
"shop": "1504553224092",
"agent": "agent",
"started_date": "2020-07-27T18:35:46.586695Z",
"task": null,
"latitude": 53.7356226,
"longitude": 91.4279673,
"shop_name": "The one with ondemand task groups",
"shop_area": null,
"gps_shop": {
"id": 5316,
"logo": null,
"route": "939-EAH",
"route_type_description": null,
"customer_id": "1504553224092",
"customer_name": "The one with ondemand task groups",
"region": "South Ashley",
"region_l3": null,
"region_l4": null,
"area": null,
"area_l5": null,
"area_l6": null,
"city": "Garrisonfurt",
"sales_route_id": null,
"latitude": -45.5718055,
"longitude": 110.701806,
"created_at": "2020-06-29T15:24:18.290885Z",
"updated_at": "2021-10-08T08:16:02.513126Z",
"address": "51805 James StreamWilliamsview, NM 65300",
"distr_name": null,
"team_id": null,
"rsm_name": null,
"rsm_code": null,
"tsm_name": null,
"route_type_full": null,
"segment": null,
"pos_code": null,
"matrix_name": null,
"gtm_role_id_description": null,
"id_dealer": null,
"golden_id": null,
"sector": null,
"manager": null,
"inn": null,
"kpp": null,
"sale_channel": null,
"country": "Somalia",
"fss": null,
"fss_code": null,
"sfss": null,
"sfss_code": null,
"em": null,
"em_code": null,
"agency": null,
"agency_region": null,
"kam_food": null,
"kam_food_code": null,
"kam_hpc": null,
"kam_hpc_code": null,
"ctl": null,
"ctl_code": null,
"mte": null,
"mte_code": null,
"nsd": null,
"nsd_code": null,
"visit_plan_id": null,
"driver_id": null,
"sap_code": null,
"sales_group": null,
"visit_type": null,
"hierarchy_l5": null,
"hierarchy_l6": null,
"visit_frequency": null,
"dsd_distr": null,
"store_number": null,
"virtual_flag": null,
"lka_segment": null,
"customer_segment": null,
"y_cust_hier_level_6": null,
"y_cust_hier_level_8": null,
"store_format": null,
"team_route": null,
"route_type_dsd": null,
"route_merch": null,
"service_type": null,
"svm": null,
"tm": null,
"rmm": null,
"kam_ekam": null,
"skam": null,
"days_sequence_code": null,
"weekly_frequency": null,
"bm": null,
"sv": null,
"se": null,
"task_type": null,
"task_subtype": null,
"enabled": true,
"week_days": "1,2,3,4,5,6,7",
"uuid": "5be684a7-7fd8-4256-92cc-b8d50e279a20",
"global_channel": null,
"sync_point": null,
"master_code": null,
"dt": null,
"svme": null,
"me": null,
"description_toloka": null,
"visits_per_month": 1,
"supervisor_code": null,
"ka_dt": null,
"svme_code": null,
"svme_email": null,
"me_code": null,
"json": {
"RAR": 16,
"WAV": 17,
"attr": "Test value"
},
"description": "Stop again across. Arrive across develop address across. Business suffer responsibility choice rich account involve.",
"retail_chain": 5,
"store_type": null,
"group": null,
"agent_routes": []
},
"images": [
{
"12859": "https://test.inspector-cloud.com/media/2020/07/27/b42e4d19-05aa-4485-8141-4bb59775fce8.jpg"
}
],
"current_agent_name": "agent",
"current_agent_route": "staging",
"moderation": null,
"results": {
"id": 25314,
"status": "POSITIVE",
"update_type": "VISIT RESULTS",
"message_type": "TEXT",
"message": " <h2> Количество обработанных кассовых узлов: 5 из 3 </h2> ...",
"created_date": "2020-07-27T18:43:13.624437Z",
"updated_at": "2020-07-27T18:43:13.624482Z",
"message_short": null,
"agent": 864,
"visit": 2323,
"scene": null
},
"helpdesk": null
}
]
}
Параметры ответа
count
integer
next
string (uri) Nullable
Следующая страница списка.
previous
string (uri) Nullable
Предыдущая страница списка.
results
Array of objects
Обязательный. Массив объектов с информацией о визитах.
Параметры тела запроса
id
string
Уникальный идентификатор визита.
shop
string
Пользовательский идентификатор покупателя, магазин, точка продаж.
agent
string
Имя, идентификатор, маршрут агента пользователя.
started_date
string (date-time)
Дата и время начала визита (UTC). Чтобы создать визит, дата должна быть указана в формате «ДД.ММ.ГГГГ ЧЧ:ММ.СС».
latitude
float
Местоположение мерчендайзера во время визита по широте.
longitude
float
Местоположение мерчендайзера во время визита по долготе.
Пример запроса
curl –i –X POST
https://test.inspector-cloud.com/api/v1.5/visits/
-H ‘Authorization: Token <<your_token>>’
-F "id=2323" \
-F "shop=1504553224092" \
-F "agent=alex"
...
Пример ответа
Код ответа: 201