Microsoft Dynamics NAV · Example Payload

Automation Configuration Package Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Automation Configuration Package Example is an example object payload from Microsoft Dynamics NAV, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcodepackageNamelanguageIdproductVersionprocessingOrderexcludeConfigurationTablesnumberOfTablesnumberOfRecordsnumberOfErrorsimportStatusapplyStatus

Example Payload

Raw ↑
{
  "id": "abc123",
  "code": "example_value",
  "packageName": "example_value",
  "languageId": "500123",
  "productVersion": "example_value",
  "processingOrder": 10,
  "excludeConfigurationTables": true,
  "numberOfTables": 10,
  "numberOfRecords": 10,
  "numberOfErrors": 10,
  "importStatus": "example_value",
  "applyStatus": "example_value"
}