POST api/SoundFile/cancel_like

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
userLikeView
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LikeValue": 0,
  "SoundFileId": "cae8651a-7217-400c-a472-a118e8ac97bb",
  "AudioType": 0,
  "SongId": "873e1c07-277b-487a-821e-f06e5464cfd7"
}

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"
}