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": "7510e5fb-39df-4510-8842-1ba483838d06",
  "AudioType": 0,
  "SongId": "a19bc2e9-9ea0-4e92-a9c6-712ce0b5bce8"
}

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