POST api/Repost/RepostAtSoundFile

转发并At操作的节目(2200

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SoundFileId": "7804cfc9-0882-4380-a0f7-8b8c7a59dc5e",
  "Content": "sample string 2",
  "AtUsers": [
    "fcd4499c-ea66-4f79-bf61-eaf916b817f3",
    "385f06c2-1a1c-42ce-a9a3-4f628696b954",
    "5f42ad6a-fd7a-4015-bcca-b5dd646beb07"
  ]
}

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"
}