POST CreateNewsCategory
Request Information
URI Parameters
None.
Body Parameters
customnewscategory| Name | Description | Type | Additional 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": "def9c8a3-1d65-49d6-aa62-813ebf1d30ef",
"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>def9c8a3-1d65-49d6-aa62-813ebf1d30ef</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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.