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": "bf0d1c6d-1c97-4fbb-80e5-ac689f6a0216", "UserID": "47ad13b4-7dbf-4893-b875-1a16e4332f01", "ClientID": "db155705-917d-4ea7-8e7c-234ef02a2102", "RoleID": "a5bef0c5-29c6-4be2-9196-f091a5e47dd7", "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>db155705-917d-4ea7-8e7c-234ef02a2102</ClientID> <ClientName>sample string 5</ClientName> <ProjectRoleName>sample string 6</ProjectRoleName> <RoleID>a5bef0c5-29c6-4be2-9196-f091a5e47dd7</RoleID> <STAUserRoleClientMappingID>bf0d1c6d-1c97-4fbb-80e5-ac689f6a0216</STAUserRoleClientMappingID> <UserID>47ad13b4-7dbf-4893-b875-1a16e4332f01</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": "78cf75c0-848d-45fc-9496-9cd76b4c8a91", "UserID": "d9dfc05f-5ed4-4832-9375-f7acec333e16", "ClientID": "7e2edaf4-f1b2-43f5-b22e-c2fbcabc6a12", "RoleID": "971af870-e24e-4ae1-b024-6a7b4beb1c2f", "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>7e2edaf4-f1b2-43f5-b22e-c2fbcabc6a12</ClientID> <ClientName>sample string 5</ClientName> <ProjectRoleName>sample string 6</ProjectRoleName> <RoleID>971af870-e24e-4ae1-b024-6a7b4beb1c2f</RoleID> <STAUserRoleClientMappingID>78cf75c0-848d-45fc-9496-9cd76b4c8a91</STAUserRoleClientMappingID> <UserID>d9dfc05f-5ed4-4832-9375-f7acec333e16</UserID> <UserName>sample string 7</UserName> </CustomSTAUserRoleClientMappingModel>