POST 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": "7f9063c9-164a-46cf-897e-48680e80f61d", "ClientProjectRolesMasterID": "f33159b2-1cc9-4b75-ac7a-2db35da67de2", "ClientProjectRolesMasterName": "sample string 3", "StandardRoleID": "fe906170-2588-4a3e-9c25-d02b49e98100", "StandardRoleName": "sample string 5", "UserID": "3ce3e2b3-73c1-412b-9079-c21a7d6d1be1", "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>f33159b2-1cc9-4b75-ac7a-2db35da67de2</ClientProjectRolesMasterID> <ClientProjectRolesMasterName>sample string 3</ClientProjectRolesMasterName> <ClientProjectUsersID>7f9063c9-164a-46cf-897e-48680e80f61d</ClientProjectUsersID> <StandardRoleID>fe906170-2588-4a3e-9c25-d02b49e98100</StandardRoleID> <StandardRoleName>sample string 5</StandardRoleName> <UserEmail>sample string 8</UserEmail> <UserID>3ce3e2b3-73c1-412b-9079-c21a7d6d1be1</UserID> <Username>sample string 7</Username> </CustomProjectTeam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.