POST api/SoundFile/cancel_like
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userLikeView | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"LikeValue": 0,
"SoundFileId": "f3b90539-ae8c-4a18-8a3d-96240adeb579",
"AudioType": 0,
"SongId": "27247ee2-a758-474d-8079-c5b907c7d3bb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}