POST api/SoundBox/UpdatePlayListName

20. 修改音箱的某个播放列表的名称

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Box2PlayListBindingId": "a14630dd-bbb6-40c9-9345-63e6523f93f2",
  "SoundBoxId": "a3fbca57-45ce-4a61-aeb1-f986168c7a69",
  "UserId": "3dd91496-b6d2-4b76-b5ed-d4a36866a8e6",
  "Name": "sample string 4",
  "TargetId": "0d92efe3-efc4-457b-9858-d2af76185342",
  "TargetName": "sample string 6",
  "TargetCoverUrl": "sample string 7",
  "TargetType": 0,
  "CoverImage": "sample string 8",
  "Index": 9
}

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