The method take customerNumber
and clientRelChecksum
to delete a customer record.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPCustomer"> <soapenv:Header/> <soapenv:Body> <urn:delete> <!--Optional:--> <urn:customerNumber>42</urn:customerNumber> <!--Optional:--> <urn:clientRelChecksum>600197904be17911502426ca9db604cb</urn:clientRelChecksum> </urn:delete> </soapenv:Body> </soapenv:Envelope>
clientRelChecksum
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPCustomer"> <soapenv:Header/> <soapenv:Body> <urn:delete> <!--Optional:--> <urn:customerNumber>42</urn:customerNumber> <!--Optional:--> <urn:clientRelChecksum>6CC197904ADe17911502426ca9db604cb</urn:clientRelChecksum> </urn:delete> </soapenv:Body> </soapenv:Envelope>