POST api/Notice/Add
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| notice | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"NoticeId": "20c278ba-7b22-4fe4-b1bc-d058d2fea288",
"Title": "sample string 2",
"ContentType": 3,
"Content": "sample string 4",
"LinkUrl": "sample string 5",
"SendTime": 6,
"ScopeType": 0,
"Recipient": "512a59e2-e0b9-4c4c-b7e9-4c00f842a12b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}