Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

product:api:list:declinetimesheet [28.03.2022 10:14] – создано anna.makhnevaproduct:api:list:declinetimesheet [28.03.2022 10:36] (текущий) – [Возвращаемые параметры] anna.makhneva
Строка 31: Строка 31:
 <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>   <soap:Body>
-    <SendMessageResponse xmlns="http://tempuri.org/"> +    <DeclineTimesheetResponse xmlns="http://streamline/"> 
-      <SendMessageResult>guid</SendMessageResult+      <DeclineTimesheetResult> 
-    </SendMessageResponse>+        <Result>boolean</Result> 
 +        <ErrorMessage>string</ErrorMessage> 
 +      </DeclineTimesheetResult
 +    </DeclineTimesheetResponse>
   </soap:Body>   </soap:Body>
 </soap:Envelope> </soap:Envelope>
 </code> </code>