POST api/CommentOfSoundFile/PostCommentOfSoundFile
发表评论2201-SoundFile
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| comment |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"StationId": "5ebf4bb3-d9e5-41d5-807a-8d560e9dc32f",
"RadioId": "10a8349c-058e-45da-bc16-396c38ac57f1",
"FolderId": "52bcf52e-a41a-4b1f-b0e8-ba9397feb532",
"SoundFileId": "5de93001-6817-40b6-8000-5133d8741641",
"MessageId": "8a7bb75e-0e67-40ac-b4ae-a5069d53cf81",
"ArtistId": "2de5eb9c-b723-47ae-9e7e-9cb060032b68",
"MusicId": "664719be-d0d7-40e2-a524-fe81ece5a851",
"SongId": "3cc11776-793b-4f87-85ae-600e6502b465",
"TargetId": "a546a25e-6648-448c-8a5c-baff4f31fa28",
"Content": "sample string 10",
"ToCommentId": "06bd7e57-fc33-4b65-830a-fdf5cf83109d",
"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"
}