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": "8f774a0e-3603-4ce0-8580-4b4e43f25729", "UserID": "06144ae0-487b-42ea-970f-e28dcdf162a2", "ClientID": "9764dc17-0ff5-4c89-b417-a95f7f0d7206", "RoleID": "13ec0996-294e-4266-a8ce-317a6c63948c", "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>9764dc17-0ff5-4c89-b417-a95f7f0d7206</ClientID> <ClientName>sample string 5</ClientName> <ProjectRoleName>sample string 6</ProjectRoleName> <RoleID>13ec0996-294e-4266-a8ce-317a6c63948c</RoleID> <STAUserRoleClientMappingID>8f774a0e-3603-4ce0-8580-4b4e43f25729</STAUserRoleClientMappingID> <UserID>06144ae0-487b-42ea-970f-e28dcdf162a2</UserID> <UserName>sample string 7</UserName> </CustomSTAUserRoleClientMappingModel>