POST api/Song/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": "b00973cf-7667-4637-860d-51843d99f6a3",
  "RadioId": "ac60547a-5481-4191-be0e-c8a73ac278f4",
  "FolderId": "e1b537e0-7178-4c2f-8c76-f6d471f81df1",
  "SoundFileId": "3e0dc853-bd4f-41a2-a8e4-014d6b5eea47",
  "MessageId": "8fee1c7c-5d53-4c05-a0da-f3bb6896279e",
  "ArtistId": "4bc25114-1ef7-42c1-a553-a17d07bf5c36",
  "MusicId": "a1b624a7-59ab-441d-8e18-01c384912efe",
  "SongId": "9b00e05e-560d-46e4-9bf0-8f82c6527471",
  "TargetId": "86fe5949-1ce0-4147-890f-a69b02bd6553",
  "Content": "sample string 10",
  "ToCommentId": "c25f10ae-1d82-4032-bfec-6434871e65f0",
  "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"
}