POST api/SoundFile/cancel_Audiolike
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": "d258d1c3-d86a-44dc-84c3-7dc25ff1e7c3",
"AudioType": 0,
"SongId": "9094f545-5071-46a5-a795-6ff98ebea0be"
}
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"
}