| |
uis:settings:lk:notifications:incomingcall [20-11-2024 12:45] – создано Ермилов Егор Павлович | uis:settings:lk:notifications:incomingcall [20-11-2024 12:56] (текущий) – [Способы уведомлений] Ермилов Егор Павлович |
---|
Метод - ''POST'' | Метод - ''POST'' |
| |
URL - ''http:// < адрес модуля связи mgerm_external> /uis/call'' | URL - ''< адрес модуля связи mgerm_external> /uis/call'' |
===== JSON Для тела запроса ===== | ===== JSON Для тела запроса ===== |
| |
<code bash> | <code javascript> |
{ | { "app_id": {{app_id}}, |
"app_id":{{app_id}}, | "attributes": {{attributes}}, |
"attributes":{{attributes}}, | "call_session_id": {{call_session_id}}, |
"call_session_id":{{call_session_id}}, | "call_source": {{call_source}}, |
"call_source":{{call_source}}, | "called_phone_number": {{called_phone_number}}, |
"called_phone_number":{{called_phone_number}}, | "calling_phone_number": {{calling_phone_number}}, |
"calling_phone_number":{{calling_phone_number}}, | "communication_id": {{communication_id}}, |
"communication_id":{{communication_id}}, | "communication_type": {{communication_type}}, |
"communication_type":{{communication_type}}, | "contact_full_name": {{contact_full_name}}, |
"contact_full_name":{{contact_full_name}}, | "contact_group_ids": {{contact_group_ids}}, |
"contact_group_ids":{{contact_group_ids}}, | "contact_id": {{contact_id}}, |
"contact_id":{{contact_id}}, | "contact_phone_number": {{contact_phone_number}}, |
"contact_phone_number":{{contact_phone_number}}, | "cpn_region_id": {{cpn_region_id}}, |
"cpn_region_id":{{cpn_region_id}}, | "cpn_region_name": {{cpn_region_name}}, |
"cpn_region_name":{{cpn_region_name}}, | "direction": {{direction}}, |
"direction":{{direction}}, | "external_id": {{external_id}}, |
"external_id":{{external_id}}, | "is_internal": {{is_internal}}, |
"is_internal":{{is_internal}}, | "notification_mnemonic": {{notification_mnemonic}}, |
"notification_mnemonic":{{notification_mnemonic}}, | "notification_name": {{notification_name}}, |
"notification_name":{{notification_name}}, | "notification_time": {{notification_time}}, |
"notification_time":{{notification_time}}, | "notification_timestamp": {{notification_timestamp}}, |
"notification_timestamp":{{notification_timestamp}}, | "scenario_id": {{scenario_id}}, |
"scenario_id":{{scenario_id}}, | "scenario_name": {{scenario_name}}, |
"scenario_name":{{scenario_name}}, | "start_time": {{start_time}}, |
"start_time":{{start_time}}, | "tp_project": {{tp_project}}, |
"tp_project":{{tp_project}}, | "virtual_phone_number": {{virtual_phone_number}}, |
"virtual_phone_number":{{virtual_phone_number}}, | "visitor_country": {{visitor_country}} |
"visitor_country":{{visitor_country}} | |
} | } |
| |