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

Summary

Details

Page properties
Content
... ... @@ -59,14 +59,30 @@
59 59  1. Настройка по примеру шаблонов АНРП/АТО с указанием текста или "кода поля" для каждого поля и его названия (чтобы можно было самостоятельно добавлять форму на разных языках)
60 60  1. Сделать шаблон по аналогии как давноо  делали генерацию договоров по шаблону в RTF, если не ошибаюсь.
61 61  
62 -= 4. Описание перечня работ =
62 += 4. API desdcription =
63 63  
64 -== 4.1. Автоматизация создания ремонта из системы информационного центра ==
65 65  
66 -= API method //CreateTrackingCallCentr// =
65 +List of available API functions are listed [[here>>url:http://cc.tpvrussia.ru:84/TrackingExchangeSoap.asmx?wsdl]] (functions list is in Russian language 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.
67 67  
68 -Input parameters:
67 +== 4.1. //GetTicket// ==
69 69  
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 +== 4.2. API method //CreateTrackingCallCentr// ==
83 +
84 +=== Input parameters: ===
85 +
70 70  |Name|(% style="width:116px" %)Тype|(% style="width:60px" %)Mandatory.|Parameter description
71 71  |ticket|(% style="width:116px" %)**string**|(% style="width:60px" %)Yes|Authentication session key
72 72  |record|(% style="width:116px" %)**record**|(% style="width:60px" %)Да|Structure with information to create order
... ... @@ -93,7 +93,7 @@
93 93  |Cemail|(% style="width:116px" %)**string (255)**|(% style="width:60px" %)Нет|Client's e-mail
94 94  |UrlQuestionnaire|(% style="width:116px" %)**string**|(% style="width:60px" %)Нет|URL to NPS survey which would be provided to the client after it has been finished
95 95  
96 -Output parameters::
112 +=== Output parameters:: ===
97 97  
98 98  |Name|Type|Description|Example
99 99  |TrackingUid|**guid**|Unique claim identifer. Could be used to update data by using method [[SaveTracking>>url:http://wiki.cc.tpvrussia.ru:8080/bin/view/Sandbox/%D0%94%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%20%D1%81%20%D0%B7%D0%B0%D0%BA%D0%BB%D1%8E%D1%87%D0%B5%D0%BD%D0%B8%D0%B5%D0%BC%20%D0%BF%D0%BE%20%D0%B2%D1%8B%D0%BF%D0%BE%D0%BB%D0%BD%D0%B5%D0%BD%D0%BD%D0%BE%D0%BC%D1%83%20%D1%80%D0%B5%D0%BC%D0%BE%D0%BD%D1%82%D1%83%20%D0%B8%20%D0%B8%D0%BD%D1%82%D0%B5%D0%B3%D1%80%D0%B0%D1%86%D0%B8%D0%B5%D0%B9%20%D1%81%20%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%BE%D0%B9%20%D0%98%D0%A6/#_heading=h.l7e46hz5zu9z]].|
... ... @@ -114,16 +114,16 @@
114 114  Unknown – Unknown error
115 115  )))|Added
116 116  |TrackingUri|**string**|URL to the claim which could be opened in browser|
133 +|Errors|list of string|List of errors with error description|
134 +|ValidationErrors| | |
117 117  
118 -Секция Errors содержит коллекцию строк ошибок.
136 +=== Validation errors ===
119 119  
120 -Секция ValidationErrors содержит коллекцию ErrorItem следующего вида:
121 -
122 -|Название параметра|Тип параметра|Описание параметра|Пример
123 -|ErrorCode|**string**|Код ошибки|
124 -|ErrorLevel|**int**|Уровень ошибки: 1-критичная, 3-предупреждение.|
125 -|Status|**string**|Статус трекинга|
126 -|Descriptilon|**string**|Описание ошибки
138 +|Name|Type|Description|Example
139 +|ErrorCode|**string**|Error code|
140 +|ErrorLevel|**int**|Error level: 1 — crytical, 3 — notification.|
141 +|Status|**string**|Claim status|
142 +|Descriptilon|**string**|Error description
127 127  )))
128 128  
129 129  (% class="col-xs-12 col-sm-4" %)