PUT api/ClientProjectUsers?clientID={clientID}&projectID={projectID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | globally unique identifier |
Required |
|
projectID | globally unique identifier |
Required |
Body Parameters
CustomProjectTeamName | Description | Type | Additional information |
---|---|---|---|
ClientProjectUsersID | globally unique identifier |
None. |
|
ClientProjectRolesMasterID | globally unique identifier |
None. |
|
ClientProjectRolesMasterName | string |
None. |
|
StandardRoleID | globally unique identifier |
None. |
|
StandardRoleName | string |
None. |
|
UserID | globally unique identifier |
None. |
|
Username | string |
None. |
|
UserEmail | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientProjectUsersID": "26739404-a9d8-41ac-b4c0-6e401c780112", "ClientProjectRolesMasterID": "9f44a775-60d9-47f9-863d-b7363332aa5d", "ClientProjectRolesMasterName": "sample string 3", "StandardRoleID": "fc0d4ef8-bec7-449b-a0ad-a7acb4078b96", "StandardRoleName": "sample string 5", "UserID": "108edf14-46e2-40d4-8106-5cc0db01aabc", "Username": "sample string 7", "UserEmail": "sample string 8" }
application/xml, text/xml
Sample:
<CustomProjectTeam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <ClientProjectRolesMasterID>9f44a775-60d9-47f9-863d-b7363332aa5d</ClientProjectRolesMasterID> <ClientProjectRolesMasterName>sample string 3</ClientProjectRolesMasterName> <ClientProjectUsersID>26739404-a9d8-41ac-b4c0-6e401c780112</ClientProjectUsersID> <StandardRoleID>fc0d4ef8-bec7-449b-a0ad-a7acb4078b96</StandardRoleID> <StandardRoleName>sample string 5</StandardRoleName> <UserEmail>sample string 8</UserEmail> <UserID>108edf14-46e2-40d4-8106-5cc0db01aabc</UserID> <Username>sample string 7</Username> </CustomProjectTeam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.