Microsoft Dynamics NAV · JSON Structure

Business Central V2 Vendor Payment Journal Structure

Type: object Properties: 6
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

id code displayName lastModifiedDateTime balancingAccountId balancingAccountNumber

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VendorPaymentJournal",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "lastModifiedDateTime": {
      "type": "string"
    },
    "balancingAccountId": {
      "type": "string"
    },
    "balancingAccountNumber": {
      "type": "string"
    }
  }
}