POST api/Message/add_comment
评论消息
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
comment |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "StationId": "a712a931-3d07-4ffb-a0fd-ad706fbf6f57", "RadioId": "8ed3f72c-5027-4429-a9bb-9938fe66e082", "FolderId": "5cb1e06b-807c-4606-915a-467dee000243", "SoundFileId": "8ec9fbce-29c7-437d-bb91-a01d38a099af", "MessageId": "9cd12990-4ee1-4d47-a0be-b42d3ce8a4da", "ArtistId": "ce280935-7291-4e09-9d3f-b74889130f2e", "MusicId": "c19b5ae8-14a4-4cac-97d0-396dd0176ba3", "SongId": "979a775c-7757-4577-aed9-5ad7af160446", "TargetId": "ae4c397a-d389-4934-818c-5bca1eafa509", "Content": "sample string 10", "ToCommentId": "df10c206-0973-4339-a91b-e465432fdbba", "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" }