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": "10a7bb4b-7533-4489-b5cd-135aba8a2375",
"Title": "sample string 2",
"ContentType": 3,
"Content": "sample string 4",
"LinkUrl": "sample string 5",
"SendTime": 6,
"ScopeType": 0,
"Recipient": "60649e6d-b7b0-4ec4-ba00-e8a18d64fe17"
}
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"
}