POST api/Project/MoveProject
Request Information
URI Parameters
None.
Body Parameters
OrganizationDetailName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.