POST api/Organization/UpdateOrg

Request Information

URI Parameters

None.

Body Parameters

Organization
NameDescriptionTypeAdditional information
Id

string

None.

Parent_ID

string

None.

UserID

string

None.

NodeTitle

string

None.

IsDelete

boolean

None.

DateCreated

string

None.

IsLock

boolean

None.

level

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "Parent_ID": "sample string 2",
  "UserID": "sample string 3",
  "NodeTitle": "sample string 4",
  "IsDelete": true,
  "DateCreated": "sample string 6",
  "IsLock": true,
  "level": 8
}

application/xml, text/xml

Sample:
<Organization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XORIC.Models">
  <DateCreated>sample string 6</DateCreated>
  <Id>sample string 1</Id>
  <IsDelete>true</IsDelete>
  <IsLock>true</IsLock>
  <NodeTitle>sample string 4</NodeTitle>
  <Parent_ID>sample string 2</Parent_ID>
  <UserID>sample string 3</UserID>
  <level>8</level>
</Organization>

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 'Organization'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.