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": "84eda858-1cef-4790-b0f8-49378d85a863",
  "SoundBoxId": "e9634f86-a557-4155-8884-cb1e33c202a0",
  "UserId": "44032ed8-1d6a-4fbf-a286-b6f1cb02b304",
  "Name": "sample string 4",
  "TargetId": "f6855d8d-9fca-4f2d-b2ff-61247ddf2ce6",
  "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"
}