PUT api/STAUserRoleClientMapping?a={a}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
a

integer

Required

Body Parameters

CustomSTAUserRoleClientMappingModel
NameDescriptionTypeAdditional 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": "55780ce9-182b-4fcc-8b50-47655d867ec4",
  "UserID": "968ea3a0-efd7-4354-afb8-9aefc4aafc7a",
  "ClientID": "dc819188-4759-42a2-a7e6-1c30fc81295b",
  "RoleID": "d90a394f-bd90-4f04-bb06-52ec54240382",
  "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>dc819188-4759-42a2-a7e6-1c30fc81295b</ClientID>
  <ClientName>sample string 5</ClientName>
  <ProjectRoleName>sample string 6</ProjectRoleName>
  <RoleID>d90a394f-bd90-4f04-bb06-52ec54240382</RoleID>
  <STAUserRoleClientMappingID>55780ce9-182b-4fcc-8b50-47655d867ec4</STAUserRoleClientMappingID>
  <UserID>968ea3a0-efd7-4354-afb8-9aefc4aafc7a</UserID>
  <UserName>sample string 7</UserName>
</CustomSTAUserRoleClientMappingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CustomSTAUserRoleClientMappingModel
NameDescriptionTypeAdditional 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": "eae2bfce-8afe-4fc8-8f9c-df17ca8ede6e",
  "UserID": "daeb5127-45e3-409e-a0d1-4c3a0a841ca8",
  "ClientID": "eeb1012b-0bd2-4ee0-abc7-2846b353ed5b",
  "RoleID": "9a76ec37-5771-4407-9bd8-c93be54c019f",
  "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>eeb1012b-0bd2-4ee0-abc7-2846b353ed5b</ClientID>
  <ClientName>sample string 5</ClientName>
  <ProjectRoleName>sample string 6</ProjectRoleName>
  <RoleID>9a76ec37-5771-4407-9bd8-c93be54c019f</RoleID>
  <STAUserRoleClientMappingID>eae2bfce-8afe-4fc8-8f9c-df17ca8ede6e</STAUserRoleClientMappingID>
  <UserID>daeb5127-45e3-409e-a0d1-4c3a0a841ca8</UserID>
  <UserName>sample string 7</UserName>
</CustomSTAUserRoleClientMappingModel>