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": "75a7bd09-34cf-4210-a95b-9e06615a614b",
  "RadioId": "249f02e2-6fad-45bc-8a14-323fdb450d81",
  "FolderId": "f2028beb-9e4f-4d9f-ab8e-92d421565862",
  "SoundFileId": "92211ace-2cfd-4b7b-bfd2-f9cf07b44452",
  "MessageId": "aa1f85d1-43ce-4f14-b7a2-9e3dc1cd78d2",
  "ArtistId": "5781eb55-b206-4fdc-85e2-0cae43f43a7d",
  "MusicId": "aa43d55f-d176-4a6f-a0a8-7a9e27096776",
  "SongId": "df66bcc8-0e3c-40a6-8bfd-296a032391bd",
  "TargetId": "746652b3-d3e3-4546-aeb5-08e40b385012",
  "Content": "sample string 10",
  "ToCommentId": "c35f1db7-e713-4922-a6ca-29a936a315a7",
  "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"
}