Hi,
I need help with the below request. <stan>123456</stan>
field needs to be update incrementally before posting the request to server for each API operations in my collections.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v3="http://mobiliser.sybase365.com/custom/project/services/contract/v3_0">
<soapenv:Header/>
<soapenv:Body>
<v3:AccountClosureRequest callback="?" origin="?" traceNo="123123" repeat="false" >
<!--Optional:-->
<stan>123456</stan>
<!--Optional:-->
<accountNumber>4540150597168</accountNumber>
<!--Optional:-->
<requestDateTime>17022022084500</requestDateTime>
<!--Optional:-->
<transactionType>1088</transactionType>
<!--Optional:-->
<transactionChannel>AMA</transactionChannel>
</v3:AccountClosureRequest>
</soapenv:Body>
</soapenv:Envelope>
Many thanks in advance.