PeopleSoft · JSON Structure

Peoplesoft Campus Solutions Class Enrollment Structure

PeopleSoft class enrollment record.

Type: object Properties: 10
Campus SolutionsCRMEnterprise SoftwareERPFinancial ManagementHCMSupply Chain Management

ClassEnrollment is a JSON Structure definition published by PeopleSoft, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

EMPLID CLASS_NBR CRSE_ID SUBJECT CATALOG_NBR DESCR UNT_TAKEN GRADE_INPUT ENRL_STATUS_REASON STRM

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peoplesoft/refs/heads/main/json-structure/peoplesoft-campus-solutions-class-enrollment-structure.json",
  "name": "ClassEnrollment",
  "description": "PeopleSoft class enrollment record.",
  "type": "object",
  "properties": {
    "EMPLID": {
      "type": "string",
      "description": "Student ID.",
      "example": "STU001234"
    },
    "CLASS_NBR": {
      "type": "int32",
      "description": "Class number.",
      "example": 10542
    },
    "CRSE_ID": {
      "type": "string",
      "description": "Course ID.",
      "example": "CS101"
    },
    "SUBJECT": {
      "type": "string",
      "description": "Subject area.",
      "example": "COMPSCI"
    },
    "CATALOG_NBR": {
      "type": "string",
      "description": "Catalog number.",
      "example": "101"
    },
    "DESCR": {
      "type": "string",
      "description": "Course description.",
      "example": "Introduction to Computer Science"
    },
    "UNT_TAKEN": {
      "type": "double",
      "description": "Units taken.",
      "example": 3.0
    },
    "GRADE_INPUT": {
      "type": "string",
      "description": "Grade.",
      "example": "A"
    },
    "ENRL_STATUS_REASON": {
      "type": "string",
      "description": "Enrollment status.",
      "enum": [
        "ENRL",
        "DROP",
        "WAIT"
      ],
      "example": "ENRL"
    },
    "STRM": {
      "type": "string",
      "description": "Term code.",
      "example": "2261"
    }
  },
  "x-schema-source": "domain-knowledge"
}