POST api/SkipOfSoundFile/SkipOfSoundFilePrograme
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": "9d88c935-10bf-40b6-bf64-58ac711427dd",
"AudioType": 0,
"SongId": "16bad3e0-75c6-4c00-af19-1b7c573aabcd"
}
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"
}