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": "89366d6c-7158-4b06-bd71-055e5ad00bbd",
  "RadioId": "05583d14-245d-4fd1-8341-e4a843d99872",
  "FolderId": "0e472a1c-9256-4b87-850e-990bd51dc8cd",
  "SoundFileId": "ffa28bb0-92ff-4755-b1cc-cee51edb12f0",
  "MessageId": "b28337e0-53a4-4293-8861-5772b2f7f251",
  "ArtistId": "549ff9b3-8694-4c61-af17-01d86fd84f31",
  "MusicId": "40a1f1d4-131a-41d5-8903-2bd69b50df6d",
  "SongId": "0f8a30e2-ab09-48d1-9ebd-327b26952c36",
  "TargetId": "9f02dbc4-e01a-4d2a-bc4d-a81c9dc78b3d",
  "Content": "sample string 10",
  "ToCommentId": "44bb7cdd-6af9-4fd6-8b3b-ac26ab0ebdbf",
  "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"
}