POST api/Station/add_Newcomment
发表评论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": "62c978e9-37b5-49a8-bf16-6b22b947db66",
"RadioId": "17bcc288-005c-4aa2-9693-bc75818419ef",
"FolderId": "16740772-a71b-4c9b-bc5f-f87b34ebe300",
"SoundFileId": "96a1786f-2f15-4ebd-a667-71748b169b55",
"MessageId": "2ad1640a-984c-4b4c-97da-ba4ac3c312c2",
"ArtistId": "95adc860-c630-429c-8395-5f91349f5974",
"MusicId": "22b49b48-ed79-4546-9f68-ac1eb875e4a6",
"SongId": "74e284f6-3795-4505-bb12-222c7a2e6c39",
"TargetId": "a84a5340-aef1-4092-954f-f429797d1199",
"Content": "sample string 10",
"ToCommentId": "3e478a21-3fad-44b5-94e2-38ee671cb90e",
"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"
}