PUT Api/UserProjectXref/EditProjectsByUser?email={email}&id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

string

Default value is

id

string

Default value is

Body Parameters

Collection of PROJECT_IDS
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.