...
Panel | ||
---|---|---|
| ||
|
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | No | Click here for more information. | 1 | ||
String | Yes | Click here for more information. | AS/RAku1pN9F58A3WQh3aw== | ||
InactivateIfInUseFlag | Boolean | No | false | If set to 'true', the role type will be set to inactive in the event it cannot e delete | true |
RoleTypeIdentity | Yes | This is the identity of the role type to be deleted. Click here for more information. |
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:PwsDeleteRoleType> <pws:serviceRequest> <req:RequestId>1</req:RequestId> <req:SessionTicket>AS/RAku1pN9F58A3WQh3aw==</req:SessionTicket> <req:InactivateIfInUseFlag>true</req:InactivateIfInUseFlag> <req:RoleTypeIdentity> <com:RoleTypeName>Product Owner</com:RoleTypeName> </req:RoleTypeIdentity> </pws:serviceRequest> </pws:PwsDeleteRoleType> </soapenv:Body> </soapenv:Envelope> |
...
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
50024 | EntityNotFound | Role Type was not found. Another user may have deleted it. |