WayBills


Click here for a complete list of operations.

get_buyer_waybills

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_buyer_waybills"

<?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_buyer_waybills xmlns="http://tempuri.org/">
      <su>string</su>
      <sp>string</sp>
      <itypes>string</itypes>
      <seller_tin>string</seller_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>
    </get_buyer_waybills>
  </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_buyer_waybillsResponse xmlns="http://tempuri.org/">
      <get_buyer_waybillsResult>xml</get_buyer_waybillsResult>
    </get_buyer_waybillsResponse>
  </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_buyer_waybills xmlns="http://tempuri.org/">
      <su>string</su>
      <sp>string</sp>
      <itypes>string</itypes>
      <seller_tin>string</seller_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>
    </get_buyer_waybills>
  </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_buyer_waybillsResponse xmlns="http://tempuri.org/">
      <get_buyer_waybillsResult>xml</get_buyer_waybillsResult>
    </get_buyer_waybillsResponse>
  </soap12:Body>
</soap12:Envelope>