PUT api/STAUserRoleClientMapping?a={a}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
a | integer |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{ "STAUserRoleClientMappingID": "0f89b281-cb6e-42b1-b6d9-37deadcf3226", "UserID": "c0120783-1948-47be-90f2-34c426779fc0", "ClientID": "80608fe9-12ac-4948-a978-6e9616f3385d", "RoleID": "d0bff16c-3817-466a-aabb-bf1c3c9fbb69", "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>80608fe9-12ac-4948-a978-6e9616f3385d</ClientID> <ClientName>sample string 5</ClientName> <ProjectRoleName>sample string 6</ProjectRoleName> <RoleID>d0bff16c-3817-466a-aabb-bf1c3c9fbb69</RoleID> <STAUserRoleClientMappingID>0f89b281-cb6e-42b1-b6d9-37deadcf3226</STAUserRoleClientMappingID> <UserID>c0120783-1948-47be-90f2-34c426779fc0</UserID> <UserName>sample string 7</UserName> </CustomSTAUserRoleClientMappingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "a4931084-18be-46dc-82a8-fbf4ebf50fe4", "UserID": "0afa4ad0-f511-40d0-b408-bb29a5d1dd53", "ClientID": "49c71410-a881-41c2-82a0-d664246c854c", "RoleID": "cbf74eb1-93a0-443d-a9e8-618c32c4fca3", "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>49c71410-a881-41c2-82a0-d664246c854c</ClientID> <ClientName>sample string 5</ClientName> <ProjectRoleName>sample string 6</ProjectRoleName> <RoleID>cbf74eb1-93a0-443d-a9e8-618c32c4fca3</RoleID> <STAUserRoleClientMappingID>a4931084-18be-46dc-82a8-fbf4ebf50fe4</STAUserRoleClientMappingID> <UserID>0afa4ad0-f511-40d0-b408-bb29a5d1dd53</UserID> <UserName>sample string 7</UserName> </CustomSTAUserRoleClientMappingModel>