POST api/Radio/add_comment

评论个人电台

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "d67c5265-be59-41bc-af1c-6e206986454e",
  "RadioId": "a5c5fd58-6879-45d3-8788-6993ad72c271",
  "FolderId": "afe3a79d-220f-4c71-9765-b1c9360ec6b9",
  "SoundFileId": "cdb13d62-9b3a-49b6-b087-f9141e32e377",
  "MessageId": "2058a34e-9a7a-45d1-beb5-abaa8d9d9f77",
  "ArtistId": "8a1e6693-2d9b-4c32-9499-dd7ef17d0d4e",
  "MusicId": "6dc68bb5-a30e-48de-9b2c-419238e4be18",
  "SongId": "7591d98f-ad6b-47b7-a934-63defca8dc83",
  "TargetId": "bfa3f931-380f-4e19-9c69-82b1548d872f",
  "Content": "sample string 10",
  "ToCommentId": "f5f4faf1-feb3-4b3b-bae4-545d39738c17",
  "Spell": "sample string 11",
  "Mid": "sample string 12",
  "ToNick": "sample string 13",
  "ReceiverId": "sample string 14"
}

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