Microsoft Dynamics NAV · JSON Structure

Business Central V2 Customer Update Structure

Type: object Properties: 14
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

displayName type addressLine1 addressLine2 city state country postalCode phoneNumber email website taxLiable creditLimit blocked

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CustomerUpdate",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "type": {
      "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"
    },
    "taxLiable": {
      "type": "boolean"
    },
    "creditLimit": {
      "type": "number"
    },
    "blocked": {
      "type": "string"
    }
  }
}