PeopleSoft · JSON Structure

Peoplesoft Supply Chain Management Purchase Order Structure

PeopleSoft purchasing purchase order.

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

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

Properties

BUSINESS_UNIT PO_ID VENDOR_ID PO_DT PO_STATUS CURRENCY_CD BUYER_ID SHIP_TO_LOCATION LINES

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-supply-chain-management-purchase-order-structure.json",
  "name": "PurchaseOrder",
  "description": "PeopleSoft purchasing purchase order.",
  "type": "object",
  "properties": {
    "BUSINESS_UNIT": {
      "type": "string",
      "description": "Business unit.",
      "example": "US001"
    },
    "PO_ID": {
      "type": "string",
      "description": "Purchase order ID.",
      "example": "PO0012345"
    },
    "VENDOR_ID": {
      "type": "string",
      "description": "Vendor ID.",
      "example": "VND001234"
    },
    "PO_DT": {
      "type": "date",
      "description": "PO date.",
      "example": "2026-04-17"
    },
    "PO_STATUS": {
      "type": "string",
      "description": "PO status.",
      "enum": [
        "O",
        "A",
        "C",
        "D",
        "X",
        "PX"
      ],
      "example": "A"
    },
    "CURRENCY_CD": {
      "type": "string",
      "description": "Currency.",
      "example": "USD"
    },
    "BUYER_ID": {
      "type": "string",
      "description": "Buyer ID.",
      "example": "BYR001"
    },
    "SHIP_TO_LOCATION": {
      "type": "string",
      "description": "Ship-to location.",
      "example": "WH001"
    },
    "LINES": {
      "type": "array",
      "description": "PO lines.",
      "items": {
        "type": "object",
        "properties": {
          "LINE_NBR": {
            "type": "int32",
            "description": "Line number.",
            "example": 1
          },
          "INV_ITEM_ID": {
            "type": "string",
            "description": "Item ID.",
            "example": "ITEM001234"
          },
          "DESCR": {
            "type": "string",
            "description": "Description.",
            "example": "Office Chair - Ergonomic"
          },
          "QTY_PO": {
            "type": "double",
            "description": "Quantity.",
            "example": 25
          },
          "PRICE_PO": {
            "type": "double",
            "description": "Unit price.",
            "example": 450.0
          },
          "UNIT_OF_MEASURE": {
            "type": "string",
            "description": "UOM.",
            "example": "EA"
          }
        }
      }
    }
  },
  "x-schema-source": "domain-knowledge"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/peoplesoft-supply-chain-management-purchase-order-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.