POST api/NewMgr/Save
Request Information
URI Parameters
None.
Body Parameters
NewMgrEditRequestVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
Required |
|
| Subject | string |
Required |
|
| OriginDate | date |
Required |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Content | string |
Required |
|
| OriginSource | string |
None. |
|
| OriginUrl | string |
Matching regular expression pattern: ^(?i)http(s)?://([\w-]+\.)+[\w-]+([\w- ./?%&@=]*)?$ |
|
| Status | decimal number |
Required |
|
| MainId | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"key": "sample string 1",
"subject": "sample string 2",
"originDate": "2025-12-25T20:20:41.1068698+08:00",
"startDate": "2025-12-25T20:20:41.1068698+08:00",
"endDate": "2025-12-25T20:20:41.1068698+08:00",
"content": "sample string 3",
"originSource": "sample string 4",
"originUrl": "sample string 5",
"status": 1.0,
"mainId": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.