POST api/Artist/add_comment
发表评论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": "ab5a3125-96af-48c1-b5e7-45ed0884a6de",
"RadioId": "60f507d0-149d-493d-8e28-2b7f264caf20",
"FolderId": "9e284e02-770a-4e93-91dc-909f29609102",
"SoundFileId": "5edc0b23-d391-4c96-92d6-f88a8713680b",
"MessageId": "199fcbc5-20d5-4fdf-9457-0e34a6eb00d0",
"ArtistId": "a97cbe18-5dd9-4cca-bc5d-d0df0148699a",
"MusicId": "9acb8d84-6731-4161-85f1-99c6ff31ed98",
"SongId": "edd07a37-c3a5-4fd3-8c2e-931462bf7ab6",
"TargetId": "f892c6b9-28a9-44c3-9bbf-17ffc1620d16",
"Content": "sample string 10",
"ToCommentId": "a3f3693a-2394-4e95-b9bb-b0aa7216f84b",
"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"
}