The method take investorNumber
and clientRelChecksum
to delete investor record.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPInvestor"> <soapenv:Header/> <soapenv:Body> <urn:delete> <urn:investorNumber>20</urn:investorNumber> <urn:clientRelChecksum>99b3760a81516f9dbf1ad1c079680771</urn:clientRelChecksum> </urn:delete> </soapenv:Body> </soapenv:Envelope>
clientRelChecksum
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPInvestor"> <soapenv:Header/> <soapenv:Body> <urn:delete> <urn:investorNumber>20</urn:investorNumber> <urn:clientRelChecksum></urn:clientRelChecksum> </urn:delete> </soapenv:Body> </soapenv:Envelope>