POST api/NewsItem
Adds a anew NewsItem NOT IMPLEMENTED
Request Information
URI Parameters
None.
Body Parameters
NewsItemName | Description | Type | Additional information |
---|---|---|---|
Title |
The Title of the News Item |
string |
None. |
Summary |
Summary |
string |
None. |
CreatedOn |
The Date and Time the item was created on |
date |
None. |
PublishDate |
The Publish Date of the item |
date |
None. |
Content |
Content |
string |
None. |
HeadlineImageUrl |
Image |
string |
None. |
ExternalUrl |
External Url |
string |
None. |
Author |
The Author of the Item |
string |
None. |
Public |
Whether the item is public or not |
boolean |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.