POST api/SoundFile/add_comment

评论节目

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "979c012c-d90e-4be1-8ca5-6de407d8ce12",
  "RadioId": "3bee54ed-7c99-4042-9d9e-29783cc6d758",
  "FolderId": "8656baff-b536-487a-99aa-5fd387010298",
  "SoundFileId": "ace38b3c-ed7f-4bc6-9c5b-c701ff933cc7",
  "MessageId": "03504a19-ca83-446f-b127-c08bde15fc5d",
  "ArtistId": "e469f796-31d4-4013-8cab-048356804d93",
  "MusicId": "6f653840-bc64-474c-8cf7-4a491dc9114d",
  "SongId": "a27a01dd-9037-4045-8606-0c5f1f22759a",
  "TargetId": "b534ba8e-0c76-4410-ace7-ebe36947e5b6",
  "Content": "sample string 10",
  "ToCommentId": "bdb1039c-aa6c-4119-8a7e-f57fc4072cd8",
  "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"
}