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": "6d497ca9-0706-4285-b33a-3d00d9afe29a",
  "RadioId": "f0ba2d18-bf3e-47ef-9182-326fa7508c99",
  "FolderId": "72601252-88b8-44af-822c-04e7fcc5f7e2",
  "SoundFileId": "f0e84f0c-fe8c-4d4e-8e1c-6c7bf404fc39",
  "MessageId": "5828f7b7-bf2c-42d0-919e-2810b9125488",
  "ArtistId": "6973deac-5b89-403a-a8ba-5bd58931e879",
  "MusicId": "e0de0622-4103-4c4c-a494-55d6b6b96e32",
  "SongId": "70ca434b-4a07-4863-aa74-8c236727f1cc",
  "TargetId": "d1162f45-905b-4a4e-a650-b16669196372",
  "Content": "sample string 10",
  "ToCommentId": "00304937-a6f6-4ee3-8192-d1e96f770c16",
  "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"
}