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": "ef44e362-4f87-431b-9641-12dee8a7f81f",
  "RadioId": "fe4ade7e-5ff4-42c3-9c6c-ed588a651e75",
  "FolderId": "1df052ad-6053-4f19-8d3c-43dd5c4d6133",
  "SoundFileId": "636889f4-471e-4421-b366-1eebb5b3f3f3",
  "MessageId": "ba35036c-f1b1-4137-b44c-786490b83014",
  "ArtistId": "73f43bcd-c52d-4687-a258-11dffaa974cd",
  "MusicId": "ab4c27d3-452f-41f2-91d5-29c14007da25",
  "SongId": "75ab8ee7-f524-4b11-a805-28a91f0b349f",
  "TargetId": "edab57d4-c99e-4d66-998e-d5a5b2c120ae",
  "Content": "sample string 10",
  "ToCommentId": "9a1b6330-6d45-4157-a133-55208e76f61f",
  "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"
}