Microsoft Dynamics NAV · Example Payload

Business Central V2 Payment Term Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Top-level fields

idcodedisplayNamedueDateCalculationdiscountDateCalculationdiscountPercentcalculateDiscountOnCreditMemoslastModifiedDateTime

Example Payload

Raw ↑
{
  "id": "abc123",
  "code": "example_value",
  "displayName": "example_value",
  "dueDateCalculation": "example_value",
  "discountDateCalculation": "example_value",
  "discountPercent": 42.5,
  "calculateDiscountOnCreditMemos": true,
  "lastModifiedDateTime": "example_value"
}