POST api/CommentOfStation/PostCommentOfStation

发表评论2201-Station

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "3f52c3ef-6d77-4ceb-8cb9-76484dec9fce",
  "RadioId": "1705112a-56b8-4f55-884a-863bced01436",
  "FolderId": "dac25f12-7063-4555-9144-f4fdeff5c584",
  "SoundFileId": "1493659e-d7ae-4d0f-9b4e-e151b8c51d9c",
  "MessageId": "7b50bea9-1c14-4cd2-9271-412512b182ef",
  "ArtistId": "e5dfa9cb-94d0-4677-b7d8-8b3548e86ce9",
  "MusicId": "5ec1788c-a3f1-4c96-8c05-df12dda1eca8",
  "SongId": "3d2865d9-ae6d-480c-b55a-3c73725d8c66",
  "TargetId": "6d59228b-badc-4f63-827a-cff13915ba8c",
  "Content": "sample string 10",
  "ToCommentId": "6ec41028-c593-423e-af0e-81bafa1c21b2",
  "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"
}