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": "79dd0cad-5722-4e89-8ce2-7ec08a639ef5",
"RadioId": "8736e52e-2324-4b0b-8018-118ff119d949",
"FolderId": "5c095b6b-f7bb-47c3-bf68-258aaf21a7e2",
"SoundFileId": "9b77de09-46f6-4528-9acd-2779542d736b",
"MessageId": "30a9b26c-7d8f-4997-a73b-2684eeba84f7",
"ArtistId": "37c180ca-6303-448c-8ae6-5961a00a1903",
"MusicId": "76d2ce34-bb27-4af7-9d8c-ff31947b785a",
"SongId": "a200f5d8-ca87-410a-908d-e208c96dd8b0",
"TargetId": "9b9f3712-759f-45ff-b40a-86d256fab25f",
"Content": "sample string 10",
"ToCommentId": "1c1ce07f-621f-4185-8770-97624fb9d75a",
"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"
}