POST api/Folder/UpdateIsFragment

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
folder
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Intro": "sample string 1",
  "FolderId": "c502dada-c5ed-4ceb-9225-3eb5fdcbe50b",
  "IsProvider": 3,
  "Name": "sample string 4",
  "CoverImage": "sample string 5",
  "ContentType": 0,
  "SmallImagePath": "sample string 6",
  "LargeImagePath": "sample string 7",
  "MiddleImagePath": "sample string 8",
  "StartTime": "sample string 9",
  "Categorys": [
    {
      "CategoryId": "e0c1e156-c006-4b2d-82a7-ad5340afc283",
      "Name": "sample string 2",
      "CoverImageUrl": "sample string 3",
      "SortNum": 4,
      "IsMine": 5,
      "SubCategorys": [
        {},
        {},
        {}
      ],
      "ParentTagCategoryId": "132b075e-2ec7-48a1-9579-700a634b8768"
    },
    {
      "CategoryId": "e0c1e156-c006-4b2d-82a7-ad5340afc283",
      "Name": "sample string 2",
      "CoverImageUrl": "sample string 3",
      "SortNum": 4,
      "IsMine": 5,
      "SubCategorys": [
        {},
        {},
        {}
      ],
      "ParentTagCategoryId": "132b075e-2ec7-48a1-9579-700a634b8768"
    },
    {
      "CategoryId": "e0c1e156-c006-4b2d-82a7-ad5340afc283",
      "Name": "sample string 2",
      "CoverImageUrl": "sample string 3",
      "SortNum": 4,
      "IsMine": 5,
      "SubCategorys": [
        {},
        {},
        {}
      ],
      "ParentTagCategoryId": "132b075e-2ec7-48a1-9579-700a634b8768"
    }
  ],
  "NumberOfSubscriber": 10,
  "NumberOfSoundFile": 11,
  "EndTime": "sample string 12",
  "OfflineNumber": 13,
  "NumberOfLike": 14,
  "UpdateTime": 15,
  "NumberOfShare": 16,
  "OSSImagePath": "sample string 17",
  "NumberOfComment": 18,
  "NumberOfMessage": 19,
  "QrImage": "sample string 20",
  "StudioRoomId": "sample string 21",
  "IMGroupId": "sample string 22",
  "IMBigGroupId": "sample string 23",
  "StarLevel": 24,
  "FolderCategoryOrderWeight": 25.1,
  "NumberOfMan": 26,
  "IsPublic": 27,
  "Summary": "sample string 28",
  "User": {
    "UserId": "edf492ef-8bcc-47fa-be4f-0ed5682c4ed5",
    "Nick": "sample string 2",
    "HeaderUrl": "sample string 3",
    "CoverUrl": "sample string 4",
    "Brief": "sample string 5",
    "Gender": 0,
    "Birthday": "sample string 6",
    "IsVerified": 7,
    "SourceType": 0,
    "NumberOfFan": 8,
    "NumberOfAttention": 9,
    "IsAttentioned": 10,
    "UserGroupId": "6589ac07-96c7-45f0-b9f3-8c60e67ae3f4",
    "SmallImagePath": "sample string 12",
    "LargeImagePath": "sample string 13",
    "MiddleImagePath": "sample string 14",
    "IsBindMobile": 15,
    "HasPassword": 16,
    "MobilePhone": "sample string 17",
    "Email": "sample string 18",
    "OSSImagePath": "sample string 19",
    "QrImage": "sample string 20",
    "BirthdayTime": 21,
    "IsFriend": true,
    "MZStudioUserId": "sample string 23",
    "MZChatUserId": "sample string 24",
    "NumberOfSubscribeFolder": 25,
    "NumberOfSubscribeStation": 26,
    "UserType": 1,
    "IsNewUser": true,
    "Province": "sample string 28",
    "City": "sample string 29"
  },
  "StationId": "a03bde06-860c-4ba0-8291-365d9da92eee",
  "Spell": "sample string 29",
  "IsFragment": true,
  "ScheduleOfStationId": "ef1306bc-6e0e-42ad-b9e6-474688656708"
}

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