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": "c0d783db-6469-448c-be05-a797339adb2e",
  "NewsGuid": "ea8cf144-54b1-474f-8bc0-9e15cc54c078",
  "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-12-15T16:18:18.464+08:00",
  "NewsEventDateTimeStr": "sample string 10",
  "CreatorNames": "sample string 11",
  "StartTime": "sample string 12",
  "EndTime": "sample string 13",
  "MNewsSegmentList": [
    {
      "MNewsSegmentId": "e58172a9-c445-4eb3-9c22-68af4ff126d4",
      "MNewsStoryId": "79f78cbe-8621-4053-9ff5-3e29663e7752",
      "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": "e58172a9-c445-4eb3-9c22-68af4ff126d4",
      "MNewsStoryId": "79f78cbe-8621-4053-9ff5-3e29663e7752",
      "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": "e58172a9-c445-4eb3-9c22-68af4ff126d4",
      "MNewsStoryId": "79f78cbe-8621-4053-9ff5-3e29663e7752",
      "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"
}