LedgerTransactionDate¶
Example Json Object
1{
2 "documentDate": "2019-08-24T14:15:22Z",
3 "userDocumentDate": "2019-08-24",
4 "postingDate": "2019-08-24",
5 "transactionDate": "2019-08-24",
6 "translationDate": "2019-08-24",
7 "fiscalVariantId": 0,
8 "fiscalVariantDisplayId": "string",
9 "calendarType": "REGULAR_CALENDAR",
10 "fiscalYear": 0,
11 "fiscalPeriod": 0
12}
📄 Description: Data structure representing the date associated with a ledger transaction, crucial for maintaining accurate financial records and facilitating effective account management within the General Ledger.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
documentDate |
string(date-time) |
false |
none |
Date of the document |
userDocumentDate |
string(date) |
false |
none |
Date of the user document |
postingDate |
string(date) |
false |
none |
Date of the posting |
transactionDate |
string(date) |
false |
none |
Date of the transaction |
translationDate |
string(date) |
false |
none |
Date of the translation |
fiscalVariantId |
integer(int64) |
false |
none |
Unique identifier for the fiscal variant |
fiscalVariantDisplayId |
string |
false |
none |
Unique identifier for the fiscal variant display |
calendarType |
string |
false |
none |
Type of the calendar |
fiscalYear |
integer(int32) |
false |
none |
Numeric value representing fiscalYear |
fiscalPeriod |
integer(int32) |
false |
none |
Numeric value representing fiscalPeriod |
Enumerated Values
Attribute |
Value |
|---|---|
calendarType |
FISCAL_VARIANT, REGULAR_CALENDAR, _360 |