Services84 User GetRoleEntity
Some tooltip text!
• 1 minute to read
• 1 minute to read
SOAP request and response examples Remote/Services84/User.svc
Implemented by the
GetRoleEntity
Obtain a ticket from the Services84/SoPrincipal.svc
Application tokens must be specified if calling an Online installation. ApplicationTokens are not checked for on-site installations.
GetRoleEntity Request
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:NetServerServices842="http://schemas.microsoft.com/2003/10/Serialization/Arrays"
xmlns:NetServerServices841="http://schemas.microsoft.com/2003/10/Serialization/"
xmlns:User="http://www.superoffice.net/ws/crm/NetServer/Services84">
<User:ApplicationToken>1234567-1234-9876</User:ApplicationToken>
<User:Credentials>
<User:Ticket>7T:1234abcxyzExample==</User:Ticket>
</User:Credentials>
<SOAP-ENV:Body>
<User:GetRoleEntity>
<User:RoleEntityId xsi:type="xsd:int">0</User:RoleEntityId>
</User:GetRoleEntity>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
GetRoleEntity Response
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:NetServerServices842="http://schemas.microsoft.com/2003/10/Serialization/Arrays"
xmlns:NetServerServices841="http://schemas.microsoft.com/2003/10/Serialization/"
xmlns:User="http://www.superoffice.net/ws/crm/NetServer/Services84">
<SOAP-ENV:Body>
<User:GetRoleEntityResponse>
<User:Response xsi:type="User:RoleEntity">
<User:RoleId xsi:type="xsd:int">0</User:RoleId>
<User:Name xsi:type="xsd:string"></User:Name>
<User:Tooltip xsi:type="xsd:string"></User:Tooltip>
<User:RoleType xsi:type="User:RoleType">Employee</User:RoleType>
<User:Deleted xsi:type="xsd:short">0</User:Deleted>
<User:Rank xsi:type="xsd:short">0</User:Rank>
<User:Created xsi:type="xsd:dateTime">2023-03-31T13:20:32Z</User:Created>
<User:UseCategories xsi:type="xsd:short">0</User:UseCategories>
<User:CreatedBy xsi:type="User:Associate">
<User:AssociateId xsi:type="xsd:int">0</User:AssociateId>
<User:Name xsi:type="xsd:string"></User:Name>
<User:PersonId xsi:type="xsd:int">0</User:PersonId>
<User:Rank xsi:type="xsd:short">0</User:Rank>
<User:Tooltip xsi:type="xsd:string"></User:Tooltip>
<User:Type xsi:type="User:UserType">Unknown</User:Type>
<User:GroupIdx xsi:type="xsd:int">0</User:GroupIdx>
<User:FullName xsi:type="xsd:string"></User:FullName>
<User:FormalName xsi:type="xsd:string"></User:FormalName>
<User:Deleted xsi:type="xsd:boolean">false</User:Deleted>
<User:EjUserId xsi:type="xsd:int">0</User:EjUserId>
</User:CreatedBy>
<User:Updated xsi:type="xsd:dateTime">2023-03-31T13:20:32Z</User:Updated>
<User:UpdatedBy xsi:type="User:Associate">
<User:AssociateId xsi:type="xsd:int">0</User:AssociateId>
<User:Name xsi:type="xsd:string"></User:Name>
<User:PersonId xsi:type="xsd:int">0</User:PersonId>
<User:Rank xsi:type="xsd:short">0</User:Rank>
<User:Tooltip xsi:type="xsd:string"></User:Tooltip>
<User:Type xsi:type="User:UserType">Unknown</User:Type>
<User:GroupIdx xsi:type="xsd:int">0</User:GroupIdx>
<User:FullName xsi:type="xsd:string"></User:FullName>
<User:FormalName xsi:type="xsd:string"></User:FormalName>
<User:Deleted xsi:type="xsd:boolean">false</User:Deleted>
<User:EjUserId xsi:type="xsd:int">0</User:EjUserId>
</User:UpdatedBy>
<User:DataRights xsi:type="User:DataRights">
<User:ColumnsInfo xsi:type="User:ArrayOfRelationToOwner">
<User:RelationToOwner xsi:type="User:RelationToOwner">
<User:Id xsi:type="xsd:int">0</User:Id>
<User:Value xsi:type="xsd:string"></User:Value>
<User:Tooltip xsi:type="xsd:string"></User:Tooltip>
</User:RelationToOwner>
</User:ColumnsInfo>
<User:RowsInfo xsi:type="User:ArrayOfEntityName">
<User:EntityName xsi:type="User:EntityName">
<User:TableName xsi:type="xsd:string"></User:TableName>
<User:TableDescription xsi:type="xsd:string"></User:TableDescription>
</User:EntityName>
</User:RowsInfo>
<User:Rights xsi:type="User:ArrayOfArrayOfDataRight">
<User:ArrayOfDataRight xsi:type="User:ArrayOfDataRight">
<User:DataRight xsi:type="User:DataRight">
<User:Value xsi:type="xsd:string"></User:Value>
<User:Description xsi:type="xsd:string"></User:Description>
</User:DataRight>
</User:ArrayOfDataRight>
</User:Rights>
</User:DataRights>
</User:Response>
</User:GetRoleEntityResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>