MappingGlFieldOption¶
Example Json Object
1{
2 "field": "string",
3 "captionKey": "string",
4 "caption": "string",
5 "customReference": true
6}
📄 Description: Data transfer object representing a mapping of general ledger field options, facilitating the alignment of ledger entries, transactions, and accounts within financial records.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
field |
string |
false |
none |
Represents a specific attribute related to ledger entries, transactions, accounts, or financial records within the General Ledger API. |
captionKey |
string |
false |
none |
The captionKey is a unique string identifier used to reference specific captions associated with ledger entries, transactions, accounts, and financial records within the General Ledger API. |
caption |
string |
false |
none |
Descriptive text associated with a ledger entry, providing context for transactions within financial records and accounts. |
customReference |
boolean |
false |
none |
Boolean flag indicating customReference status |