...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | |||||
String | |||||
Direction | Int16 | ||||
RoleTypeIdentity | |||||
SkipInactiveFlag | Boolean | ||||
SortOrder | Int16 | ||||
Timestamp | String |
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:PwsSetRoleTypeSortOrder>
<pws:serviceRequest>
<req:RequestId>1</req:RequestId>
<req:SessionTicket>AS/RAku1pN9F58A3WQh3aw==</req:SessionTicket>
<req:Direction>1</req:Direction>
<req:RoleTypeIdentity>
<com:RoleTypeName>Sales - USA</com:RoleTypeName>
</req:RoleTypeIdentity>
<req:SkipInactiveFlag>false</req:SkipInactiveFlag>
<!--req:SortOrder>1</req:SortOrder-->
</pws:serviceRequest>
</pws:PwsSetRoleTypeSortOrder>
</soapenv:Body>
</soapenv:Envelope> |
Response Format
Panel | ||
---|---|---|
| ||
|
...