POST api/Station/add_Newcomment

发表评论2201-Station

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "387813ea-93a7-4baf-838a-4d82d0eb48a7",
  "RadioId": "e22c8d9f-3149-4895-80b8-825bb97dc0dc",
  "FolderId": "4addb8dc-9f2b-4ed6-977d-7e2ffc2c3330",
  "SoundFileId": "cfb5f6eb-beed-4dee-99ae-6eba4d628877",
  "MessageId": "f075ea5b-ee8a-45f0-8549-0ff086e069fd",
  "ArtistId": "6055c4fc-171e-4fc4-8a99-b77255766268",
  "MusicId": "08b94078-414d-4ab9-b4e8-74c9747b4b09",
  "SongId": "b50c63aa-7e71-445e-8de9-d8315bb98bba",
  "TargetId": "e8832088-9026-4cd1-89ce-903c22bd92e6",
  "Content": "sample string 10",
  "ToCommentId": "78e2a415-b5ff-4a9a-9998-2ed190ce54b1",
  "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"
}