POST api/Users/EditUser

Request Information

URI Parameters

None.

Body Parameters

User
NameDescriptionTypeAdditional information
Id

integer

None.

FirstName

string

None.

MiddleName

string

None.

LastName

string

None.

Email

string

None.

Phone

string

None.

EducationLevelId

integer

None.

IntrestId

integer

None.

JobId

integer

None.

CreatedDate

date

None.

Suspended

boolean

None.

RoleId

integer

None.

Username

string

None.

Hashvalue

string

None.

Salt

string

None.

ForceChange

boolean

None.

SpecialOffer

string

None.

Courses

Collection of Cours

None.

Faculties

Collection of Faculty

None.

Categories

Collection of Category

None.

Chapters

Collection of Chapter

None.

Majors

Collection of Major

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FirstName": "sample string 2",
  "MiddleName": "sample string 3",
  "LastName": "sample string 4",
  "Email": "sample string 5",
  "Phone": "sample string 6",
  "EducationLevelId": 7,
  "IntrestId": 1,
  "JobId": 8,
  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
  "Suspended": true,
  "RoleId": 10,
  "Username": "sample string 11",
  "Hashvalue": "sample string 12",
  "Salt": "sample string 13",
  "ForceChange": true,
  "SpecialOffer": "sample string 14",
  "Courses": [
    {
      "Id": 1,
      "CategoryId": 2,
      "Title": "sample string 3",
      "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
      "CreatedByUserId": 5,
      "IsActive": true,
      "Description": "sample string 6",
      "Notes": "sample string 7",
      "abbreviation": "sample string 8",
      "imageName": "sample string 9",
      "Category": {
        "Id": 1,
        "MajorId": 2,
        "Title": "sample string 3",
        "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
        "CreatedByUserId": 5,
        "IsActive": true,
        "Description": "sample string 6",
        "Notes": "sample string 7",
        "abbreviation": "sample string 8",
        "imageName": "sample string 9",
        "Major": {
          "Id": 1,
          "FacultyId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Categories": [],
          "Faculty": {
            "Id": 1,
            "SectionId": 2,
            "Title": "sample string 3",
            "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
            "CreatedByUserId": 4,
            "IsActive": true,
            "Description": "sample string 5",
            "Notes": "sample string 6",
            "abbreviation": "sample string 7",
            "imageName": "sample string 8",
            "Majors": [],
            "Section": {
              "Id": 1,
              "Title": "sample string 2",
              "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
              "CreatedByUserId": 1,
              "isActive": true,
              "Description": "sample string 3",
              "Notes": "sample string 4",
              "abbreviation": "sample string 5",
              "HeaderTitle": "sample string 6",
              "HeaderDescription": "sample string 7",
              "imageName": "sample string 8",
              "Faculties": []
            }
          }
        },
        "Courses": []
      },
      "Chapters": [
        {
          "Id": 1,
          "CourseId": 2,
          "Title": "sample string 3",
          "ChapterNumber": 4,
          "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
          "CreatedByUserId": 6,
          "IsActive": true,
          "Description": "sample string 7",
          "Notes": "sample string 8",
          "abbreviation": "sample string 9",
          "imageName": "sample string 10"
        },
        {
          "Id": 1,
          "CourseId": 2,
          "Title": "sample string 3",
          "ChapterNumber": 4,
          "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
          "CreatedByUserId": 6,
          "IsActive": true,
          "Description": "sample string 7",
          "Notes": "sample string 8",
          "abbreviation": "sample string 9",
          "imageName": "sample string 10"
        }
      ]
    },
    {
      "Id": 1,
      "CategoryId": 2,
      "Title": "sample string 3",
      "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
      "CreatedByUserId": 5,
      "IsActive": true,
      "Description": "sample string 6",
      "Notes": "sample string 7",
      "abbreviation": "sample string 8",
      "imageName": "sample string 9",
      "Category": {
        "Id": 1,
        "MajorId": 2,
        "Title": "sample string 3",
        "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
        "CreatedByUserId": 5,
        "IsActive": true,
        "Description": "sample string 6",
        "Notes": "sample string 7",
        "abbreviation": "sample string 8",
        "imageName": "sample string 9",
        "Major": {
          "Id": 1,
          "FacultyId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Categories": [],
          "Faculty": {
            "Id": 1,
            "SectionId": 2,
            "Title": "sample string 3",
            "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
            "CreatedByUserId": 4,
            "IsActive": true,
            "Description": "sample string 5",
            "Notes": "sample string 6",
            "abbreviation": "sample string 7",
            "imageName": "sample string 8",
            "Majors": [],
            "Section": {
              "Id": 1,
              "Title": "sample string 2",
              "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
              "CreatedByUserId": 1,
              "isActive": true,
              "Description": "sample string 3",
              "Notes": "sample string 4",
              "abbreviation": "sample string 5",
              "HeaderTitle": "sample string 6",
              "HeaderDescription": "sample string 7",
              "imageName": "sample string 8",
              "Faculties": []
            }
          }
        },
        "Courses": []
      },
      "Chapters": [
        {
          "Id": 1,
          "CourseId": 2,
          "Title": "sample string 3",
          "ChapterNumber": 4,
          "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
          "CreatedByUserId": 6,
          "IsActive": true,
          "Description": "sample string 7",
          "Notes": "sample string 8",
          "abbreviation": "sample string 9",
          "imageName": "sample string 10"
        },
        {
          "Id": 1,
          "CourseId": 2,
          "Title": "sample string 3",
          "ChapterNumber": 4,
          "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
          "CreatedByUserId": 6,
          "IsActive": true,
          "Description": "sample string 7",
          "Notes": "sample string 8",
          "abbreviation": "sample string 9",
          "imageName": "sample string 10"
        }
      ]
    }
  ],
  "Faculties": [
    {
      "Id": 1,
      "SectionId": 2,
      "Title": "sample string 3",
      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
      "CreatedByUserId": 4,
      "IsActive": true,
      "Description": "sample string 5",
      "Notes": "sample string 6",
      "abbreviation": "sample string 7",
      "imageName": "sample string 8",
      "Majors": [
        {
          "Id": 1,
          "FacultyId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Categories": [
            {
              "Id": 1,
              "MajorId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Courses": [
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                },
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                }
              ]
            },
            {
              "Id": 1,
              "MajorId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Courses": [
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                },
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "Id": 1,
          "FacultyId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Categories": [
            {
              "Id": 1,
              "MajorId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Courses": [
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                },
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                }
              ]
            },
            {
              "Id": 1,
              "MajorId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Courses": [
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                },
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "Section": {
        "Id": 1,
        "Title": "sample string 2",
        "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
        "CreatedByUserId": 1,
        "isActive": true,
        "Description": "sample string 3",
        "Notes": "sample string 4",
        "abbreviation": "sample string 5",
        "HeaderTitle": "sample string 6",
        "HeaderDescription": "sample string 7",
        "imageName": "sample string 8",
        "Faculties": []
      }
    },
    {
      "Id": 1,
      "SectionId": 2,
      "Title": "sample string 3",
      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
      "CreatedByUserId": 4,
      "IsActive": true,
      "Description": "sample string 5",
      "Notes": "sample string 6",
      "abbreviation": "sample string 7",
      "imageName": "sample string 8",
      "Majors": [
        {
          "Id": 1,
          "FacultyId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Categories": [
            {
              "Id": 1,
              "MajorId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Courses": [
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                },
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                }
              ]
            },
            {
              "Id": 1,
              "MajorId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Courses": [
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                },
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "Id": 1,
          "FacultyId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Categories": [
            {
              "Id": 1,
              "MajorId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Courses": [
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                },
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                }
              ]
            },
            {
              "Id": 1,
              "MajorId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Courses": [
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                },
                {
                  "Id": 1,
                  "CategoryId": 2,
                  "Title": "sample string 3",
                  "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
                  "CreatedByUserId": 5,
                  "IsActive": true,
                  "Description": "sample string 6",
                  "Notes": "sample string 7",
                  "abbreviation": "sample string 8",
                  "imageName": "sample string 9",
                  "Chapters": [
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    },
                    {
                      "Id": 1,
                      "CourseId": 2,
                      "Title": "sample string 3",
                      "ChapterNumber": 4,
                      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                      "CreatedByUserId": 6,
                      "IsActive": true,
                      "Description": "sample string 7",
                      "Notes": "sample string 8",
                      "abbreviation": "sample string 9",
                      "imageName": "sample string 10"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "Section": {
        "Id": 1,
        "Title": "sample string 2",
        "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
        "CreatedByUserId": 1,
        "isActive": true,
        "Description": "sample string 3",
        "Notes": "sample string 4",
        "abbreviation": "sample string 5",
        "HeaderTitle": "sample string 6",
        "HeaderDescription": "sample string 7",
        "imageName": "sample string 8",
        "Faculties": []
      }
    }
  ],
  "Categories": [
    {
      "Id": 1,
      "MajorId": 2,
      "Title": "sample string 3",
      "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
      "CreatedByUserId": 5,
      "IsActive": true,
      "Description": "sample string 6",
      "Notes": "sample string 7",
      "abbreviation": "sample string 8",
      "imageName": "sample string 9",
      "Major": {
        "Id": 1,
        "FacultyId": 2,
        "Title": "sample string 3",
        "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
        "CreatedByUserId": 5,
        "IsActive": true,
        "Description": "sample string 6",
        "Notes": "sample string 7",
        "abbreviation": "sample string 8",
        "imageName": "sample string 9",
        "Categories": [],
        "Faculty": {
          "Id": 1,
          "SectionId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
          "CreatedByUserId": 4,
          "IsActive": true,
          "Description": "sample string 5",
          "Notes": "sample string 6",
          "abbreviation": "sample string 7",
          "imageName": "sample string 8",
          "Majors": [],
          "Section": {
            "Id": 1,
            "Title": "sample string 2",
            "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
            "CreatedByUserId": 1,
            "isActive": true,
            "Description": "sample string 3",
            "Notes": "sample string 4",
            "abbreviation": "sample string 5",
            "HeaderTitle": "sample string 6",
            "HeaderDescription": "sample string 7",
            "imageName": "sample string 8",
            "Faculties": []
          }
        }
      },
      "Courses": [
        {
          "Id": 1,
          "CategoryId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Chapters": [
            {
              "Id": 1,
              "CourseId": 2,
              "Title": "sample string 3",
              "ChapterNumber": 4,
              "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
              "CreatedByUserId": 6,
              "IsActive": true,
              "Description": "sample string 7",
              "Notes": "sample string 8",
              "abbreviation": "sample string 9",
              "imageName": "sample string 10"
            },
            {
              "Id": 1,
              "CourseId": 2,
              "Title": "sample string 3",
              "ChapterNumber": 4,
              "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
              "CreatedByUserId": 6,
              "IsActive": true,
              "Description": "sample string 7",
              "Notes": "sample string 8",
              "abbreviation": "sample string 9",
              "imageName": "sample string 10"
            }
          ]
        },
        {
          "Id": 1,
          "CategoryId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Chapters": [
            {
              "Id": 1,
              "CourseId": 2,
              "Title": "sample string 3",
              "ChapterNumber": 4,
              "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
              "CreatedByUserId": 6,
              "IsActive": true,
              "Description": "sample string 7",
              "Notes": "sample string 8",
              "abbreviation": "sample string 9",
              "imageName": "sample string 10"
            },
            {
              "Id": 1,
              "CourseId": 2,
              "Title": "sample string 3",
              "ChapterNumber": 4,
              "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
              "CreatedByUserId": 6,
              "IsActive": true,
              "Description": "sample string 7",
              "Notes": "sample string 8",
              "abbreviation": "sample string 9",
              "imageName": "sample string 10"
            }
          ]
        }
      ]
    },
    {
      "Id": 1,
      "MajorId": 2,
      "Title": "sample string 3",
      "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
      "CreatedByUserId": 5,
      "IsActive": true,
      "Description": "sample string 6",
      "Notes": "sample string 7",
      "abbreviation": "sample string 8",
      "imageName": "sample string 9",
      "Major": {
        "Id": 1,
        "FacultyId": 2,
        "Title": "sample string 3",
        "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
        "CreatedByUserId": 5,
        "IsActive": true,
        "Description": "sample string 6",
        "Notes": "sample string 7",
        "abbreviation": "sample string 8",
        "imageName": "sample string 9",
        "Categories": [],
        "Faculty": {
          "Id": 1,
          "SectionId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
          "CreatedByUserId": 4,
          "IsActive": true,
          "Description": "sample string 5",
          "Notes": "sample string 6",
          "abbreviation": "sample string 7",
          "imageName": "sample string 8",
          "Majors": [],
          "Section": {
            "Id": 1,
            "Title": "sample string 2",
            "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
            "CreatedByUserId": 1,
            "isActive": true,
            "Description": "sample string 3",
            "Notes": "sample string 4",
            "abbreviation": "sample string 5",
            "HeaderTitle": "sample string 6",
            "HeaderDescription": "sample string 7",
            "imageName": "sample string 8",
            "Faculties": []
          }
        }
      },
      "Courses": [
        {
          "Id": 1,
          "CategoryId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Chapters": [
            {
              "Id": 1,
              "CourseId": 2,
              "Title": "sample string 3",
              "ChapterNumber": 4,
              "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
              "CreatedByUserId": 6,
              "IsActive": true,
              "Description": "sample string 7",
              "Notes": "sample string 8",
              "abbreviation": "sample string 9",
              "imageName": "sample string 10"
            },
            {
              "Id": 1,
              "CourseId": 2,
              "Title": "sample string 3",
              "ChapterNumber": 4,
              "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
              "CreatedByUserId": 6,
              "IsActive": true,
              "Description": "sample string 7",
              "Notes": "sample string 8",
              "abbreviation": "sample string 9",
              "imageName": "sample string 10"
            }
          ]
        },
        {
          "Id": 1,
          "CategoryId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Chapters": [
            {
              "Id": 1,
              "CourseId": 2,
              "Title": "sample string 3",
              "ChapterNumber": 4,
              "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
              "CreatedByUserId": 6,
              "IsActive": true,
              "Description": "sample string 7",
              "Notes": "sample string 8",
              "abbreviation": "sample string 9",
              "imageName": "sample string 10"
            },
            {
              "Id": 1,
              "CourseId": 2,
              "Title": "sample string 3",
              "ChapterNumber": 4,
              "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
              "CreatedByUserId": 6,
              "IsActive": true,
              "Description": "sample string 7",
              "Notes": "sample string 8",
              "abbreviation": "sample string 9",
              "imageName": "sample string 10"
            }
          ]
        }
      ]
    }
  ],
  "Chapters": [
    {
      "Id": 1,
      "CourseId": 2,
      "Title": "sample string 3",
      "ChapterNumber": 4,
      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
      "CreatedByUserId": 6,
      "IsActive": true,
      "Description": "sample string 7",
      "Notes": "sample string 8",
      "abbreviation": "sample string 9",
      "imageName": "sample string 10",
      "Cours": {
        "Id": 1,
        "CategoryId": 2,
        "Title": "sample string 3",
        "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
        "CreatedByUserId": 5,
        "IsActive": true,
        "Description": "sample string 6",
        "Notes": "sample string 7",
        "abbreviation": "sample string 8",
        "imageName": "sample string 9",
        "Category": {
          "Id": 1,
          "MajorId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Major": {
            "Id": 1,
            "FacultyId": 2,
            "Title": "sample string 3",
            "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
            "CreatedByUserId": 5,
            "IsActive": true,
            "Description": "sample string 6",
            "Notes": "sample string 7",
            "abbreviation": "sample string 8",
            "imageName": "sample string 9",
            "Categories": [],
            "Faculty": {
              "Id": 1,
              "SectionId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
              "CreatedByUserId": 4,
              "IsActive": true,
              "Description": "sample string 5",
              "Notes": "sample string 6",
              "abbreviation": "sample string 7",
              "imageName": "sample string 8",
              "Majors": [],
              "Section": {
                "Id": 1,
                "Title": "sample string 2",
                "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                "CreatedByUserId": 1,
                "isActive": true,
                "Description": "sample string 3",
                "Notes": "sample string 4",
                "abbreviation": "sample string 5",
                "HeaderTitle": "sample string 6",
                "HeaderDescription": "sample string 7",
                "imageName": "sample string 8",
                "Faculties": []
              }
            }
          },
          "Courses": []
        },
        "Chapters": []
      }
    },
    {
      "Id": 1,
      "CourseId": 2,
      "Title": "sample string 3",
      "ChapterNumber": 4,
      "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
      "CreatedByUserId": 6,
      "IsActive": true,
      "Description": "sample string 7",
      "Notes": "sample string 8",
      "abbreviation": "sample string 9",
      "imageName": "sample string 10",
      "Cours": {
        "Id": 1,
        "CategoryId": 2,
        "Title": "sample string 3",
        "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
        "CreatedByUserId": 5,
        "IsActive": true,
        "Description": "sample string 6",
        "Notes": "sample string 7",
        "abbreviation": "sample string 8",
        "imageName": "sample string 9",
        "Category": {
          "Id": 1,
          "MajorId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Major": {
            "Id": 1,
            "FacultyId": 2,
            "Title": "sample string 3",
            "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
            "CreatedByUserId": 5,
            "IsActive": true,
            "Description": "sample string 6",
            "Notes": "sample string 7",
            "abbreviation": "sample string 8",
            "imageName": "sample string 9",
            "Categories": [],
            "Faculty": {
              "Id": 1,
              "SectionId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
              "CreatedByUserId": 4,
              "IsActive": true,
              "Description": "sample string 5",
              "Notes": "sample string 6",
              "abbreviation": "sample string 7",
              "imageName": "sample string 8",
              "Majors": [],
              "Section": {
                "Id": 1,
                "Title": "sample string 2",
                "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                "CreatedByUserId": 1,
                "isActive": true,
                "Description": "sample string 3",
                "Notes": "sample string 4",
                "abbreviation": "sample string 5",
                "HeaderTitle": "sample string 6",
                "HeaderDescription": "sample string 7",
                "imageName": "sample string 8",
                "Faculties": []
              }
            }
          },
          "Courses": []
        },
        "Chapters": []
      }
    }
  ],
  "Majors": [
    {
      "Id": 1,
      "FacultyId": 2,
      "Title": "sample string 3",
      "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
      "CreatedByUserId": 5,
      "IsActive": true,
      "Description": "sample string 6",
      "Notes": "sample string 7",
      "abbreviation": "sample string 8",
      "imageName": "sample string 9",
      "Categories": [
        {
          "Id": 1,
          "MajorId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Courses": [
            {
              "Id": 1,
              "CategoryId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Chapters": [
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                },
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                }
              ]
            },
            {
              "Id": 1,
              "CategoryId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Chapters": [
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                },
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                }
              ]
            }
          ]
        },
        {
          "Id": 1,
          "MajorId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Courses": [
            {
              "Id": 1,
              "CategoryId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Chapters": [
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                },
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                }
              ]
            },
            {
              "Id": 1,
              "CategoryId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Chapters": [
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                },
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                }
              ]
            }
          ]
        }
      ],
      "Faculty": {
        "Id": 1,
        "SectionId": 2,
        "Title": "sample string 3",
        "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
        "CreatedByUserId": 4,
        "IsActive": true,
        "Description": "sample string 5",
        "Notes": "sample string 6",
        "abbreviation": "sample string 7",
        "imageName": "sample string 8",
        "Majors": [],
        "Section": {
          "Id": 1,
          "Title": "sample string 2",
          "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
          "CreatedByUserId": 1,
          "isActive": true,
          "Description": "sample string 3",
          "Notes": "sample string 4",
          "abbreviation": "sample string 5",
          "HeaderTitle": "sample string 6",
          "HeaderDescription": "sample string 7",
          "imageName": "sample string 8",
          "Faculties": []
        }
      }
    },
    {
      "Id": 1,
      "FacultyId": 2,
      "Title": "sample string 3",
      "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
      "CreatedByUserId": 5,
      "IsActive": true,
      "Description": "sample string 6",
      "Notes": "sample string 7",
      "abbreviation": "sample string 8",
      "imageName": "sample string 9",
      "Categories": [
        {
          "Id": 1,
          "MajorId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Courses": [
            {
              "Id": 1,
              "CategoryId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Chapters": [
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                },
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                }
              ]
            },
            {
              "Id": 1,
              "CategoryId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Chapters": [
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                },
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                }
              ]
            }
          ]
        },
        {
          "Id": 1,
          "MajorId": 2,
          "Title": "sample string 3",
          "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
          "CreatedByUserId": 5,
          "IsActive": true,
          "Description": "sample string 6",
          "Notes": "sample string 7",
          "abbreviation": "sample string 8",
          "imageName": "sample string 9",
          "Courses": [
            {
              "Id": 1,
              "CategoryId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Chapters": [
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                },
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                }
              ]
            },
            {
              "Id": 1,
              "CategoryId": 2,
              "Title": "sample string 3",
              "CreatedDate": "2025-01-22T11:04:30.033733-07:00",
              "CreatedByUserId": 5,
              "IsActive": true,
              "Description": "sample string 6",
              "Notes": "sample string 7",
              "abbreviation": "sample string 8",
              "imageName": "sample string 9",
              "Chapters": [
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                },
                {
                  "Id": 1,
                  "CourseId": 2,
                  "Title": "sample string 3",
                  "ChapterNumber": 4,
                  "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
                  "CreatedByUserId": 6,
                  "IsActive": true,
                  "Description": "sample string 7",
                  "Notes": "sample string 8",
                  "abbreviation": "sample string 9",
                  "imageName": "sample string 10"
                }
              ]
            }
          ]
        }
      ],
      "Faculty": {
        "Id": 1,
        "SectionId": 2,
        "Title": "sample string 3",
        "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
        "CreatedByUserId": 4,
        "IsActive": true,
        "Description": "sample string 5",
        "Notes": "sample string 6",
        "abbreviation": "sample string 7",
        "imageName": "sample string 8",
        "Majors": [],
        "Section": {
          "Id": 1,
          "Title": "sample string 2",
          "CreatedDate": "2025-01-22T11:04:30.0493566-07:00",
          "CreatedByUserId": 1,
          "isActive": true,
          "Description": "sample string 3",
          "Notes": "sample string 4",
          "abbreviation": "sample string 5",
          "HeaderTitle": "sample string 6",
          "HeaderDescription": "sample string 7",
          "imageName": "sample string 8",
          "Faculties": []
        }
      }
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true