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": "3f60e2aa-ee7c-4ad4-b567-dcb2f6c4ca12",
  "UserId": "ed74097e-a488-4101-9238-ebda0b3063cb",
  "TargetId": "a6abaf42-719d-467a-b238-0b0aadff832c",
  "BelongType": 2,
  "Name": "sample string 4",
  "PlayState": 5,
  "SortNum": 6,
  "UpdateTime": "2026-03-12T15:33:24.191+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"
}