POST api/CommentOfRadio/PostCommentOfRadio

发表评论2201-Radio

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "5093fac4-fc86-49b4-b894-ae9c1eacf711",
  "RadioId": "566ef572-3878-48c6-9c0c-8dabcb6c5d03",
  "FolderId": "2b3d1e34-001b-4a13-99ae-6f21f75da977",
  "SoundFileId": "11ae36c2-5d74-4a3f-b235-cb6f622a75f1",
  "MessageId": "8dd14b82-b2ee-4265-a26d-37f10a780a82",
  "ArtistId": "c7e1ff41-8051-492b-adc0-7fca06a6cd72",
  "MusicId": "9538d5cd-7e80-41f8-88d6-f11613e12f16",
  "SongId": "ce6ed0a9-acf7-44d0-b8a2-5c232ac920ac",
  "TargetId": "778db5b6-bade-4f4d-9954-cb2d536d62ca",
  "Content": "sample string 10",
  "ToCommentId": "306517c7-4553-4017-aa79-3d84220f8701",
  "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"
}