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": "0fa8324a-3d56-4514-b9fe-b8c7d02686d6",
  "NewsGuid": "a172f309-b0c9-4909-8fdc-61adadf2a00e",
  "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": "2026-07-26T20:36:08.722+08:00",
  "NewsEventDateTimeStr": "sample string 10",
  "CreatorNames": "sample string 11",
  "StartTime": "sample string 12",
  "EndTime": "sample string 13",
  "MNewsSegmentList": [
    {
      "MNewsSegmentId": "305f5ca4-0383-40d7-89be-211c39f4c47b",
      "MNewsStoryId": "4da0d3d8-9756-46af-b924-b79ad90c010d",
      "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": "305f5ca4-0383-40d7-89be-211c39f4c47b",
      "MNewsStoryId": "4da0d3d8-9756-46af-b924-b79ad90c010d",
      "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": "305f5ca4-0383-40d7-89be-211c39f4c47b",
      "MNewsStoryId": "4da0d3d8-9756-46af-b924-b79ad90c010d",
      "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"
}