POST api/LikeOfSoundFile/Like

用户(取消)赞节目(2112

Request Information

Parameters

NameDescriptionAdditional information
userLikeView

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LikeValue": 0,
  "SoundFileId": "3c82263c-c97d-4a90-a809-05bcfafb83df",
  "AudioType": 0,
  "SongId": "9f5a601f-ded6-4f40-abae-b62715d793ce"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}