PUT Api/UserProjectXref/EditProjectsByUser?email={email}&id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Default value is |
||
| id | string |
Default value is |
Body Parameters
Collection of PROJECT_IDS| Name | Description | Type | Additional information |
|---|---|---|---|
| PROJECT_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"PROJECT_ID": 1
},
{
"PROJECT_ID": 1
}
]
text/xml
Sample:
<ArrayOfUserProjectXrefController.PROJECT_IDS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Controllers.Security">
<UserProjectXrefController.PROJECT_IDS>
<PROJECT_ID>1</PROJECT_ID>
</UserProjectXrefController.PROJECT_IDS>
<UserProjectXrefController.PROJECT_IDS>
<PROJECT_ID>1</PROJECT_ID>
</UserProjectXrefController.PROJECT_IDS>
</ArrayOfUserProjectXrefController.PROJECT_IDS>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.