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": "68f0525c-ed9e-427c-8fb5-0937e1fcf710",
  "RadioId": "b540aa76-19f4-4cca-8328-0c9da7709716",
  "FolderId": "f479061d-e4e4-41b4-b328-a9be577a1e02",
  "SoundFileId": "57f5089a-c0dc-4806-bf84-135bd2299ffc",
  "MessageId": "284da942-aaf4-4418-a2a2-7055b02c6634",
  "ArtistId": "3eb9cda9-c013-4c81-b0dd-8cde21248e3f",
  "MusicId": "29ea558a-9b5f-4198-b553-6bab10f61049",
  "SongId": "e75554ae-386c-46e5-8f89-115814268169",
  "TargetId": "cf6041d0-13c0-489d-9dda-636424ccb8e3",
  "Content": "sample string 10",
  "ToCommentId": "3f9bafeb-3c9f-47e7-be70-1d1b3f61c46b",
  "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"
}