Есть поставщик который у себя аккумулирует данные по товарам разных дистрибьюторов. Реализовал апи по которому приходят данные о товарах в разрезе поставщиков, цен, остатков, время поставки, + рез...
Подробнее>>
CreateInvoice
Test
The test form is only available for requests from the local machine.
SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
<?xml version="1.0" encoding="utf-8"?>
<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>
<CreateInvoiceResponse xmlns="http://just.ru/">
<CreateInvoiceResult>long</CreateInvoiceResult>
<error>
<Message>string</Message>
<DebugMessage>string</DebugMessage>
</error>
</CreateInvoiceResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /UltimaWebServices/ReverseApi.asmx HTTP/1.1
Host: webservice
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
DeleteReserve
Test
The test form is only available for requests from the local machine.
SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
<?xml version="1.0" encoding="utf-8"?>
<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>
<DeleteReserveResponse xmlns="http://just.ru/">
<DeleteReserveResult>boolean</DeleteReserveResult>
<error>
<Message>string</Message>
<DebugMessage>string</DebugMessage>
</error>
</DeleteReserveResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /UltimaWebServices/ReverseApi.asmx HTTP/1.1
Host: webservice
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length