POST api/SoundFile/add_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": "c904c8b5-185e-4e2e-b740-7b6c5ea4e9d9",
  "AudioType": 0,
  "SongId": "4cd76ba3-421e-42c4-b2c4-e75d8a73ce25"
}

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