<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<stat:GetStatement xmlns:stat="http://statement.frontend.ws.utilibill.com.au/">
<login>
<userName>username</userName>
<password>password</password>
</login>
<statement>
<custno>554433</custno>
</statement>
</stat:GetStatement>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST 'https://benzine.telcoinabox.com/tiab/UtbStatement' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data-raw '<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<stat:GetStatement xmlns:stat="http://statement.frontend.ws.utilibill.com.au/">
<login>
<userName>username</userName>
<password>password</password>
</login>
<statement>
<custno>554433</custno>
</statement>
</stat:GetStatement>
</soapenv:Body>
</soapenv:Envelope>'
<?xml version='1.0' encoding='UTF-8'?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header />
<S:Body>
<ns2:GetStatementResponse xmlns:ns2="http://statement.frontend.ws.utilibill.com.au/">
<return>
<isError>false</isError>
<statements>
<adjustments>-3284.4000</adjustments>
<carriedForward>-9.9965</carriedForward>
<currBalance>2020.8135</currBalance>
<currCharges>2030.8100</currCharges>
<custNo>554433</custNo>
<dateDue>2015-09-15T00:00:00+10:00</dateDue>
<dateIssued>2015-08-28T00:00:00+10:00</dateIssued>
<payments>-10.0000</payments>
<prevBalance>3284.4035</prevBalance>
<printed></printed>
<stmtNo>156</stmtNo>
<stmtType>I</stmtType>
<tax>184.6400</tax>
</statements>
<statements>
<adjustments>-1891.9100</adjustments>
<carriedForward>0.0035</carriedForward>
<currBalance>3284.4035</currBalance>
<currCharges>3284.4000</currCharges>
<custNo>554433</custNo>
<dateDue>2015-08-15T00:00:00+10:00</dateDue>
<dateIssued>2015-07-28T00:00:00+10:00</dateIssued>
<payments>0.0000</payments>
<prevBalance>1891.9135</prevBalance>
<printed></printed>
<stmtNo>155</stmtNo>
<stmtType>I</stmtType>
<tax>298.6000</tax>
</statements>
</return>
</ns2:GetStatementResponse>
</S:Body>
</S:Envelope>