POST api/SoundFile/cancel_Audiolike

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": "174fe1c1-4e0c-4635-8142-9513cdbd7513",
  "AudioType": 0,
  "SongId": "53f9d927-fca5-44d7-832f-d77192caf033"
}

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