POST UpdateNewsCategory

Request Information

URI Parameters

None.

Body Parameters

customnewscategory
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

name

string

None.

image

string

None.

url

string

None.

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "0d3d4a9b-3bcb-4d64-a4a3-d75c1b40bfb6",
  "name": "sample string 2",
  "image": "sample string 3",
  "url": "sample string 4",
  "token": "sample string 5"
}

application/xml, text/xml

Sample:
<customnewscategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LawQuorum.Models">
  <id>0d3d4a9b-3bcb-4d64-a4a3-d75c1b40bfb6</id>
  <image>sample string 3</image>
  <name>sample string 2</name>
  <token>sample string 5</token>
  <url>sample string 4</url>
</customnewscategory>

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.