generalLedgerSetup resource type
Represents a general ledger setup in Business Central.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
Method | Return Type | Description |
---|---|---|
GET generalLedgerSetup | generalLedgerSetup | Gets a general ledger setup object. |
Properties
Property | Type | Description |
---|---|---|
id | GUID | The unique ID of the general ledger setup. Non-editable. |
allowPostingFrom | date | |
allowPostingTo | date | |
additionalReportingCurrency | string | |
localCurrencyCode | string | |
localCurrencySymbol | string | |
lastModifiedDateTime | datetime | The last datetime the general ledger setup was modified. Read-Only. |
allowQueryFromConsolidation | boolean |
JSON representation
Here is a JSON representation of the generalLedgerSetup resource.
{
"id": "GUID",
"allowPostingFrom": "date",
"allowPostingTo": "date",
"additionalReportingCurrency": "string",
"localCurrencyCode": "string",
"localCurrencySymbol": "string",
"lastModifiedDateTime": "datetime",
"allowQueryFromConsolidation": "boolean"
}