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": "1a91cb4c-e510-430e-86cb-58d423411438",
"RadioId": "59326ed8-f7e6-40bb-a047-2f6e1cb980df",
"FolderId": "0bfe9908-44fb-44e4-a7fd-71ea8a5afb12",
"SoundFileId": "87c6c21d-45ba-4887-8834-f63cd5d779d2",
"MessageId": "05169ab2-cdd9-45af-a90c-d864468e8d33",
"ArtistId": "edfcc2a4-829d-4180-96c0-ea0cb8e870e5",
"MusicId": "4f3cdd4d-e460-488a-beb9-a10815eea8a2",
"SongId": "87073389-fbe2-4f11-96b7-bd7a6323f118",
"TargetId": "b2a6d4cf-e982-4c1d-bfe9-dc0670218532",
"Content": "sample string 10",
"ToCommentId": "93d0b1db-85cb-4049-ad4c-a8f56a7577a4",
"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"
}