POST api/channel/AddChannel

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ChannelId": "907d4a09-38e8-4d02-8b73-6f7f187a780b",
  "Name": "sample string 2",
  "CollectCount": 3,
  "CommentCount": 4,
  "PlayCount": 5,
  "ShareCount": 6,
  "Summary": "sample string 7",
  "SubscribeCount": 8,
  "FileBPM": 0,
  "HotFirst": 0,
  "LikeRepeat": 0,
  "OldNewFirst": 0,
  "SongFirst": 0,
  "OSSImagePath": "sample string 9",
  "TargetId": "8e347f16-e6f7-448e-bd62-668ba34f36c1",
  "Type": 0,
  "NumberOfToBeCached": 11,
  "DisplayShareContent": true,
  "DisplayShareComment": true,
  "IsOffLine": true,
  "CreateTime": 15,
  "IsAvailable": true,
  "Version": "sample string 17"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}