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": "3f04c50b-7770-47ed-a8c7-801bcaf0a32b",
  "Content": "sample string 2",
  "AtUsers": [
    "594ad807-989f-47bc-841b-58462fbe58bb",
    "adaed46b-b790-4bad-a869-1483ca84697a",
    "e3b93af7-046a-4883-9b25-c104150c24ab"
  ]
}

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