POST api/DefaultPlaylist/Add

创建

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "DefaultPlaylistId": "d2bbb92e-344f-43f4-ab04-8ea844b8d219",
  "UserId": "fe0430a1-7b26-45fc-a890-986aa92a28ad",
  "TargetId": "ca9c2489-75e1-41d1-9fe2-ecb1ea237d69",
  "BelongType": 2,
  "Name": "sample string 4",
  "PlayState": 5,
  "SortNum": 6,
  "UpdateTime": "2025-06-15T08:21:16.915+08:00",
  "PlayUrl": "sample string 8",
  "CreateTime": 9,
  "IsAvailable": true,
  "Version": "sample string 11"
}

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