EINVOICE
Click here for a complete list of operations.
EINV_TXN_INV_RANGE_CENTER
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 /EINV_SERVICE_XML.asmx HTTP/1.1
Host: ws1.einvoice.biz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.master-tech.com.tw/EINV_TXN_INV_RANGE_CENTER"
<?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>
<EINV_TXN_INV_RANGE_CENTER xmlns="http://www.master-tech.com.tw/">
<pRcptID>string</pRcptID>
<pMACH_UUID>string</pMACH_UUID>
<pSellerID>string</pSellerID>
<pYearPeriod>string</pYearPeriod>
<pCode>string</pCode>
<pStartInvNum>string</pStartInvNum>
<pEndInvNum>string</pEndInvNum>
<pCount>double</pCount>
<pRollCount>double</pRollCount>
<pRemark>string</pRemark>
<pOuterMsg>string</pOuterMsg>
</EINV_TXN_INV_RANGE_CENTER>
</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>
<EINV_TXN_INV_RANGE_CENTERResponse xmlns="http://www.master-tech.com.tw/">
<EINV_TXN_INV_RANGE_CENTERResult>boolean</EINV_TXN_INV_RANGE_CENTERResult>
<pOuterMsg>string</pOuterMsg>
</EINV_TXN_INV_RANGE_CENTERResponse>
</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 /EINV_SERVICE_XML.asmx HTTP/1.1
Host: ws1.einvoice.biz
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>
<EINV_TXN_INV_RANGE_CENTER xmlns="http://www.master-tech.com.tw/">
<pRcptID>string</pRcptID>
<pMACH_UUID>string</pMACH_UUID>
<pSellerID>string</pSellerID>
<pYearPeriod>string</pYearPeriod>
<pCode>string</pCode>
<pStartInvNum>string</pStartInvNum>
<pEndInvNum>string</pEndInvNum>
<pCount>double</pCount>
<pRollCount>double</pRollCount>
<pRemark>string</pRemark>
<pOuterMsg>string</pOuterMsg>
</EINV_TXN_INV_RANGE_CENTER>
</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>
<EINV_TXN_INV_RANGE_CENTERResponse xmlns="http://www.master-tech.com.tw/">
<EINV_TXN_INV_RANGE_CENTERResult>boolean</EINV_TXN_INV_RANGE_CENTERResult>
<pOuterMsg>string</pOuterMsg>
</EINV_TXN_INV_RANGE_CENTERResponse>
</soap12:Body>
</soap12:Envelope>