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": "1f1bb138-a900-45b1-be83-6bd0b1ab3ca6",
"Title": "sample string 2",
"ContentType": 3,
"Content": "sample string 4",
"LinkUrl": "sample string 5",
"SendTime": 6,
"ScopeType": 0,
"Recipient": "5c6fd4a8-a681-4a51-9f04-54643135376e"
}
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"
}