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": "7f93cda2-57da-4b5d-879d-410a7dc3eb23",
  "RadioId": "80fc8aaf-a1f8-41be-b7e7-c42efa830f90",
  "FolderId": "3af01df8-bfd0-4467-9f78-eeedc67dbe2c",
  "SoundFileId": "aaf3905a-0454-4704-94eb-a21cb3eb8393",
  "MessageId": "df109526-c0d3-47d8-ad89-52e40c966c14",
  "ArtistId": "7f67e4ce-33fe-4f75-9641-34b3786dff69",
  "MusicId": "ca4ed1e5-b38f-4b18-9490-c9d977cbac72",
  "SongId": "006e0b95-7062-4f71-8b9b-d6e63d829de7",
  "TargetId": "1f635614-d051-411e-a97a-097915e45404",
  "Content": "sample string 10",
  "ToCommentId": "3aa223d5-251e-40f1-b4a9-2eaf7747a65e",
  "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"
}