PeopleSoft · Schema

Position

PeopleSoft HCM position data.

Campus SolutionsCRMEnterprise SoftwareERPFinancial ManagementHCMSupply Chain Management

Properties

Name Type Description
POSITION_NBR string Position number.
DESCR string Position description.
DEPTID string Department ID.
JOBCODE string Job code.
LOCATION string Location code.
REPORTS_TO string Reports-to position.
MAX_HEAD_COUNT integer Maximum headcount.
POSN_STATUS string Position status.
EFFDT string Effective date.
View JSON Schema on GitHub

JSON Schema

peoplesoft-position-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Position",
  "title": "Position",
  "type": "object",
  "description": "PeopleSoft HCM position data.",
  "properties": {
    "POSITION_NBR": {
      "type": "string",
      "description": "Position number.",
      "example": "00012345"
    },
    "DESCR": {
      "type": "string",
      "description": "Position description.",
      "example": "Senior Software Engineer"
    },
    "DEPTID": {
      "type": "string",
      "description": "Department ID.",
      "example": "10200"
    },
    "JOBCODE": {
      "type": "string",
      "description": "Job code.",
      "example": "MGR001"
    },
    "LOCATION": {
      "type": "string",
      "description": "Location code.",
      "example": "HQ001"
    },
    "REPORTS_TO": {
      "type": "string",
      "description": "Reports-to position.",
      "example": "00012340"
    },
    "MAX_HEAD_COUNT": {
      "type": "integer",
      "description": "Maximum headcount.",
      "example": 1
    },
    "POSN_STATUS": {
      "type": "string",
      "description": "Position status.",
      "enum": [
        "A",
        "I",
        "F"
      ],
      "example": "A"
    },
    "EFFDT": {
      "type": "string",
      "format": "date",
      "description": "Effective date.",
      "example": "2024-01-01"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/peoplesoft-position"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.