POST api/CommentOfFolder/PostComentOfFolder

发表评论2201-栏目

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "b959c150-8736-4e77-b3ff-05e1cdfa1be2",
  "RadioId": "cdfd6225-3cac-45cf-9476-3519872b99e5",
  "FolderId": "f6ad907a-3ea1-41b1-b227-f7c8be84d1fc",
  "SoundFileId": "1d3920bd-48fe-484d-af30-ad03fcb32ec8",
  "MessageId": "4c8afd34-502c-4d1a-a078-d84538d9fed6",
  "ArtistId": "b2aa757d-7634-4fe8-b39c-c77b22106de1",
  "MusicId": "12663899-810c-4dc3-ad21-d0cb81164475",
  "SongId": "333aedff-371d-419d-9a4a-49a6ca2eb1d5",
  "TargetId": "b7988871-bdcb-4925-8761-a7c4a7814bee",
  "Content": "sample string 10",
  "ToCommentId": "671b3722-6ec5-4f57-b1e1-1de9fca5377f",
  "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"
}