POST api/channel/add_Artist

036 创建明星频道 ??未测试

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ArtistId": "e4c5034a-366c-48d9-8375-db1e2214da06",
  "UserId": "83d986f3-9e9d-411f-b9b5-a6e930b5b853",
  "Name": "sample string 3",
  "Gender": 4,
  "Avatar": "sample string 5",
  "Summary": "sample string 6",
  "Intro": "sample string 7",
  "IsGroup": true,
  "Region": "sample string 9",
  "Language": "sample string 10",
  "Years": "sample string 11",
  "UpdateTime": "2025-06-15T08:47:30.9+08:00",
  "CreateTime": 13,
  "IsAvailable": true,
  "Version": "sample string 15"
}

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