Properties
| Name | Type | Description |
|---|---|---|
| invoiceId | integer | Invoice unique identifier |
| invoiceNum | string | Invoice number |
| invoiceDate | string | Invoice date |
| vendorId | integer | Supplier/vendor identifier |
| vendorName | string | Supplier/vendor name |
| vendorSiteId | integer | Vendor site identifier |
| invoiceAmount | number | Total invoice amount |
| invoiceCurrencyCode | string | Invoice currency code (ISO 4217) |
| paymentCurrencyCode | string | Payment currency code |
| exchangeRate | number | Currency exchange rate |
| exchangeRateType | string | Exchange rate type |
| exchangeDate | string | Exchange rate date |
| termsId | integer | Payment terms identifier |
| description | string | Invoice description |
| invoiceType | string | Invoice type lookup code |
| source | string | Invoice source |
| paymentStatusFlag | string | Payment status |
| approvalStatus | string | Approval status |
| amountPaid | number | Amount paid |
| lines | array | |
| orgId | integer | Operating unit identifier |
| createdBy | integer | |
| creationDate | string | |
| lastUpdatedBy | integer | |
| lastUpdateDate | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ApInvoice",
"type": "object",
"properties": {
"invoiceId": {
"type": "integer",
"description": "Invoice unique identifier"
},
"invoiceNum": {
"type": "string",
"description": "Invoice number"
},
"invoiceDate": {
"type": "string",
"description": "Invoice date"
},
"vendorId": {
"type": "integer",
"description": "Supplier/vendor identifier"
},
"vendorName": {
"type": "string",
"description": "Supplier/vendor name"
},
"vendorSiteId": {
"type": "integer",
"description": "Vendor site identifier"
},
"invoiceAmount": {
"type": "number",
"description": "Total invoice amount"
},
"invoiceCurrencyCode": {
"type": "string",
"description": "Invoice currency code (ISO 4217)"
},
"paymentCurrencyCode": {
"type": "string",
"description": "Payment currency code"
},
"exchangeRate": {
"type": "number",
"description": "Currency exchange rate"
},
"exchangeRateType": {
"type": "string",
"description": "Exchange rate type"
},
"exchangeDate": {
"type": "string",
"description": "Exchange rate date"
},
"termsId": {
"type": "integer",
"description": "Payment terms identifier"
},
"description": {
"type": "string",
"description": "Invoice description"
},
"invoiceType": {
"type": "string",
"description": "Invoice type lookup code"
},
"source": {
"type": "string",
"description": "Invoice source"
},
"paymentStatusFlag": {
"type": "string",
"description": "Payment status"
},
"approvalStatus": {
"type": "string",
"description": "Approval status"
},
"amountPaid": {
"type": "number",
"description": "Amount paid"
},
"lines": {
"type": "array"
},
"orgId": {
"type": "integer",
"description": "Operating unit identifier"
},
"createdBy": {
"type": "integer"
},
"creationDate": {
"type": "string"
},
"lastUpdatedBy": {
"type": "integer"
},
"lastUpdateDate": {
"type": "string"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/financial-services-ap-invoice"
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.