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": "539798bb-61db-45f8-92cd-6c54b4b72eff",
  "Content": "sample string 2",
  "AtUsers": [
    "d144de49-1038-49af-a82a-bb2a41941d6f",
    "79c679b3-6b5e-43bd-8e99-31c863fd0595",
    "f33074d8-04be-4569-b7c5-4a7a68f593ce"
  ]
}

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