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": "92a076df-51fb-4e61-bad0-7c99b5b95701",
  "SoundBoxId": "e166f991-85c7-4eec-a08b-7ed1425885f7",
  "UserId": "9fa3d07a-b763-4cdc-b3dc-f8261f20c6c7",
  "Name": "sample string 4",
  "TargetId": "aa70e37b-4322-46cb-a4ef-fe4c59c9e4a4",
  "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"
}