POST api/userprojectmapping/add

Request Information

URI Parameters

None.

Body Parameters

UserProjectOUMappingDTO
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

ProjectId

integer

None.

OUID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": 2,
  "ProjectId": 1,
  "OUID": 1
}

application/xml, text/xml

Sample:
<UserProjectOUMappingDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CA.BLayer.Common.Model.UserProjectOUMapping">
  <Id>1</Id>
  <OUID>1</OUID>
  <ProjectId>1</ProjectId>
  <UserId>2</UserId>
</UserProjectOUMappingDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.