POST api/MNewsStory/Add
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MNewsStoryId": "14b4e007-0a44-40f0-ac92-e9bbb42334b9",
"NewsGuid": "9ee8f7fd-8a46-4339-9b1f-5e617a3c33dc",
"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-03-12T15:35:16.76+08:00",
"NewsEventDateTimeStr": "sample string 10",
"CreatorNames": "sample string 11",
"StartTime": "sample string 12",
"EndTime": "sample string 13",
"MNewsSegmentList": [
{
"MNewsSegmentId": "6204ef39-498f-4b29-a7c8-379eb5b2d56d",
"MNewsStoryId": "30507470-d595-4728-91f6-56076dded29e",
"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": "6204ef39-498f-4b29-a7c8-379eb5b2d56d",
"MNewsStoryId": "30507470-d595-4728-91f6-56076dded29e",
"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": "6204ef39-498f-4b29-a7c8-379eb5b2d56d",
"MNewsStoryId": "30507470-d595-4728-91f6-56076dded29e",
"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"
}