Microsoft Dynamics NAV · Schema
Vendor
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision
Properties
| Name | Type | Description |
|---|---|---|
| @odata.etag | string | |
| id | string | The unique identifier of the vendor |
| number | string | The vendor number |
| displayName | string | The vendor display name |
| addressLine1 | string | First line of the address |
| addressLine2 | string | Second line of the address |
| city | string | The city |
| state | string | The state or province code |
| country | string | The country/region code |
| postalCode | string | The postal code |
| phoneNumber | string | The phone number |
| string | The email address | |
| website | string | The website URL |
| taxRegistrationNumber | string | The tax registration number |
| currencyId | string | The currency ID |
| currencyCode | string | The currency code |
| paymentTermsId | string | The payment terms ID |
| paymentMethodId | string | The payment method ID |
| taxLiable | boolean | Whether the vendor is tax liable |
| blocked | string | Whether the vendor is blocked |
| balance | number | The vendor balance |
| lastModifiedDateTime | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Vendor",
"type": "object",
"properties": {
"@odata.etag": {
"type": "string"
},
"id": {
"type": "string",
"description": "The unique identifier of the vendor"
},
"number": {
"type": "string",
"description": "The vendor number"
},
"displayName": {
"type": "string",
"description": "The vendor display name"
},
"addressLine1": {
"type": "string",
"description": "First line of the address"
},
"addressLine2": {
"type": "string",
"description": "Second line of the address"
},
"city": {
"type": "string",
"description": "The city"
},
"state": {
"type": "string",
"description": "The state or province code"
},
"country": {
"type": "string",
"description": "The country/region code"
},
"postalCode": {
"type": "string",
"description": "The postal code"
},
"phoneNumber": {
"type": "string",
"description": "The phone number"
},
"email": {
"type": "string",
"description": "The email address"
},
"website": {
"type": "string",
"description": "The website URL"
},
"taxRegistrationNumber": {
"type": "string",
"description": "The tax registration number"
},
"currencyId": {
"type": "string",
"description": "The currency ID"
},
"currencyCode": {
"type": "string",
"description": "The currency code"
},
"paymentTermsId": {
"type": "string",
"description": "The payment terms ID"
},
"paymentMethodId": {
"type": "string",
"description": "The payment method ID"
},
"taxLiable": {
"type": "boolean",
"description": "Whether the vendor is tax liable"
},
"blocked": {
"type": "string",
"description": "Whether the vendor is blocked"
},
"balance": {
"type": "number",
"description": "The vendor balance"
},
"lastModifiedDateTime": {
"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/business-central-v2-vendor"
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.