POST api/{area}/Project/IDeleteProjectNews

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

ProjectNewsPara
NameDescriptionTypeAdditional information
Token

string

None.

title

string

None.

content

string

None.

organizeId

string

None.

ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "title": "sample string 2",
  "content": "sample string 3",
  "organizeId": "sample string 4",
  "ID": "sample string 5"
}

application/xml, text/xml

Sample:
<ProjectNewsPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Project">
  <ID>sample string 5</ID>
  <Token>sample string 1</Token>
  <content>sample string 3</content>
  <organizeId>sample string 4</organizeId>
  <title>sample string 2</title>
</ProjectNewsPara>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.