POST api/Folder/add_comment

评论栏目

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "9c0d6685-2437-4410-9832-c56103e7986f",
  "RadioId": "8d63816e-942f-49ed-8cfc-80bfd60d157e",
  "FolderId": "090ee8be-4021-4515-8c0f-0db5fee3b53c",
  "SoundFileId": "d3de57de-25be-4ebd-99da-8cbc841bdae4",
  "MessageId": "bfdaf32c-c444-4f0c-8e1b-3f78ebbae307",
  "ArtistId": "382692f9-a55b-4839-9fac-35b715e37c97",
  "MusicId": "60a7230b-5c95-426a-88cb-1c1e57e53dde",
  "SongId": "f37dda1a-d985-4a46-873c-bd8e7f713bd6",
  "TargetId": "40112316-2ffb-4048-9e5f-9bc33c26554b",
  "Content": "sample string 10",
  "ToCommentId": "ec5a7be0-2c9e-41a9-8655-cf38e1ecaa13",
  "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"
}