POST CreateNewsPortal
Request Information
URI Parameters
None.
Body Parameters
customnewsarticle| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| Category | string |
None. |
|
| CategoryPosition | integer |
None. |
|
| HomeSlider | boolean |
None. |
|
| ReleaseDate | date |
None. |
|
| ShortHeadline | string |
None. |
|
| Headline | string |
None. |
|
| Details | string |
None. |
|
| Image | string |
None. |
|
| ImageAlt | string |
None. |
|
| ImageTitle | string |
None. |
|
| CustomURL | string |
None. |
|
| SEOTitle | string |
None. |
|
| Reporter | string |
None. |
|
| PodcastVideoUpload | string |
None. |
|
| VideoURL | string |
None. |
|
| Reference | string |
None. |
|
| PostTags | string |
None. |
|
| MetaKeywords | string |
None. |
|
| MetaDescription | string |
None. |
|
| LatestNews | boolean |
None. |
|
| BreakingNews | boolean |
None. |
|
| Status | boolean |
None. |
|
| SchemaSetup | string |
None. |
|
| token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "c844edac-eee0-47a0-bd07-288ae87216e3",
"Category": "sample string 2",
"CategoryPosition": 1,
"HomeSlider": true,
"ReleaseDate": "2025-12-06T09:25:01.6893579+05:30",
"ShortHeadline": "sample string 3",
"Headline": "sample string 4",
"Details": "sample string 5",
"Image": "sample string 6",
"ImageAlt": "sample string 7",
"ImageTitle": "sample string 8",
"CustomURL": "sample string 9",
"SEOTitle": "sample string 10",
"Reporter": "sample string 11",
"PodcastVideoUpload": "sample string 12",
"VideoURL": "sample string 13",
"Reference": "sample string 14",
"PostTags": "sample string 15",
"MetaKeywords": "sample string 16",
"MetaDescription": "sample string 17",
"LatestNews": true,
"BreakingNews": true,
"Status": true,
"SchemaSetup": "sample string 18",
"token": "sample string 19"
}
application/xml, text/xml
Sample:
<customnewsarticle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LawQuorum.Models"> <BreakingNews>true</BreakingNews> <Category>sample string 2</Category> <CategoryPosition>1</CategoryPosition> <CustomURL>sample string 9</CustomURL> <Details>sample string 5</Details> <Headline>sample string 4</Headline> <HomeSlider>true</HomeSlider> <Image>sample string 6</Image> <ImageAlt>sample string 7</ImageAlt> <ImageTitle>sample string 8</ImageTitle> <LatestNews>true</LatestNews> <MetaDescription>sample string 17</MetaDescription> <MetaKeywords>sample string 16</MetaKeywords> <PodcastVideoUpload>sample string 12</PodcastVideoUpload> <PostTags>sample string 15</PostTags> <Reference>sample string 14</Reference> <ReleaseDate>2025-12-06T09:25:01.6893579+05:30</ReleaseDate> <Reporter>sample string 11</Reporter> <SEOTitle>sample string 10</SEOTitle> <SchemaSetup>sample string 18</SchemaSetup> <ShortHeadline>sample string 3</ShortHeadline> <Status>true</Status> <VideoURL>sample string 13</VideoURL> <id>c844edac-eee0-47a0-bd07-288ae87216e3</id> <token>sample string 19</token> </customnewsarticle>
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.