POST api/Project/MoveProject

Request Information

URI Parameters

None.

Body Parameters

OrganizationDetail
NameDescriptionTypeAdditional information
Id

string

None.

TreeID

string

None.

ProjectID

string

None.

IsDelete

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "TreeID": "sample string 2",
  "ProjectID": "sample string 3",
  "IsDelete": true
}

application/xml, text/xml

Sample:
<OrganizationDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XORIC.Models">
  <Id>sample string 1</Id>
  <IsDelete>true</IsDelete>
  <ProjectID>sample string 3</ProjectID>
  <TreeID>sample string 2</TreeID>
</OrganizationDetail>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrganizationDetail'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.