InventoryWebService
Click here for a complete list of operations.
getHirchgMast_LastEntry
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 /InventoryWebService.asmx HTTP/1.1
Host: tciws.compulinerp.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/getHirchgMast_LastEntry"
<?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>
<getHirchgMast_LastEntry xmlns="http://tempuri.org/">
<RefDepoNo>string</RefDepoNo>
<compcode>string</compcode>
<Loca>string</Loca>
</getHirchgMast_LastEntry>
</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>
<getHirchgMast_LastEntryResponse xmlns="http://tempuri.org/">
<getHirchgMast_LastEntryResult>
<COMPCODE>string</COMPCODE>
<LOCA>string</LOCA>
<HIRCHG_NO>string</HIRCHG_NO>
<RD_NO>string</RD_NO>
<HIRCHG_DATE>dateTime</HIRCHG_DATE>
<TXN_DATE>dateTime</TXN_DATE>
<TXN_TIME>string</TXN_TIME>
<USERCODE>string</USERCODE>
<GROSSTOT>decimal</GROSSTOT>
<REFNO>string</REFNO>
<PRINTED>decimal</PRINTED>
<CANCEL>decimal</CANCEL>
<CUSER>string</CUSER>
<ISVAT>decimal</ISVAT>
<SITE>string</SITE>
<HCUPTO>dateTime</HCUPTO>
<VAT_CODE1>string</VAT_CODE1>
<VAT_CODE2>string</VAT_CODE2>
<VAT_CODE3>string</VAT_CODE3>
<VAT_CODE1_AMT>decimal</VAT_CODE1_AMT>
<VAT_CODE2_AMT>decimal</VAT_CODE2_AMT>
<VAT_CODE3_AMT>decimal</VAT_CODE3_AMT>
<LAST_RENTAL>dateTime</LAST_RENTAL>
<NOOFDAYS>decimal</NOOFDAYS>
</getHirchgMast_LastEntryResult>
</getHirchgMast_LastEntryResponse>
</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 /InventoryWebService.asmx HTTP/1.1
Host: tciws.compulinerp.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>
<getHirchgMast_LastEntry xmlns="http://tempuri.org/">
<RefDepoNo>string</RefDepoNo>
<compcode>string</compcode>
<Loca>string</Loca>
</getHirchgMast_LastEntry>
</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>
<getHirchgMast_LastEntryResponse xmlns="http://tempuri.org/">
<getHirchgMast_LastEntryResult>
<COMPCODE>string</COMPCODE>
<LOCA>string</LOCA>
<HIRCHG_NO>string</HIRCHG_NO>
<RD_NO>string</RD_NO>
<HIRCHG_DATE>dateTime</HIRCHG_DATE>
<TXN_DATE>dateTime</TXN_DATE>
<TXN_TIME>string</TXN_TIME>
<USERCODE>string</USERCODE>
<GROSSTOT>decimal</GROSSTOT>
<REFNO>string</REFNO>
<PRINTED>decimal</PRINTED>
<CANCEL>decimal</CANCEL>
<CUSER>string</CUSER>
<ISVAT>decimal</ISVAT>
<SITE>string</SITE>
<HCUPTO>dateTime</HCUPTO>
<VAT_CODE1>string</VAT_CODE1>
<VAT_CODE2>string</VAT_CODE2>
<VAT_CODE3>string</VAT_CODE3>
<VAT_CODE1_AMT>decimal</VAT_CODE1_AMT>
<VAT_CODE2_AMT>decimal</VAT_CODE2_AMT>
<VAT_CODE3_AMT>decimal</VAT_CODE3_AMT>
<LAST_RENTAL>dateTime</LAST_RENTAL>
<NOOFDAYS>decimal</NOOFDAYS>
</getHirchgMast_LastEntryResult>
</getHirchgMast_LastEntryResponse>
</soap12:Body>
</soap12:Envelope>