Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleПример запроса:
Code Block
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cor="http://corteos.ru">
   <soapenv:Header>
      <cor:AuthHeader>
         <!--Optional:-->
         <cor:Token>b7baf7dd-****-****-****-eed5575c6a52</cor:Token>
      </cor:AuthHeader>
   </soapenv:Header>
   <soapenv:Body>
      <cor:AgreementOrganizationSupplierApprove>
         <cor:id_Organization>12068</cor:id_Organization>
         <cor:isApprove>false</cor:isApprove>
      </cor:AgreementOrganizationSupplierApprove>
   </soapenv:Body>
</soapenv:Envelope>

где:

  • string Token - токен агента;

  • int id_Organization - уникальный идентификатор организации;

  • bool isApprove - поле, показывающее, что часть договора подтверждена поставщиком;

...