CustomApplicationReferenceDto¶
Example Json Object
1{
2 "key": "string",
3 "dataType": "STRING",
4 "value": {}
5}
📄 Description: Data transfer object representing a custom application reference within the General Ledger domain, encapsulating essential details related to ledger entries, transactions, accounts, and financial records.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
key |
string |
false |
none |
Text value for key in CustomApplicationReferenceDto |
dataType |
string |
false |
none |
Type of the data |
value |
object |
false |
none |
Object containing value details |
Enumerated Values
Attribute |
Value |
|---|---|
dataType |
BIG_DECIMAL, BOOLEAN, DATE, DATETIME, DOUBLE, INTEGER, LONG, STRING |