PUT api/STAUserRoleClientMapping/{id}?b={b}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
|
b | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomSTAUserRoleClientMappingModelName | Description | Type | Additional information |
---|---|---|---|
STAUserRoleClientMappingID | globally unique identifier |
None. |
|
UserID | globally unique identifier |
None. |
|
ClientID | globally unique identifier |
None. |
|
RoleID | globally unique identifier |
None. |
|
ClientName | string |
None. |
|
ProjectRoleName | string |
None. |
|
UserName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "STAUserRoleClientMappingID": "93535c1b-9789-42e3-9c75-bd26ce1d6314", "UserID": "e7a3acc8-351d-4130-b9ce-f0f2b4a4ded8", "ClientID": "7886b088-115d-4c3e-8176-76dad438e06a", "RoleID": "9866569e-c07c-43ee-8551-d4c08418bcac", "ClientName": "sample string 5", "ProjectRoleName": "sample string 6", "UserName": "sample string 7" }
application/xml, text/xml
Sample:
<CustomSTAUserRoleClientMappingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <ClientID>7886b088-115d-4c3e-8176-76dad438e06a</ClientID> <ClientName>sample string 5</ClientName> <ProjectRoleName>sample string 6</ProjectRoleName> <RoleID>9866569e-c07c-43ee-8551-d4c08418bcac</RoleID> <STAUserRoleClientMappingID>93535c1b-9789-42e3-9c75-bd26ce1d6314</STAUserRoleClientMappingID> <UserID>e7a3acc8-351d-4130-b9ce-f0f2b4a4ded8</UserID> <UserName>sample string 7</UserName> </CustomSTAUserRoleClientMappingModel>