Microsoft Dynamics NAV · Example Payload

Automation Scheduled Job Example

A sample description.

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Top-level fields

idcategorystatusdescriptionerrorMessagestartDateTimeendDateTime

Example Payload

Raw ↑
{
  "id": "abc123",
  "category": "example_value",
  "status": "example_value",
  "description": "A sample description.",
  "errorMessage": "example_value",
  "startDateTime": "example_value",
  "endDateTime": "example_value"
}