Read an entry by key from Consolidation Ledger.
GET {{baseUrl}}/ConsolidationLedger('{{ConsolidationLedger}}')?$select=ConsolidationLedger_Text,to_CnsldtnLedgerT&$expand=to_CnsldtnLedgerT,to_CnsldtnLedgerT
Read an entry by key from Consolidation Ledger.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$select | string | Select properties to be returned, see Select | |
$expand | string | Expand related entities, see Expand |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"d":{"ConsolidationLedger":"\u003cstring\u003e","ConsolidationLedger_Text":"\u003cstring\u003e","GroupCurrency":"\u003cstring\u003e","to_CnsldtnLedgerT":{"results":[{"ConsolidationLedger":"\u003cstring\u003e","Language":"\u003cstring\u003e","ConsolidationLedgerText":"\u003cstring\u003e","to_CnsldtnLedger":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.ConsolidationLedgerType detected\u003e"}},{"ConsolidationLedger":"\u003cstring\u003e","Language":"\u003cstring\u003e","ConsolidationLedgerText":"\u003cstring\u003e","to_CnsldtnLedger":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.ConsolidationLedgerType detected\u003e"}}]}}}