POST api/Events
Request Information
URI Parameters
None.
Body Parameters
EventItemEntryDTOName | Description | Type | Additional information |
---|---|---|---|
EndDateTimeUTC | string |
None. |
|
StartDateTimeUTC | string |
None. |
|
Body | string |
None. |
|
ContentDescription | string |
None. |
|
IsPublished | boolean |
None. |
|
NestRemoteContent | boolean |
None. |
|
PublicationDateUTC | string |
None. |
|
RemoteLink | string |
None. |
|
Title | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "EndDateTimeUTC": "sample string 1", "StartDateTimeUTC": "sample string 2", "Body": "sample string 3", "ContentDescription": "sample string 4", "IsPublished": true, "NestRemoteContent": true, "PublicationDateUTC": "sample string 7", "RemoteLink": "sample string 8", "Title": "sample string 9" }
application/xml, text/xml
Sample:
<EventItemEntryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bulletin.Model.DTO"> <Body>sample string 3</Body> <ContentDescription>sample string 4</ContentDescription> <IsPublished>true</IsPublished> <NestRemoteContent>true</NestRemoteContent> <PublicationDateUTC>sample string 7</PublicationDateUTC> <RemoteLink>sample string 8</RemoteLink> <Title>sample string 9</Title> <EndDateTimeUTC>sample string 1</EndDateTimeUTC> <StartDateTimeUTC>sample string 2</StartDateTimeUTC> </EventItemEntryDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |