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": "f8a7f7cd-f7ae-4903-86e7-127ac0643728",
"AudioType": 0,
"SongId": "d7791a75-9845-45d6-bc75-c55f941e0811"
}
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"
}