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": "ef75ef1e-42fc-4b93-8599-a36ac35fe1a4",
  "Content": "sample string 2",
  "AtUsers": [
    "0c8691a6-ee8b-4a9b-897a-a7c8da99de79",
    "c9a7e2c8-da05-4aae-a345-8e90c4f5cb6e",
    "9b1a6404-4166-4148-8f1e-7fb8074c6af7"
  ]
}

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