POST api/CommentOfStation/PostCommentOfStation
发表评论2201-Station
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| comment |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"StationId": "c81c4101-6bc1-4696-91f2-1de4616e5074",
"RadioId": "27cbe38a-9bb9-4a67-ab89-329efa314a44",
"FolderId": "3f738a4a-586c-4b9d-b11f-25ef1986f20e",
"SoundFileId": "a5b60f64-b8d3-442f-8976-ef69e7c3a751",
"MessageId": "e8de84b1-b329-41d3-880e-3616a8f6d332",
"ArtistId": "f3f3d7e4-f97d-49d6-8a67-71f5bf4981d1",
"MusicId": "ac3a8557-5d39-47a7-a58f-f64444027258",
"SongId": "b7f9c07b-3789-4378-ac33-fc715715f1a5",
"TargetId": "40eafcda-097b-4eff-9071-9d7daf091c22",
"Content": "sample string 10",
"ToCommentId": "58ac5267-40b7-4c1e-bbda-264552e0ab8f",
"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"
}