InventoryWebService
Click here for a complete list of operations.
GetJobEstimationByEstimationNo
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/GetJobEstimationByEstimationNo"
<?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>
<GetJobEstimationByEstimationNo xmlns="http://tempuri.org/">
<Compcode>string</Compcode>
<EstimationNo>string</EstimationNo>
</GetJobEstimationByEstimationNo>
</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>
<GetJobEstimationByEstimationNoResponse xmlns="http://tempuri.org/">
<GetJobEstimationByEstimationNoResult>
<COMPANY_ID>guid</COMPANY_ID>
<COMPCODE>string</COMPCODE>
<LOCA>string</LOCA>
<CSH_CRD>string</CSH_CRD>
<ESTIMATION_NO>string</ESTIMATION_NO>
<ESTIMATION_SECRETNO>string</ESTIMATION_SECRETNO>
<ESTIMATION_TYPE>string</ESTIMATION_TYPE>
<CUST_CODE>string</CUST_CODE>
<CUST_NAME>string</CUST_NAME>
<CUST_ADDRESS_1>string</CUST_ADDRESS_1>
<CUST_ADDRESS_2>string</CUST_ADDRESS_2>
<CUST_ADDRESS_3>string</CUST_ADDRESS_3>
<CUST_EMAIL>string</CUST_EMAIL>
<CUST_PHONE>string</CUST_PHONE>
<TXN_DATE>dateTime</TXN_DATE>
<ESTIMATION_DATE>dateTime</ESTIMATION_DATE>
<DUE_DATE>dateTime</DUE_DATE>
<JOB_NO>string</JOB_NO>
<DN_NO>string</DN_NO>
<TOTAL>decimal</TOTAL>
<IS_DISCOUNT_PER>decimal</IS_DISCOUNT_PER>
<TOTAL_AFTER_DISCOUNT>decimal</TOTAL_AFTER_DISCOUNT>
<VAT_AMOUNT>decimal</VAT_AMOUNT>
<NBT_AMOUNT>decimal</NBT_AMOUNT>
<COST_AMOUNT>decimal</COST_AMOUNT>
<TAX_CODE_1>string</TAX_CODE_1>
<TAX_CODE_2>string</TAX_CODE_2>
<TAX_CODE_3>string</TAX_CODE_3>
<TAX_VALUE_1>string</TAX_VALUE_1>
<TAX_VALUE_2>string</TAX_VALUE_2>
<TAX_VALUE_3>string</TAX_VALUE_3>
<TAX_VALUE_AMT_1>decimal</TAX_VALUE_AMT_1>
<TAX_VALUE_AMT_2>decimal</TAX_VALUE_AMT_2>
<TAX_VALUE_AMT_3>decimal</TAX_VALUE_AMT_3>
<TAX_AMT_1>decimal</TAX_AMT_1>
<TAX_AMT_2>decimal</TAX_AMT_2>
<TAX_AMT_3>decimal</TAX_AMT_3>
<TOTAL_AFTER_TAX_AMT_1>decimal</TOTAL_AFTER_TAX_AMT_1>
<TOTAL_AFTER_TAX_AMT_2>decimal</TOTAL_AFTER_TAX_AMT_2>
<TOTAL_AFTER_TAX_AMT_3>decimal</TOTAL_AFTER_TAX_AMT_3>
<DEDUCTIONS>decimal</DEDUCTIONS>
<PAYABLE_AMOUNT>decimal</PAYABLE_AMOUNT>
<PAYED_AMOUNT>decimal</PAYED_AMOUNT>
<PAY_STATUS>decimal</PAY_STATUS>
<IS_EMAIL_SEND>decimal</IS_EMAIL_SEND>
<LAST_EMAIL_SEND_DATE>dateTime</LAST_EMAIL_SEND_DATE>
<USERCODE>string</USERCODE>
<LAST_EDITED_USERCODE>string</LAST_EDITED_USERCODE>
<TERMINAL_ID>string</TERMINAL_ID>
<AMOUNT_IN_WORD>string</AMOUNT_IN_WORD>
<SIGN_USER_NAME>string</SIGN_USER_NAME>
<SIGN_USER_DESIG01>string</SIGN_USER_DESIG01>
<SIGN_USER_DESIG02>string</SIGN_USER_DESIG02>
<SIGN_USER_DESIG03>string</SIGN_USER_DESIG03>
<SIGN_USER_DESIG04>string</SIGN_USER_DESIG04>
<SIGN_USER_DESIG05>string</SIGN_USER_DESIG05>
<TERMS01>string</TERMS01>
<TERMS02>string</TERMS02>
<TERMS03>string</TERMS03>
<BRANCH_CODE>string</BRANCH_CODE>
<REF_NO_1>string</REF_NO_1>
<REF_NO_2>string</REF_NO_2>
<FOOTER_NOTES>string</FOOTER_NOTES>
<HEADER_NOTES>string</HEADER_NOTES>
<IS_CANCELED>decimal</IS_CANCELED>
<AUTO_ID>int</AUTO_ID>
<IS_APPROVED>decimal</IS_APPROVED>
<APPROVED_BY>string</APPROVED_BY>
<APPROVED_DATE>dateTime</APPROVED_DATE>
<ESTIMATION_STATUS>string</ESTIMATION_STATUS>
<INHERIT_DUPLICATION_NO>string</INHERIT_DUPLICATION_NO>
<PARENT_EST_NO>string</PARENT_EST_NO>
</GetJobEstimationByEstimationNoResult>
</GetJobEstimationByEstimationNoResponse>
</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>
<GetJobEstimationByEstimationNo xmlns="http://tempuri.org/">
<Compcode>string</Compcode>
<EstimationNo>string</EstimationNo>
</GetJobEstimationByEstimationNo>
</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>
<GetJobEstimationByEstimationNoResponse xmlns="http://tempuri.org/">
<GetJobEstimationByEstimationNoResult>
<COMPANY_ID>guid</COMPANY_ID>
<COMPCODE>string</COMPCODE>
<LOCA>string</LOCA>
<CSH_CRD>string</CSH_CRD>
<ESTIMATION_NO>string</ESTIMATION_NO>
<ESTIMATION_SECRETNO>string</ESTIMATION_SECRETNO>
<ESTIMATION_TYPE>string</ESTIMATION_TYPE>
<CUST_CODE>string</CUST_CODE>
<CUST_NAME>string</CUST_NAME>
<CUST_ADDRESS_1>string</CUST_ADDRESS_1>
<CUST_ADDRESS_2>string</CUST_ADDRESS_2>
<CUST_ADDRESS_3>string</CUST_ADDRESS_3>
<CUST_EMAIL>string</CUST_EMAIL>
<CUST_PHONE>string</CUST_PHONE>
<TXN_DATE>dateTime</TXN_DATE>
<ESTIMATION_DATE>dateTime</ESTIMATION_DATE>
<DUE_DATE>dateTime</DUE_DATE>
<JOB_NO>string</JOB_NO>
<DN_NO>string</DN_NO>
<TOTAL>decimal</TOTAL>
<IS_DISCOUNT_PER>decimal</IS_DISCOUNT_PER>
<TOTAL_AFTER_DISCOUNT>decimal</TOTAL_AFTER_DISCOUNT>
<VAT_AMOUNT>decimal</VAT_AMOUNT>
<NBT_AMOUNT>decimal</NBT_AMOUNT>
<COST_AMOUNT>decimal</COST_AMOUNT>
<TAX_CODE_1>string</TAX_CODE_1>
<TAX_CODE_2>string</TAX_CODE_2>
<TAX_CODE_3>string</TAX_CODE_3>
<TAX_VALUE_1>string</TAX_VALUE_1>
<TAX_VALUE_2>string</TAX_VALUE_2>
<TAX_VALUE_3>string</TAX_VALUE_3>
<TAX_VALUE_AMT_1>decimal</TAX_VALUE_AMT_1>
<TAX_VALUE_AMT_2>decimal</TAX_VALUE_AMT_2>
<TAX_VALUE_AMT_3>decimal</TAX_VALUE_AMT_3>
<TAX_AMT_1>decimal</TAX_AMT_1>
<TAX_AMT_2>decimal</TAX_AMT_2>
<TAX_AMT_3>decimal</TAX_AMT_3>
<TOTAL_AFTER_TAX_AMT_1>decimal</TOTAL_AFTER_TAX_AMT_1>
<TOTAL_AFTER_TAX_AMT_2>decimal</TOTAL_AFTER_TAX_AMT_2>
<TOTAL_AFTER_TAX_AMT_3>decimal</TOTAL_AFTER_TAX_AMT_3>
<DEDUCTIONS>decimal</DEDUCTIONS>
<PAYABLE_AMOUNT>decimal</PAYABLE_AMOUNT>
<PAYED_AMOUNT>decimal</PAYED_AMOUNT>
<PAY_STATUS>decimal</PAY_STATUS>
<IS_EMAIL_SEND>decimal</IS_EMAIL_SEND>
<LAST_EMAIL_SEND_DATE>dateTime</LAST_EMAIL_SEND_DATE>
<USERCODE>string</USERCODE>
<LAST_EDITED_USERCODE>string</LAST_EDITED_USERCODE>
<TERMINAL_ID>string</TERMINAL_ID>
<AMOUNT_IN_WORD>string</AMOUNT_IN_WORD>
<SIGN_USER_NAME>string</SIGN_USER_NAME>
<SIGN_USER_DESIG01>string</SIGN_USER_DESIG01>
<SIGN_USER_DESIG02>string</SIGN_USER_DESIG02>
<SIGN_USER_DESIG03>string</SIGN_USER_DESIG03>
<SIGN_USER_DESIG04>string</SIGN_USER_DESIG04>
<SIGN_USER_DESIG05>string</SIGN_USER_DESIG05>
<TERMS01>string</TERMS01>
<TERMS02>string</TERMS02>
<TERMS03>string</TERMS03>
<BRANCH_CODE>string</BRANCH_CODE>
<REF_NO_1>string</REF_NO_1>
<REF_NO_2>string</REF_NO_2>
<FOOTER_NOTES>string</FOOTER_NOTES>
<HEADER_NOTES>string</HEADER_NOTES>
<IS_CANCELED>decimal</IS_CANCELED>
<AUTO_ID>int</AUTO_ID>
<IS_APPROVED>decimal</IS_APPROVED>
<APPROVED_BY>string</APPROVED_BY>
<APPROVED_DATE>dateTime</APPROVED_DATE>
<ESTIMATION_STATUS>string</ESTIMATION_STATUS>
<INHERIT_DUPLICATION_NO>string</INHERIT_DUPLICATION_NO>
<PARENT_EST_NO>string</PARENT_EST_NO>
</GetJobEstimationByEstimationNoResult>
</GetJobEstimationByEstimationNoResponse>
</soap12:Body>
</soap12:Envelope>