POST api/Message/add_comment

评论消息

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "9247ade8-9dab-477f-bfb6-81e35f4f0cb6",
  "RadioId": "70f7f0ec-e024-4da5-8f79-dfd74a0e85eb",
  "FolderId": "6da19a9a-79f3-4a93-917c-ea325159e9d2",
  "SoundFileId": "801fe3f3-4701-4f7e-b97a-005d1f4adb64",
  "MessageId": "0458228f-cd5b-4408-9aad-bbc49035ae22",
  "ArtistId": "34b43640-ca08-48ec-aa16-eeaa9e4e61e2",
  "MusicId": "a5a53f5f-869e-49e1-84fd-7da94f9fe68d",
  "SongId": "ed084dfd-f7c1-446e-8ad8-eb30fa3c7786",
  "TargetId": "2e7c4a9f-5b25-4dfe-b903-c751b5d3bfd2",
  "Content": "sample string 10",
  "ToCommentId": "ac660821-8283-4e60-b765-0373fa984b67",
  "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"
}