Microsoft Dynamics NAV · JSON Structure

Business Central V2 Payment Term Structure

Type: object Properties: 8
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

id code displayName dueDateCalculation discountDateCalculation discountPercent calculateDiscountOnCreditMemos lastModifiedDateTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PaymentTerm",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "dueDateCalculation": {
      "type": "string"
    },
    "discountDateCalculation": {
      "type": "string"
    },
    "discountPercent": {
      "type": "number"
    },
    "calculateDiscountOnCreditMemos": {
      "type": "boolean"
    },
    "lastModifiedDateTime": {
      "type": "string"
    }
  }
}