Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsDeleteRoleType Request

Request Elements


Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

No


Click here for more information.

1

SessionTicket

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

PwsRoleTypeRef

Yes


This is the identity of the role type to be deleted. Click here for more information.


Request Usage Example(s)


Code Block
languagexml
titleRequest
collapsetrue
<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>

...


ErrorNumber

ErrorCode

ErrorText

50024EntityNotFoundRole Type was not found. Another user may have deleted it.