POST v6/announcement/save

Request Information

URI Parameters

None.

Body Parameters

AnnouncementPostModel
NameDescriptionTypeAdditional information
AnnouncementId

Announcement Id

integer

None.

Content

Title

string

None.

Title

Title

string

None.

EffectiveStartDate

EffectiveStartDate

date

None.

EffectiveEndDate

EffectiveEndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "announcementId": 1,
  "content": "sample string 2",
  "title": "sample string 3",
  "effectiveStartDate": "2025-11-08T08:24:35.9972519+00:00",
  "effectiveEndDate": "2025-11-08T08:24:35.9972519+00:00"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.