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

Summary

Details

Page properties
Content
... ... @@ -59,26 +59,10 @@
59 59  1. Настройка по примеру шаблонов АНРП/АТО с указанием текста или "кода поля" для каждого поля и его названия (чтобы можно было самостоятельно добавлять форму на разных языках)
60 60  1. Сделать шаблон по аналогии как давноо  делали генерацию договоров по шаблону в RTF, если не ошибаюсь.
61 61  
62 -= 4. API desdcription =
62 += 4. API desdcription =
63 63  
64 +== 4.1. GetTicket ==
64 64  
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 -
82 82  == 4.2. API method //CreateTrackingCallCentr// ==
83 83  
84 84  === Input parameters: ===
... ... @@ -137,13 +137,7 @@
137 137  
138 138  |Name|Type|Description|Example
139 139  |ErrorCode|**string**|Error code|
140 -|ErrorLevel|**int**|(((
141 -Error level:
142 -
143 -1 – crytical
144 -
145 -3 – notification.
146 -)))|
124 +|ErrorLevel|**int**|Error level: 1 — crytical, 3 — notification.|
147 147  |Status|**string**|Claim status|
148 148  |Descriptilon|**string**|Error description
149 149  )))