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": "8a1775f5-5a46-4641-ba6c-548022716c6b", "ClientProjectRolesMasterID": "ba8b90fc-fda8-4eb2-941e-55f1c251a725", "ClientProjectRolesMasterName": "sample string 3", "StandardRoleID": "ed72cc7e-ed91-46cd-b79b-1dfe422c9d94", "StandardRoleName": "sample string 5", "UserID": "13ec992a-898b-4592-90f6-2616af5906f2", "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>ba8b90fc-fda8-4eb2-941e-55f1c251a725</ClientProjectRolesMasterID> <ClientProjectRolesMasterName>sample string 3</ClientProjectRolesMasterName> <ClientProjectUsersID>8a1775f5-5a46-4641-ba6c-548022716c6b</ClientProjectUsersID> <StandardRoleID>ed72cc7e-ed91-46cd-b79b-1dfe422c9d94</StandardRoleID> <StandardRoleName>sample string 5</StandardRoleName> <UserEmail>sample string 8</UserEmail> <UserID>13ec992a-898b-4592-90f6-2616af5906f2</UserID> <Username>sample string 7</Username> </CustomProjectTeam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.