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": "f61e5798-ab96-4dbd-9b48-ece79eef615e", "UserID": "900c40f7-4fcc-4048-b000-7544ab358a99", "ClientID": "c7b0527a-583f-44f0-9e74-7590c48cbeb8", "RoleID": "26104758-70c6-44d7-a263-1c04d78af5fb", "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>c7b0527a-583f-44f0-9e74-7590c48cbeb8</ClientID> <ClientName>sample string 5</ClientName> <ProjectRoleName>sample string 6</ProjectRoleName> <RoleID>26104758-70c6-44d7-a263-1c04d78af5fb</RoleID> <STAUserRoleClientMappingID>f61e5798-ab96-4dbd-9b48-ece79eef615e</STAUserRoleClientMappingID> <UserID>900c40f7-4fcc-4048-b000-7544ab358a99</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": "824c4822-6c90-4f5e-8c8c-67a307a82b5d", "UserID": "4d78d71f-3aa8-4d4d-a25c-ef071b85ff40", "ClientID": "e92b12f5-eb22-46dd-9eb1-c8a3c415de25", "RoleID": "23aaa90e-72ba-4048-8464-a61bae2ce2d2", "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>e92b12f5-eb22-46dd-9eb1-c8a3c415de25</ClientID> <ClientName>sample string 5</ClientName> <ProjectRoleName>sample string 6</ProjectRoleName> <RoleID>23aaa90e-72ba-4048-8464-a61bae2ce2d2</RoleID> <STAUserRoleClientMappingID>824c4822-6c90-4f5e-8c8c-67a307a82b5d</STAUserRoleClientMappingID> <UserID>4d78d71f-3aa8-4d4d-a25c-ef071b85ff40</UserID> <UserName>sample string 7</UserName> </CustomSTAUserRoleClientMappingModel>