POST api/HateOfSoundFile/HateOfSoundFilePrograme
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": "9de65026-95b4-42d2-b41d-221cbdaf84e9",
"AudioType": 0,
"SongId": "8aad652b-bd4f-4cd1-93ce-a2e1e668a1fa"
}
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"
}