<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<call:getUnbilledCallsDetail xmlns:call="http://call.frontend.ws.utilibill.com.au/">
<login>
<userName>username</userName>
<password>password</password>
</login>
<custNo>554433</custNo>
<csn>0395551234</csn>
</call:getUnbilledCallsDetail>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST 'https://benzine.telcoinabox.com/tiab/UtbCall' \
--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>
<call:getUnbilledCallsDetail xmlns:call="http://call.frontend.ws.utilibill.com.au/">
<login>
<userName>username</userName>
<password>password</password>
</login>
<custNo>554433</custNo>
<csn>0395551234</csn>
</call:getUnbilledCallsDetail>
</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:getUnbilledCallsDetailResponse xmlns:ns2="http://call.frontend.ws.utilibill.com.au/">
<unbilledCallsDetail>
<calls>
<actualTariffCode>SN:F2M</actualTariffCode>
<charge>0.0</charge>
<csn>0395551234</csn>
<dateEnd></dateEnd>
<dateStart>2024-03-04 11:33:23.0</dateStart>
<detail>0400123456</detail>
<duration>84</duration>
<itemType>SIP Mobile</itemType>
<lineSeqNo>82</lineSeqNo>
<origin>0395551234</origin>
<tariffCode>Call to Mobiles</tariffCode>
<vspCost>0.01</vspCost>
</calls>
</unbilledCallsDetail>
</ns2:getUnbilledCallsDetailResponse>
</S:Body>
</S:Envelope>