POST api/Radio/add_comment

评论个人电台

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "35035886-55e0-4b18-8df3-f25255a3f4c4",
  "RadioId": "0ef97236-4b14-4473-b90e-750c2287574c",
  "FolderId": "2a5810c1-1322-4d70-8af6-eac330f75990",
  "SoundFileId": "884791a6-5676-4267-be6b-4d37b245a082",
  "MessageId": "6fcbe3ac-62a9-43a6-9233-86e1a8b94dc2",
  "ArtistId": "eac92979-786a-49ab-8cc5-cae7e83d92b8",
  "MusicId": "54dcae92-8855-4600-b67b-9c0a847e63b3",
  "SongId": "8100476b-0ff1-40c2-bbed-be854b13ccb0",
  "TargetId": "fd878d2a-9881-45de-b4cc-c45f4d6921ce",
  "Content": "sample string 10",
  "ToCommentId": "f358e446-67c6-4c75-9397-8a050fbb4aab",
  "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"
}