Procurify · Schema

LocationCreateUpsertRequest

Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration

Properties

Name Type Description
name string
url string
logo string
currency string
phoneOne string
fax string
email string
primary_billing_address object
primary_shipping_address object
shipping_addresses array
language object
locationTimezone integer
active boolean
external_id string External id
legal_entity integer
View JSON Schema on GitHub

JSON Schema

locationcreateupsertrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LocationCreateUpsertRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "minLength": 1,
      "maxLength": 150
    },
    "url": {
      "type": "string",
      "nullable": true
    },
    "logo": {
      "type": "string",
      "nullable": true
    },
    "currency": {
      "type": "string",
      "minLength": 1
    },
    "phoneOne": {
      "type": "string",
      "minLength": 1,
      "maxLength": 20
    },
    "fax": {
      "type": "string",
      "nullable": true,
      "maxLength": 20
    },
    "email": {
      "type": "string",
      "format": "email",
      "nullable": true,
      "maxLength": 254
    },
    "primary_billing_address": {
      "$ref": "#/components/schemas/AddressRequest"
    },
    "primary_shipping_address": {
      "$ref": "#/components/schemas/AddressRequest"
    },
    "shipping_addresses": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AddressRequest"
      }
    },
    "language": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LanguageEnum"
        }
      ],
      "minimum": -2147483648,
      "maximum": 2147483647
    },
    "locationTimezone": {
      "nullable": true,
      "oneOf": [
        {
          "$ref": "#/components/schemas/LocationTimezoneEnum"
        },
        {
          "$ref": "#/components/schemas/BlankEnum"
        },
        {
          "$ref": "#/components/schemas/NullEnum"
        }
      ],
      "type": "integer"
    },
    "active": {
      "type": "boolean"
    },
    "external_id": {
      "type": "string",
      "nullable": true,
      "description": "External id",
      "maxLength": 100
    },
    "legal_entity": {
      "type": "integer"
    }
  },
  "required": [
    "currency",
    "name",
    "phoneOne",
    "primary_billing_address",
    "primary_shipping_address",
    "shipping_addresses"
  ]
}

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