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": "c5917df8-cce7-4a0c-91b6-c0f8430a59a5",
"AudioType": 0,
"SongId": "65994bca-26f1-446d-a542-0492818d366c"
}
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"
}