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": "3079fc97-4448-4d7b-bb0b-36c7384d8873",
  "RadioId": "2a72dcc3-bcb3-4d9c-90cd-1fc998dede15",
  "FolderId": "b3455076-930b-41e9-8f0f-252ef2c9db6c",
  "SoundFileId": "dded4233-701f-4450-a161-51acba56624e",
  "MessageId": "857a4b8a-df90-475f-9b51-f0242b6269a0",
  "ArtistId": "ad0c0a8b-b943-4d7d-af74-1ce77f0a78b5",
  "MusicId": "27996510-e3d4-41f7-94cf-9fc231faabd6",
  "SongId": "714fceb6-8070-4d6e-bb70-3a567d72dace",
  "TargetId": "cd986b97-01eb-45d5-a337-8df8293a68ad",
  "Content": "sample string 10",
  "ToCommentId": "3b7fe10f-aef9-432f-a924-2f4525c89281",
  "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"
}