PUT api/NewsItem/{id}

Updates a new Item NOT IMPLEMENTED

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

NewsItem
NameDescriptionTypeAdditional 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.