POST api/Artist/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": "99447851-da05-4455-9343-053adfcf4f86",
  "RadioId": "73d6c30c-dc27-4eba-8f0c-8c3664886f36",
  "FolderId": "0af31650-de91-4661-8152-a158aaa6d258",
  "SoundFileId": "3696c0fd-0173-4bf7-bd74-3f2d94847558",
  "MessageId": "a09619bd-c032-4c4a-b480-8dbd7c85714b",
  "ArtistId": "3afe59fe-38da-429a-ac4a-39c99b81c3b9",
  "MusicId": "a904d1d9-b785-4629-8dee-7c0760474940",
  "SongId": "65af7b81-f528-4d87-a632-97873d0f01da",
  "TargetId": "598f5b11-78d4-47b3-acc4-11705401ae3f",
  "Content": "sample string 10",
  "ToCommentId": "2394063d-0132-45d8-aba3-9c136f8a5326",
  "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"
}