POST api/Song/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": "78e8f188-fb7a-4a75-a5b7-60c61daeb581",
  "AudioType": 0,
  "SongId": "2961c12d-b2e8-445b-a08a-d32972130b37"
}

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