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": "b2691cef-f27f-4ba7-9aa2-1dc7ce4eb5e1",
  "RadioId": "284bbccf-9f22-421a-9b82-8c0394bd435c",
  "FolderId": "3f5ba2d0-1a7c-4735-be8c-36230465a347",
  "SoundFileId": "d9a5b328-4378-4fcb-b64b-a147c6574a8f",
  "MessageId": "f6de9124-3f3e-4951-8e47-d03cdade4756",
  "ArtistId": "60dc9d4c-11f5-4417-a5cd-f39abe0db81d",
  "MusicId": "2f9873ea-1e99-423e-a493-9492427ae93c",
  "SongId": "799d343d-ca43-4ff9-9b14-96fdd1f9e453",
  "TargetId": "95b914d8-79cf-4f86-a61f-6cedd1c6e3f5",
  "Content": "sample string 10",
  "ToCommentId": "82568935-40a5-43d1-aefc-c88ec0bb3a09",
  "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"
}