<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<char:getRecurringChargeDetails xmlns:char="http://charge.frontend.ws.utilibill.com.au/">
<login>
<userName>username</userName>
<password>password</password>
</login>
<chargeDetail>
<custNo>554433</custNo>
</chargeDetail>
</char:getRecurringChargeDetails>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST 'https://benzine.telcoinabox.com/tiab/UtbCharge' \
--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>
<char:getRecurringChargeDetails xmlns:char="http://charge.frontend.ws.utilibill.com.au/">
<login>
<userName>username</userName>
<password>password</password>
</login>
<chargeDetail>
<custNo>554433</custNo>
</chargeDetail>
</char:getRecurringChargeDetails>
</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:getRecurringChargeDetailsResponse xmlns:ns2="http://charge.frontend.ws.utilibill.com.au/">
<return>
<errorCode>0</errorCode>
<serviceDetails>
<chargeDetails>
<amount>21.0</amount>
<chargeDesc>Hardware Charges Test</chargeDesc>
<chargeType>UTB:#HVH</chargeType>
<createDate>2022-08-25 14:55:25.877</createDate>
<dateEnd></dateEnd>
<dateStart>25/08/2022</dateStart>
<model></model>
<noOfPeriods>1</noOfPeriods>
<ongoing>false</ongoing>
<period>0</period>
<prorata>0</prorata>
<quantity>1</quantity>
<rollupDesc>Hardware Charges</rollupDesc>
<unitPrice>21.0000</unitPrice>
<userAdded>username</userAdded>
</chargeDetails>
<custNo>382700</custNo>
<dateAdded>2022-06-23 13:27:00.0</dateAdded>
<serviceNo>0286082421</serviceNo>
<status>OK</status>
</serviceDetails>
<serviceDetails>
<chargeDetails>
<amount>388.87</amount>
<chargeDesc>instalment charge</chargeDesc>
<chargeType>UTB:MISCO</chargeType>
<createDate>2024-03-20 15:23:23.117</createDate>
<dateEnd>11/02/2025</dateEnd>
<dateStart>20/03/2024</dateStart>
<model></model>
<noOfPeriods>12</noOfPeriods>
<ongoing>false</ongoing>
<period>2</period>
<prorata>0</prorata>
<quantity>1</quantity>
<rollupDesc>Other Charges and Credits</rollupDesc>
<unitPrice>388.8700</unitPrice>
<userAdded>username</userAdded>
</chargeDetails>
<custNo>382700</custNo>
<dateAdded>2022-06-23 13:27:00.0</dateAdded>
<serviceNo>0286082421</serviceNo>
<status>OK</status>
</serviceDetails>
<serviceDetails>
<chargeDetails>
<amount>1.0</amount>
<chargeDesc>Misc Credits/Debits NBN</chargeDesc>
<chargeType>UTB:MISCJ|</chargeType>
<createDate>2024-01-23 14:35:54.443</createDate>
<dateEnd></dateEnd>
<dateStart>01/01/2024</dateStart>
<model></model>
<noOfPeriods>6</noOfPeriods>
<ongoing>false</ongoing>
<period>0</period>
<prorata>0</prorata>
<quantity>1</quantity>
<rollupDesc>Misc Credits/Debits NBN</rollupDesc>
<unitPrice>1.0000</unitPrice>
<userAdded>username</userAdded>
</chargeDetails>
<custNo>382700</custNo>
<dateAdded>2022-07-05 18:29:00.0</dateAdded>
<serviceNo>64357</serviceNo>
<status>OK</status>
</serviceDetails>
<serviceDetails>
<chargeDetails>
<amount>388.87</amount>
<chargeDesc>instalment charge</chargeDesc>
<chargeType>UTB:MISCO</chargeType>
<createDate>2024-03-14 09:20:32.193</createDate>
<dateEnd>11/02/2025</dateEnd>
<dateStart>13/03/2024</dateStart>
<model></model>
<noOfPeriods>12</noOfPeriods>
<ongoing>false</ongoing>
<period>2</period>
<prorata>0</prorata>
<quantity>1</quantity>
<rollupDesc>Other Charges and Credits</rollupDesc>
<unitPrice>388.8700</unitPrice>
<userAdded>username</userAdded>
</chargeDetails>
<custNo>382700</custNo>
<dateAdded>2023-10-27 10:49:00.0</dateAdded>
<serviceNo>OAC000000247218</serviceNo>
<status>OK</status>
</serviceDetails>
<success>true</success>
</return>
</ns2:getRecurringChargeDetailsResponse>
</S:Body>
</S:Envelope>