WebServiceDB
Click here for a complete list of operations.
get_pos_all_data_From_To_As_list
view only
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 /WebServiceDB.asmx HTTP/1.1
Host: webservice.alamer-market.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://alamerwebservices.com/get_pos_all_data_From_To_As_list"
<?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_pos_all_data_From_To_As_list xmlns="http://alamerwebservices.com/">
<User>
<userName>string</userName>
<password>string</password>
</User>
<dbConnect>
<IP>string</IP>
<DbName>string</DbName>
<Username>string</Username>
<Password>string</Password>
<Connect>string</Connect>
</dbConnect>
<from>int</from>
<to>int</to>
</get_pos_all_data_From_To_As_list>
</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_pos_all_data_From_To_As_listResponse xmlns="http://alamerwebservices.com/">
<get_pos_all_data_From_To_As_listResult>
<ReturnItems>
<barcode>string</barcode>
<UID>string</UID>
<ItemName>string</ItemName>
<EnglishName>string</EnglishName>
<ItemDescreption>string</ItemDescreption>
<ItemID>string</ItemID>
<QuantityPerUnit>float</QuantityPerUnit>
<Unit>string</Unit>
<Unit_Description>string</Unit_Description>
<price>float</price>
<Tax>float</Tax>
<NetPrice>float</NetPrice>
<SpecialPrice>string</SpecialPrice>
<ToDate>string</ToDate>
<UseSpecialPrice>int</UseSpecialPrice>
<Message>string</Message>
</ReturnItems>
<ReturnItems>
<barcode>string</barcode>
<UID>string</UID>
<ItemName>string</ItemName>
<EnglishName>string</EnglishName>
<ItemDescreption>string</ItemDescreption>
<ItemID>string</ItemID>
<QuantityPerUnit>float</QuantityPerUnit>
<Unit>string</Unit>
<Unit_Description>string</Unit_Description>
<price>float</price>
<Tax>float</Tax>
<NetPrice>float</NetPrice>
<SpecialPrice>string</SpecialPrice>
<ToDate>string</ToDate>
<UseSpecialPrice>int</UseSpecialPrice>
<Message>string</Message>
</ReturnItems>
</get_pos_all_data_From_To_As_listResult>
</get_pos_all_data_From_To_As_listResponse>
</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 /WebServiceDB.asmx HTTP/1.1
Host: webservice.alamer-market.com
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_pos_all_data_From_To_As_list xmlns="http://alamerwebservices.com/">
<User>
<userName>string</userName>
<password>string</password>
</User>
<dbConnect>
<IP>string</IP>
<DbName>string</DbName>
<Username>string</Username>
<Password>string</Password>
<Connect>string</Connect>
</dbConnect>
<from>int</from>
<to>int</to>
</get_pos_all_data_From_To_As_list>
</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_pos_all_data_From_To_As_listResponse xmlns="http://alamerwebservices.com/">
<get_pos_all_data_From_To_As_listResult>
<ReturnItems>
<barcode>string</barcode>
<UID>string</UID>
<ItemName>string</ItemName>
<EnglishName>string</EnglishName>
<ItemDescreption>string</ItemDescreption>
<ItemID>string</ItemID>
<QuantityPerUnit>float</QuantityPerUnit>
<Unit>string</Unit>
<Unit_Description>string</Unit_Description>
<price>float</price>
<Tax>float</Tax>
<NetPrice>float</NetPrice>
<SpecialPrice>string</SpecialPrice>
<ToDate>string</ToDate>
<UseSpecialPrice>int</UseSpecialPrice>
<Message>string</Message>
</ReturnItems>
<ReturnItems>
<barcode>string</barcode>
<UID>string</UID>
<ItemName>string</ItemName>
<EnglishName>string</EnglishName>
<ItemDescreption>string</ItemDescreption>
<ItemID>string</ItemID>
<QuantityPerUnit>float</QuantityPerUnit>
<Unit>string</Unit>
<Unit_Description>string</Unit_Description>
<price>float</price>
<Tax>float</Tax>
<NetPrice>float</NetPrice>
<SpecialPrice>string</SpecialPrice>
<ToDate>string</ToDate>
<UseSpecialPrice>int</UseSpecialPrice>
<Message>string</Message>
</ReturnItems>
</get_pos_all_data_From_To_As_listResult>
</get_pos_all_data_From_To_As_listResponse>
</soap12:Body>
</soap12:Envelope>