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": "3c275158-ea25-44de-851f-cff152b33eb7",
  "RadioId": "073dd995-a543-49ca-9e6b-2a7b8846ddf4",
  "FolderId": "c7beef0d-84f3-4b36-9d15-b7159c14e429",
  "SoundFileId": "4df7a274-12a8-4b81-8906-2808e52ceca9",
  "MessageId": "a285418d-9612-48b5-a9cd-4cc81915f472",
  "ArtistId": "4ea7e99b-ff61-40ca-9d77-cdb3530988f4",
  "MusicId": "67b9b438-3df6-40aa-bb68-5c05b70ad61f",
  "SongId": "2d965f0d-be72-4a7e-967a-2681967e2b6c",
  "TargetId": "47d41459-1a75-4273-8a2d-1da040b2954b",
  "Content": "sample string 10",
  "ToCommentId": "15823526-27a1-4fc9-a942-3bc504c23ca5",
  "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"
}