Microsoft Dynamics NAV · JSON Structure

Business Central V2 Vendor Structure

Type: object Properties: 22
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Vendor is a JSON Structure definition published by Microsoft Dynamics NAV, describing 22 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

@odata.etag id number displayName addressLine1 addressLine2 city state country postalCode phoneNumber email website taxRegistrationNumber currencyId currencyCode paymentTermsId paymentMethodId taxLiable blocked balance lastModifiedDateTime

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Vendor",
  "type": "object",
  "properties": {
    "@odata.etag": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "number": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "addressLine1": {
      "type": "string"
    },
    "addressLine2": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "phoneNumber": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "website": {
      "type": "string"
    },
    "taxRegistrationNumber": {
      "type": "string"
    },
    "currencyId": {
      "type": "string"
    },
    "currencyCode": {
      "type": "string"
    },
    "paymentTermsId": {
      "type": "string"
    },
    "paymentMethodId": {
      "type": "string"
    },
    "taxLiable": {
      "type": "boolean"
    },
    "blocked": {
      "type": "string"
    },
    "balance": {
      "type": "number"
    },
    "lastModifiedDateTime": {
      "type": "string"
    }
  }
}