Sends XML by method POST to the address:

http://api1c.meest-group.com/services/1C_Document.php

 

<?xml version="1.0" encoding="UTF-8"?>
<param>
<login>login</login>
<function>function</function>
<request>request</request>
<sign>sign*</sign>
</param>

 

You can use the web solution ("sandbox") to test the capabilities of the functions of search parcels:

http://api1c.meest-group.com/services/test2/send_form.php

 

Table 2.1. Description of form fields

Field Description
login
User name
password
User password
function
The name of the function we use to enter the record.
request
Insert the XML code described in Table 2.2. We use to create a waste.
sign
= md5 ( login + password + function + request)