...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information | 1 | |
SessionTicket | String (50) | Yes | Click here for more information | AVWN2cthcvkr13Vtxbkl4Q== | |
CascadeDeleteFlag | Boolean | No | false | This flag is set to true, when the user wants to delete the client and, all of the client's children
| true/false |
ClientIdentity | PwsClientRef | Yes | This is the identity of the client to be deleted | ||
InactivateIfInuseFlag | Boolean | No | false | If set to true, a client that cannot be deleted because it is in use will be set to inactive, otherwise the request will fail | true/false |
Request Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<PwsDeleteClient> <serviceRequest> <RequestId>1</RequestId> <SessionTicket>AVWN2cthcvkr13Vtxbkl4Q==</SessionTicket> <CascadeDeleteFlag>true</CascadeDeleteFlag> <ClientIdentity> <ClientNumber>C000117</com:ClientNumber> </ClientIdentity> <InactivateIfInuseFlag>true</InactivateIfInuseFlag> </serviceRequest> </PwsDeleteClient> |
...