POST api/Repost/Add
转发节目(2200
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SoundFileId": "2c587f04-c38b-42c8-acbe-59f84763a1a8",
"Content": "sample string 2",
"AtUsers": [
"85eaf520-627b-4ae0-b40b-cbcd4f3f71e5",
"571f3142-3e3d-4488-975e-afabcb26b4d7",
"f2a4f2e9-5938-4d62-bc9b-459cc8134699"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}