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": "9030d127-ca87-42e8-ab63-8ba705f84d7d",
  "RadioId": "70215434-cd6d-4ddb-820f-051f01f3e4cd",
  "FolderId": "618d162c-241d-4761-bfe9-f95573509d09",
  "SoundFileId": "75843534-bb3c-465f-b0ac-1d96a26a70ee",
  "MessageId": "51419db2-44e5-4a92-91b2-b16e1677809e",
  "ArtistId": "522bfa5b-99ca-40dc-ab92-bea9817eda86",
  "MusicId": "e105c285-1de6-459e-8c96-85ab64e7e049",
  "SongId": "00f1ae6f-141f-4fa4-97bc-46e395879eb6",
  "TargetId": "348ee2fe-816b-4a10-bbc6-97a2cbb53963",
  "Content": "sample string 10",
  "ToCommentId": "746f255e-6644-4a3d-a093-b2ab923000b0",
  "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"
}