POST api/Station/add_comment

发表评论2201-Station

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "edbd4dde-eb72-4b1e-931e-3c58eaf638bb",
  "RadioId": "dc37e13a-6b8c-4a84-8fc2-386f622127ec",
  "FolderId": "6e3a4604-8ace-4fd8-97f5-61719582bb3d",
  "SoundFileId": "1d23e032-fd27-467d-85d5-22cfaa7f8d4c",
  "MessageId": "d3119695-00b7-4be8-b03f-70d9ad639d0e",
  "ArtistId": "c14db369-ae21-4629-8975-3a693a6fd287",
  "MusicId": "73362284-d56a-46a9-b17f-4c68485d9dba",
  "SongId": "36e77870-2846-4ff5-bd6c-9ea14c30627b",
  "TargetId": "ef2c2c45-943a-4e6e-b2d5-02309a306610",
  "Content": "sample string 10",
  "ToCommentId": "06450425-3d7d-43d7-b0fb-11832fdfe42c",
  "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"
}