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": "d7f541e6-6d05-43ce-9f4b-729deef5cc45",
  "RadioId": "4d54e5ec-74d0-4cda-94d7-a53cb1093524",
  "FolderId": "1c4ea77a-e95d-453d-a1c0-d78c1fbd3c67",
  "SoundFileId": "d5706a10-5d8a-4d07-a440-ac049f99533f",
  "MessageId": "1ad749e5-230e-4cb8-a249-e3dd4418f07f",
  "ArtistId": "71f33f79-6963-4bd3-ad77-82f6a0e7545f",
  "MusicId": "b8046e1b-285a-4e80-b9e4-4d2ffcffa0bc",
  "SongId": "3f20086c-45e4-4ed1-b966-b8aaa37817f7",
  "TargetId": "bc04fd33-1f6e-43ea-9f70-eb3859983871",
  "Content": "sample string 10",
  "ToCommentId": "b701a2ee-3e37-4639-9b4f-a5f311467e61",
  "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"
}