POST api/SoundFile/add_Audiolike

用户(取消)赞

Request Information

Parameters

NameDescriptionAdditional information
userLikeView

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LikeValue": 0,
  "SoundFileId": "cd27db79-0910-4009-818c-5968d0df8a99",
  "AudioType": 0,
  "SongId": "fb2f26fa-d9c4-4196-9e4a-e6caa15d00cc"
}

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