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": "03da9779-d584-40fd-83f0-2641c700255a",
  "RadioId": "f7458e8e-cf6e-4893-bc45-c6c873a4fae3",
  "FolderId": "059ee81f-91d1-4bdd-afb5-1d96ed1d2674",
  "SoundFileId": "5115b07f-7986-4695-9304-83dcca039ed0",
  "MessageId": "092f4576-12f6-49d7-a9b8-7ffbf6303118",
  "ArtistId": "824bf33c-c427-486d-9030-37316829c4cd",
  "MusicId": "aea5b614-57e8-4b1a-a554-d6e63a02371b",
  "SongId": "972743f2-a6fa-4320-aca9-0fa2e01a425e",
  "TargetId": "8255b307-ebc5-4316-896e-fd374bcf3985",
  "Content": "sample string 10",
  "ToCommentId": "a66eb7d6-b9c7-4d77-a657-eef90a6de537",
  "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"
}