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": "ee11921f-1762-48fc-a93d-e2ecf1d138e9",
  "RadioId": "3f0d2042-c888-4b1b-8d54-141c41f4966f",
  "FolderId": "8593a56b-3f4d-4fe9-b658-9303e7e64695",
  "SoundFileId": "27c53769-a63e-4f97-92c6-bb4c936ec7e2",
  "MessageId": "4ebccdf1-8047-4ae7-ba45-a7e041690272",
  "ArtistId": "edbb3946-2d2e-423d-b8b1-4d0c2de3dd16",
  "MusicId": "e6af03e7-d019-4779-92cd-676cd3503229",
  "SongId": "ddd96d4f-29b0-4400-afa4-eea3fa6d8519",
  "TargetId": "d7e869aa-f5f3-46c9-986f-7bc171fe47e1",
  "Content": "sample string 10",
  "ToCommentId": "8732493a-343b-4159-aa86-5c7cd4d456d9",
  "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"
}