Microsoft Dynamics NAV · Example Payload

Business Central V2 Employee Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Business Central V2 Employee Example is an example object payload from Microsoft Dynamics NAV, with 23 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnumberdisplayNamegivenNamemiddleNamesurnamejobTitleaddressLine1addressLine2citystatecountrypostalCodephoneNumbermobilePhoneemailpersonalEmailemploymentDateterminationDatestatusbirthDatestatisticsGroupCodelastModifiedDateTime

Example Payload

Raw ↑
{
  "id": "abc123",
  "number": "example_value",
  "displayName": "example_value",
  "givenName": "example_value",
  "middleName": "example_value",
  "surname": "example_value",
  "jobTitle": "example_value",
  "addressLine1": "example_value",
  "addressLine2": "example_value",
  "city": "example_value",
  "state": "example_value",
  "country": "example_value",
  "postalCode": "example_value",
  "phoneNumber": "example_value",
  "mobilePhone": "example_value",
  "email": "user@example.com",
  "personalEmail": "user@example.com",
  "employmentDate": "example_value",
  "terminationDate": "example_value",
  "status": "example_value",
  "birthDate": "example_value",
  "statisticsGroupCode": "example_value",
  "lastModifiedDateTime": "example_value"
}