POST api/MNewsStory/Add

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MNewsStoryId": "21f43710-ea2f-47fe-a4fb-fc11c83fb780",
  "NewsGuid": "57bc63bd-5c9c-4d26-b819-b3da69357092",
  "Title": "sample string 3",
  "SubTitle": "sample string 4",
  "Brief": "sample string 5",
  "Keywords": "sample string 6",
  "NewsCategory": "sample string 7",
  "Source": "sample string 8",
  "PublishDateTime": "2025-06-15T08:56:47.413+08:00",
  "NewsEventDateTimeStr": "sample string 10",
  "CreatorNames": "sample string 11",
  "StartTime": "sample string 12",
  "EndTime": "sample string 13",
  "MNewsSegmentList": [
    {
      "MNewsSegmentId": "185ae3c2-d53c-44e2-89ed-f4e56cbcc39a",
      "MNewsStoryId": "5a5ffbfc-5a33-445c-ab4a-7f094d182a67",
      "SegmentIndex": 3,
      "SourceType": 0,
      "SegmentTitle": "sample string 4",
      "SegmentText": "sample string 5",
      "SegmentDuration": 6,
      "SegmentFileSize": 7,
      "SegmentFileExt": "sample string 8",
      "SegmentFileName": "sample string 9"
    },
    {
      "MNewsSegmentId": "185ae3c2-d53c-44e2-89ed-f4e56cbcc39a",
      "MNewsStoryId": "5a5ffbfc-5a33-445c-ab4a-7f094d182a67",
      "SegmentIndex": 3,
      "SourceType": 0,
      "SegmentTitle": "sample string 4",
      "SegmentText": "sample string 5",
      "SegmentDuration": 6,
      "SegmentFileSize": 7,
      "SegmentFileExt": "sample string 8",
      "SegmentFileName": "sample string 9"
    },
    {
      "MNewsSegmentId": "185ae3c2-d53c-44e2-89ed-f4e56cbcc39a",
      "MNewsStoryId": "5a5ffbfc-5a33-445c-ab4a-7f094d182a67",
      "SegmentIndex": 3,
      "SourceType": 0,
      "SegmentTitle": "sample string 4",
      "SegmentText": "sample string 5",
      "SegmentDuration": 6,
      "SegmentFileSize": 7,
      "SegmentFileExt": "sample string 8",
      "SegmentFileName": "sample string 9"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}