From version < 3.1 >
edited by Дмитрий Семёнов
on 2023/12/20 10:43
To version < 4.1 >
edited by Дмитрий Семёнов
on 2023/12/20 10:57
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -59,10 +59,26 @@
59 59  1. Настройка по примеру шаблонов АНРП/АТО с указанием текста или "кода поля" для каждого поля и его названия (чтобы можно было самостоятельно добавлять форму на разных языках)
60 60  1. Сделать шаблон по аналогии как давноо  делали генерацию договоров по шаблону в RTF, если не ошибаюсь.
61 61  
62 -= 4. API desdcription =
62 += 4. API desdcription =
63 63  
64 -== 4.1. GetTicket ==
65 65  
65 +List of available API functions are listed [[here>>url:http://cc.tpvrussia.ru:84/TrackingExchangeSoap.asmx?wsdl]] (functions list is in Russian since till now only local service centers have been using it). And there is [[WSDL scheme>>url:http://cc.tpvrussia.ru:84/TrackingExchangeSoap.asmx?wsdl]] as well. To create claim by call center~,~, need two main functions listed below.
66 +
67 +== 4.1. //GetTicket// ==
68 +
69 +Method returns binary ticket to be used for authentication
70 +
71 +=== Input parameters ===
72 +
73 +
74 +1. Login (string)
75 +1. Password (string)
76 +
77 +=== Output parameters ===
78 +
79 +1. Ticket (string)
80 +1. Version (string)
81 +
66 66  == 4.2. API method //CreateTrackingCallCentr// ==
67 67  
68 68  === Input parameters: ===
... ... @@ -121,7 +121,13 @@
121 121  
122 122  |Name|Type|Description|Example
123 123  |ErrorCode|**string**|Error code|
124 -|ErrorLevel|**int**|Error level: 1 — crytical, 3 — notification.|
140 +|ErrorLevel|**int**|(((
141 +Error level:
142 +
143 +1 – crytical
144 +
145 +3 – notification.
146 +)))|
125 125  |Status|**string**|Claim status|
126 126  |Descriptilon|**string**|Error description
127 127  )))