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": "e69731f6-376b-4b5f-bd96-4312ff1a63d7",
  "RadioId": "fb6d5e67-90bc-41c0-a7c5-4692a2287ca3",
  "FolderId": "afa8d174-7088-4e09-ad22-a01ed88624fe",
  "SoundFileId": "756facad-bcfc-4f4d-86b7-8f2d0be4b891",
  "MessageId": "3ac2202d-f016-4c0b-add9-4d864327f805",
  "ArtistId": "f6ce66f8-5740-4d1d-b946-d1650305e9f5",
  "MusicId": "08106d61-ef3e-4ce8-8e00-f80915165397",
  "SongId": "6890f260-0d04-4f37-b47c-d80b33b6dd8a",
  "TargetId": "6d3e3974-e98f-4c24-abf4-d79df392d8b7",
  "Content": "sample string 10",
  "ToCommentId": "15716656-8f95-46ba-b1d2-b6f359dcd4ae",
  "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"
}