POST api/Repost/Add

转发节目(2200

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SoundFileId": "511ea4e7-cca6-4674-b53a-0a94631e9820",
  "Content": "sample string 2",
  "AtUsers": [
    "44fd0ccd-5600-4d9b-9ec7-511aae668895",
    "a47320b0-0779-465f-80d1-96a3486c9342",
    "772365d4-18a9-4433-b3b0-0cb018f334da"
  ]
}

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