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": "5580da4f-f887-4709-a654-d8e7dcb3220c",
  "RadioId": "2fd3c3bd-1225-4d12-b47f-161ad31ed161",
  "FolderId": "85c27c7b-76a4-4c92-97d4-100ff760ceb8",
  "SoundFileId": "aa03c094-bbb3-4fc9-9174-f63f28255cd1",
  "MessageId": "7d88f5be-3797-4735-9884-f2ca5be8703a",
  "ArtistId": "8c5998f1-1246-4d2b-8866-24b23610dd54",
  "MusicId": "2cf7a0b3-ca0b-439b-96c9-ccc6c4a417bd",
  "SongId": "03d47628-7a0a-4efb-81da-765db5e0ef55",
  "TargetId": "69ccd9d0-14c5-49b4-841d-65abc21558e2",
  "Content": "sample string 10",
  "ToCommentId": "ee9bc226-00ed-4698-83ad-a6fbcc4daaeb",
  "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"
}