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": "b98f4860-9dd9-4417-a5dc-0d914348e353", "Title": "sample string 2", "ContentType": 3, "Content": "sample string 4", "LinkUrl": "sample string 5", "SendTime": 6, "ScopeType": 0, "Recipient": "510888b2-2a47-49a9-ab5f-b68a40e5f2c8" }
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" }