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": "ff5c946b-b616-471b-a2b1-9198c1f90989", "UserID": "17ae3077-8544-4a68-ba0a-a0365afbb044", "ClientID": "1c56c69e-9a13-4580-9f7d-51f9aef64255", "RoleID": "9507f307-3b88-4cec-9c5e-9fa7aed55ab7", "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>1c56c69e-9a13-4580-9f7d-51f9aef64255</ClientID> <ClientName>sample string 5</ClientName> <ProjectRoleName>sample string 6</ProjectRoleName> <RoleID>9507f307-3b88-4cec-9c5e-9fa7aed55ab7</RoleID> <STAUserRoleClientMappingID>ff5c946b-b616-471b-a2b1-9198c1f90989</STAUserRoleClientMappingID> <UserID>17ae3077-8544-4a68-ba0a-a0365afbb044</UserID> <UserName>sample string 7</UserName> </CustomSTAUserRoleClientMappingModel>