Microsoft Dynamics NAV · JSON Structure

Business Central V2 Employee Structure

Type: object Properties: 23
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

id number displayName givenName middleName surname jobTitle addressLine1 addressLine2 city state country postalCode phoneNumber mobilePhone email personalEmail employmentDate terminationDate status birthDate statisticsGroupCode lastModifiedDateTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Employee",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "number": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "givenName": {
      "type": "string"
    },
    "middleName": {
      "type": "string"
    },
    "surname": {
      "type": "string"
    },
    "jobTitle": {
      "type": "string"
    },
    "addressLine1": {
      "type": "string"
    },
    "addressLine2": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "phoneNumber": {
      "type": "string"
    },
    "mobilePhone": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "personalEmail": {
      "type": "string"
    },
    "employmentDate": {
      "type": "string"
    },
    "terminationDate": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "birthDate": {
      "type": "string"
    },
    "statisticsGroupCode": {
      "type": "string"
    },
    "lastModifiedDateTime": {
      "type": "string"
    }
  }
}