Procurify · Schema

PurchaseOrderUpdate

Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration

Properties

Name Type Description
order_items array
PO_Num string
buyer_name string
buyer_contact string
buyer_addressLineOne string
buyer_postalCode string
buyer_city string
buyer_state_province string
buyer_country string
buyer_address integer
comment string
receiver_name string
receiver_contact string
receiver_addressLineOne string
receiver_postalCode string
receiver_city string
receiver_state_province string
receiver_country string
receiver_address integer
promise_date string
freight string
discount object
tax object
other string
disclaimer_description string
disclaimer_text string
payment_term_ref integer
shipping_term_ref integer
payment_method_ref integer
shipping_method_ref integer
creditcard integer
version integer
expiry_date string
contract integer
View JSON Schema on GitHub

JSON Schema

purchaseorderupdate.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PurchaseOrderUpdate",
  "type": "object",
  "properties": {
    "order_items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/OrderItemPurchaseEdit"
      }
    },
    "PO_Num": {
      "type": "string",
      "nullable": true,
      "title": "PO Number",
      "maxLength": 30
    },
    "buyer_name": {
      "type": "string",
      "maxLength": 100
    },
    "buyer_contact": {
      "type": "string",
      "maxLength": 100
    },
    "buyer_addressLineOne": {
      "type": "string",
      "title": "Address line",
      "maxLength": 300
    },
    "buyer_postalCode": {
      "type": "string",
      "title": "Postal Code",
      "maxLength": 20
    },
    "buyer_city": {
      "type": "string",
      "maxLength": 50
    },
    "buyer_state_province": {
      "type": "string",
      "title": "State/Province",
      "maxLength": 40
    },
    "buyer_country": {
      "type": "string",
      "title": "Country",
      "maxLength": 80
    },
    "buyer_address": {
      "type": "integer"
    },
    "comment": {
      "type": "string",
      "nullable": true,
      "title": "Notes"
    },
    "receiver_name": {
      "type": "string",
      "maxLength": 100
    },
    "receiver_contact": {
      "type": "string",
      "maxLength": 100
    },
    "receiver_addressLineOne": {
      "type": "string",
      "title": "Address line",
      "maxLength": 300
    },
    "receiver_postalCode": {
      "type": "string",
      "title": "Postal Code",
      "maxLength": 20
    },
    "receiver_city": {
      "type": "string",
      "maxLength": 50
    },
    "receiver_state_province": {
      "type": "string",
      "title": "State/Province",
      "maxLength": 40
    },
    "receiver_country": {
      "type": "string",
      "title": "Country",
      "maxLength": 80
    },
    "receiver_address": {
      "type": "integer"
    },
    "promise_date": {
      "type": "string",
      "format": "date-time"
    },
    "freight": {
      "type": "string",
      "format": "decimal",
      "pattern": "^-?\\d{0,13}(?:\\.\\d{0,6})?$",
      "nullable": true
    },
    "discount": {
      "type": "object",
      "additionalProperties": {}
    },
    "tax": {
      "type": "object",
      "additionalProperties": {}
    },
    "other": {
      "type": "string",
      "format": "decimal",
      "pattern": "^-?\\d{0,13}(?:\\.\\d{0,6})?$",
      "nullable": true
    },
    "disclaimer_description": {
      "type": "string",
      "nullable": true,
      "maxLength": 100
    },
    "disclaimer_text": {
      "type": "string",
      "nullable": true
    },
    "payment_term_ref": {
      "type": "integer",
      "nullable": true
    },
    "shipping_term_ref": {
      "type": "integer",
      "nullable": true
    },
    "payment_method_ref": {
      "type": "integer",
      "nullable": true
    },
    "shipping_method_ref": {
      "type": "integer",
      "nullable": true
    },
    "creditcard": {
      "type": "integer",
      "nullable": true
    },
    "version": {
      "type": "integer"
    },
    "expiry_date": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "contract": {
      "type": "integer",
      "nullable": true
    }
  },
  "required": [
    "buyer_address",
    "buyer_addressLineOne",
    "buyer_city",
    "buyer_contact",
    "buyer_country",
    "buyer_name",
    "buyer_postalCode",
    "discount",
    "order_items",
    "promise_date",
    "receiver_address",
    "receiver_addressLineOne",
    "receiver_city",
    "receiver_contact",
    "receiver_country",
    "receiver_name",
    "receiver_postalCode",
    "tax",
    "version"
  ]
}

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/purchaseorderupdate"
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.