CustomerPaymentJournal

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
id string
code string
displayName string
lastModifiedDateTime string
balancingAccountId string
balancingAccountNumber string
View JSON Schema on GitHub

JSON Schema

business-central-v2-customer-payment-journal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CustomerPaymentJournal",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "lastModifiedDateTime": {
      "type": "string"
    },
    "balancingAccountId": {
      "type": "string"
    },
    "balancingAccountNumber": {
      "type": "string"
    }
  }
}