POST api/Song/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": "1842e2a8-c861-47a9-85eb-fa3f1d2a453a",
  "RadioId": "cae2a3dd-aa7f-4440-9eba-c055d5b1c11f",
  "FolderId": "a9a43926-611b-43fa-af71-3cda005fea36",
  "SoundFileId": "c82068d6-dbe6-42c0-beda-2e0f0f49acaa",
  "MessageId": "10067a47-d43d-44ee-bd36-99c79b6feea1",
  "ArtistId": "13daa474-1b65-404b-bcdb-ceda0bea54fa",
  "MusicId": "e785973e-c3b1-4595-a5c0-37c104087793",
  "SongId": "4ff0843f-e448-4d1a-b3d3-8327698f0def",
  "TargetId": "a469a906-884c-44e7-be9c-17ffa34fcc7a",
  "Content": "sample string 10",
  "ToCommentId": "a5e63c3c-6adb-4cbf-951d-c19c19dbab78",
  "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"
}