...
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
Int32 | No | Click here for more information. | 1 | |
String | Yes | Click here for more information. | AYT2iwsWCxt78iwqu2y0/w== | |
EndDateIfInUse | DateTime | NoThe resource's end date | If a date is specified for EndDateIfInUse, and the user cannot be deleted because it is referenced elsewhere in the system, the user will be made inactive as of the specified date instead. If no date is specified here and the user could not be deleted, the request will simply fail. | 2018-10-17T00:00:00.000Z |
UserIdentity | Yes | The unique key fields associated with identifying a useridentity of the user to be deleted. | ||
UserTimestamp | String | No | This is a Base64 encoded timestamp optionally utilized for user locking. |
Request Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsDeleteUser> <pws:serviceRequest> <req:RequestId>1</req:RequestId> <req:SessionTicket>AYT2iwsWCxt78iwqu2y0/w==</req:SessionTicket> <req:EndDateIfInUse>2018-10-17T00:00:00.000Z</req:EndDateIfInUse> <req:UserIdentity> <com:UserReferenceSystemId>temporary_resource</com:UserReferenceSystemId> </req:UserIdentity> </pws:serviceRequest> </pws:PwsDeleteUser> </soapenv:Body> </soapenv:Envelope> |
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information. | ||
Int32 | Click here for more information. | 1 | |
Status | Click here for more information. | Ok | |
DateTime | Click here for more information. | 2018-10-17T18:10:14.2345021Z | |
Timestamp | String | This is a Base64 encoded timestamp optionally utilized for user locking. This will be populated only if the request failed or the user was made inactive instead of deleted. | |
UserIdentity | The unique key fields associated with identifying a user. |
Response Usage Example(s)
...