POST api/CommentOfSoundFile/PostCommentOfSoundFile

发表评论2201-SoundFile

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "77a930bc-dcf3-4865-af08-971da04c2171",
  "RadioId": "ad6e45e6-4470-4e71-aa1a-2279de42b3dc",
  "FolderId": "8534df86-b47e-407e-9a05-8d97af57f605",
  "SoundFileId": "20ae720f-ce54-4fa0-a223-00fa9f733882",
  "MessageId": "5256a39c-6dd3-48e6-827c-0675de6ce906",
  "ArtistId": "dba3299e-3674-49a3-aa2b-33b86c5329a7",
  "MusicId": "10390751-adde-4071-9389-8369c78d46fe",
  "SongId": "c345d56a-2815-4ccf-9ac6-cac349d9fe11",
  "TargetId": "ddcc0e8f-38bb-4cb2-8112-19b2db6b1dca",
  "Content": "sample string 10",
  "ToCommentId": "e28278b0-ef96-4c4f-aa4a-07088f4c1124",
  "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"
}