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": "ddd61a54-38c5-4262-a0d3-597301cb02c1",
"Content": "sample string 2",
"AtUsers": [
"f9496879-15e2-4d22-aed0-7b56b185bc36",
"5f407330-09f1-4b42-9451-960765e57668",
"f2e007a4-196a-4387-addf-a3517d833718"
]
}
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"
}