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": "5e82816a-3297-40c1-866a-4bca5e4f4ad0", "ClientProjectRolesMasterID": "76a6b4fe-95c2-4989-8526-108c2cfcfd20", "ClientProjectRolesMasterName": "sample string 3", "StandardRoleID": "21e8bae9-4d2b-487a-95f5-3a6fa54c90cd", "StandardRoleName": "sample string 5", "UserID": "8bcf7af7-988f-4dbb-92ec-ac59388b169a", "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>76a6b4fe-95c2-4989-8526-108c2cfcfd20</ClientProjectRolesMasterID> <ClientProjectRolesMasterName>sample string 3</ClientProjectRolesMasterName> <ClientProjectUsersID>5e82816a-3297-40c1-866a-4bca5e4f4ad0</ClientProjectUsersID> <StandardRoleID>21e8bae9-4d2b-487a-95f5-3a6fa54c90cd</StandardRoleID> <StandardRoleName>sample string 5</StandardRoleName> <UserEmail>sample string 8</UserEmail> <UserID>8bcf7af7-988f-4dbb-92ec-ac59388b169a</UserID> <Username>sample string 7</Username> </CustomProjectTeam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.