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": "7d95f1ae-81d7-4909-aeab-e43311fa91ad",
  "RadioId": "08b92ebf-5e20-47f6-9350-756410f955a6",
  "FolderId": "ce406eea-b6d6-49ff-ad65-5b984486113f",
  "SoundFileId": "bfa84979-ec6e-42bf-af9f-5bf899e5ace1",
  "MessageId": "aeca4025-3b76-4d94-b16f-5c3c91ea0775",
  "ArtistId": "3997d01d-fc33-4007-b3bc-e0e3c819538d",
  "MusicId": "09c239d9-1377-4487-be69-d52a53fcb72a",
  "SongId": "f2aa7504-03cf-44cf-8707-90f0977eff68",
  "TargetId": "3f3b242f-647a-4e2a-ae15-2d178666d954",
  "Content": "sample string 10",
  "ToCommentId": "f32717c5-0025-464c-b9ea-645a27aaa8c2",
  "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"
}