WayBills
Click here for a complete list of operations.
get_waybills_ex
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.
POST /WayBillService/WayBillService.asmx HTTP/1.1
Host: services.rs.ge
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/get_waybills_ex"
<?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>
<get_waybills_ex xmlns="http://tempuri.org/">
<su>string</su>
<sp>string</sp>
<itypes>string</itypes>
<buyer_tin>string</buyer_tin>
<statuses>string</statuses>
<car_number>string</car_number>
<begin_date_s>dateTime</begin_date_s>
<begin_date_e>dateTime</begin_date_e>
<create_date_s>dateTime</create_date_s>
<create_date_e>dateTime</create_date_e>
<driver_tin>string</driver_tin>
<delivery_date_s>dateTime</delivery_date_s>
<delivery_date_e>dateTime</delivery_date_e>
<full_amount>decimal</full_amount>
<waybill_number>string</waybill_number>
<close_date_s>dateTime</close_date_s>
<close_date_e>dateTime</close_date_e>
<s_user_ids>string</s_user_ids>
<comment>string</comment>
<is_confirmed>int</is_confirmed>
</get_waybills_ex>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?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>
<get_waybills_exResponse xmlns="http://tempuri.org/">
<get_waybills_exResult>xml</get_waybills_exResult>
</get_waybills_exResponse>
</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 /WayBillService/WayBillService.asmx HTTP/1.1
Host: services.rs.ge
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<get_waybills_ex xmlns="http://tempuri.org/">
<su>string</su>
<sp>string</sp>
<itypes>string</itypes>
<buyer_tin>string</buyer_tin>
<statuses>string</statuses>
<car_number>string</car_number>
<begin_date_s>dateTime</begin_date_s>
<begin_date_e>dateTime</begin_date_e>
<create_date_s>dateTime</create_date_s>
<create_date_e>dateTime</create_date_e>
<driver_tin>string</driver_tin>
<delivery_date_s>dateTime</delivery_date_s>
<delivery_date_e>dateTime</delivery_date_e>
<full_amount>decimal</full_amount>
<waybill_number>string</waybill_number>
<close_date_s>dateTime</close_date_s>
<close_date_e>dateTime</close_date_e>
<s_user_ids>string</s_user_ids>
<comment>string</comment>
<is_confirmed>int</is_confirmed>
</get_waybills_ex>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<get_waybills_exResponse xmlns="http://tempuri.org/">
<get_waybills_exResult>xml</get_waybills_exResult>
</get_waybills_exResponse>
</soap12:Body>
</soap12:Envelope>