Microsoft Dynamics NAV · Schema
JournalLine
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| journalId | string | |
| journalDisplayName | string | |
| lineNumber | integer | |
| accountType | string | |
| accountId | string | |
| accountNumber | string | |
| postingDate | string | |
| documentNumber | string | |
| externalDocumentNumber | string | |
| amount | number | |
| description | string | |
| comment | string | |
| taxCode | string | |
| balanceAccountType | string | |
| balanceAccountNumber | string | |
| lastModifiedDateTime | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "JournalLine",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"journalId": {
"type": "string"
},
"journalDisplayName": {
"type": "string"
},
"lineNumber": {
"type": "integer"
},
"accountType": {
"type": "string"
},
"accountId": {
"type": "string"
},
"accountNumber": {
"type": "string"
},
"postingDate": {
"type": "string"
},
"documentNumber": {
"type": "string"
},
"externalDocumentNumber": {
"type": "string"
},
"amount": {
"type": "number"
},
"description": {
"type": "string"
},
"comment": {
"type": "string"
},
"taxCode": {
"type": "string"
},
"balanceAccountType": {
"type": "string"
},
"balanceAccountNumber": {
"type": "string"
},
"lastModifiedDateTime": {
"type": "string"
}
}
}