POST api/Music/add_comment

发表评论2201-Station

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "4723bb6e-0ad7-4ff7-b5c4-d17daa9e3231",
  "RadioId": "ba1732f6-69c8-46a6-b47e-bdf57f167e04",
  "FolderId": "1b691536-dae6-465d-8e5a-9f746a916381",
  "SoundFileId": "17f00955-0bf7-43a9-96d7-af28c87efd1d",
  "MessageId": "763a0de2-632c-443f-9250-ca80bc36c3f6",
  "ArtistId": "141d31ad-0cc1-44ba-a123-ff4f2cce1159",
  "MusicId": "8c22da28-66e6-4956-9e72-613e4aa06ff8",
  "SongId": "18eac3f4-63d7-4880-8589-3fe96f8610f6",
  "TargetId": "60a4a711-d371-4140-a8a5-7869b15df56e",
  "Content": "sample string 10",
  "ToCommentId": "24055b79-cf66-462b-8901-afc9eacd361b",
  "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"
}