Microsoft Dynamics NAV · Schema
PurchaseOrder
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision
Properties
| Name | Type | Description |
|---|---|---|
| @odata.etag | string | |
| id | string | The unique identifier of the purchase order |
| number | string | The purchase order number |
| orderDate | string | The order date |
| postingDate | string | The posting date |
| vendorId | string | The vendor ID |
| vendorNumber | string | The vendor number |
| vendorName | string | The vendor name |
| payToName | string | |
| payToVendorId | string | |
| payToVendorNumber | string | |
| shipToName | string | |
| shipToContact | string | |
| buyFromAddressLine1 | string | |
| buyFromAddressLine2 | string | |
| buyFromCity | string | |
| buyFromCountry | string | |
| buyFromState | string | |
| buyFromPostCode | string | |
| currencyId | string | |
| currencyCode | string | |
| pricesIncludeTax | boolean | |
| paymentTermsId | string | |
| shipmentMethodId | string | |
| purchaser | string | |
| requestedReceiptDate | string | |
| discountAmount | number | |
| discountAppliedBeforeTax | boolean | |
| totalAmountExcludingTax | number | |
| totalTaxAmount | number | |
| totalAmountIncludingTax | number | |
| fullyReceived | boolean | |
| status | string | |
| lastModifiedDateTime | string | |
| purchaseOrderLines | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PurchaseOrder",
"title": "PurchaseOrder",
"type": "object",
"properties": {
"@odata.etag": {
"type": "string",
"example": "example_value"
},
"id": {
"type": "string",
"format": "uuid",
"description": "The unique identifier of the purchase order",
"example": "abc123"
},
"number": {
"type": "string",
"description": "The purchase order number",
"maxLength": 20,
"example": "example_value"
},
"orderDate": {
"type": "string",
"format": "date",
"description": "The order date",
"example": "2026-01-15"
},
"postingDate": {
"type": "string",
"format": "date",
"description": "The posting date",
"example": "2026-01-15"
},
"vendorId": {
"type": "string",
"format": "uuid",
"description": "The vendor ID",
"example": "500123"
},
"vendorNumber": {
"type": "string",
"description": "The vendor number",
"maxLength": 20,
"example": "example_value"
},
"vendorName": {
"type": "string",
"description": "The vendor name",
"maxLength": 100,
"example": "example_value"
},
"payToName": {
"type": "string",
"maxLength": 100,
"example": "example_value"
},
"payToVendorId": {
"type": "string",
"format": "uuid",
"example": "500123"
},
"payToVendorNumber": {
"type": "string",
"maxLength": 20,
"example": "example_value"
},
"shipToName": {
"type": "string",
"maxLength": 100,
"example": "example_value"
},
"shipToContact": {
"type": "string",
"maxLength": 100,
"example": "example_value"
},
"buyFromAddressLine1": {
"type": "string",
"maxLength": 100,
"example": "example_value"
},
"buyFromAddressLine2": {
"type": "string",
"maxLength": 50,
"example": "example_value"
},
"buyFromCity": {
"type": "string",
"maxLength": 30,
"example": "example_value"
},
"buyFromCountry": {
"type": "string",
"maxLength": 10,
"example": "example_value"
},
"buyFromState": {
"type": "string",
"maxLength": 20,
"example": "example_value"
},
"buyFromPostCode": {
"type": "string",
"maxLength": 20,
"example": "example_value"
},
"currencyId": {
"type": "string",
"format": "uuid",
"example": "500123"
},
"currencyCode": {
"type": "string",
"maxLength": 10,
"example": "example_value"
},
"pricesIncludeTax": {
"type": "boolean",
"example": true
},
"paymentTermsId": {
"type": "string",
"format": "uuid",
"example": "500123"
},
"shipmentMethodId": {
"type": "string",
"format": "uuid",
"example": "500123"
},
"purchaser": {
"type": "string",
"maxLength": 20,
"example": "example_value"
},
"requestedReceiptDate": {
"type": "string",
"format": "date",
"example": "2026-01-15"
},
"discountAmount": {
"type": "number",
"format": "decimal",
"example": 42.5
},
"discountAppliedBeforeTax": {
"type": "boolean",
"example": true
},
"totalAmountExcludingTax": {
"type": "number",
"format": "decimal",
"readOnly": true,
"example": 42.5
},
"totalTaxAmount": {
"type": "number",
"format": "decimal",
"readOnly": true,
"example": 42.5
},
"totalAmountIncludingTax": {
"type": "number",
"format": "decimal",
"readOnly": true,
"example": 42.5
},
"fullyReceived": {
"type": "boolean",
"readOnly": true,
"example": true
},
"status": {
"type": "string",
"enum": [
"Draft",
"In Review",
"Open",
"Released"
],
"readOnly": true,
"example": "Draft"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"readOnly": true,
"example": "2026-01-15T10:30:00Z"
},
"purchaseOrderLines": {
"type": "array",
"items": {
"$ref": "#/components/schemas/PurchaseOrderLine"
},
"example": []
}
}
}
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/navision-purchaseorder"
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.