Read associated entries of Financial Statement Item Type.
GET {{baseUrl}}/FSItemTypeText(Language='{{Language}}',FinancialStatementItemType='{{FinancialStatementItemType}}')/to_CnsldtnFSItemType?$select=FinancialStatementItemType,to_CnsldtnFSItemTypeT&$expand=to_CnsldtnFSItemTypeT,to_CnsldtnFSItemTypeT
Navigate from Financial Statement Item Type Text and read associated entries of Financial Statement Item Type.
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":{"FinancialStatementItemType":"\u003cstring\u003e","FinancialStatementItemType_Text":"\u003cstring\u003e","to_CnsldtnFSItemTypeT":{"results":[{"Language":"\u003cstring\u003e","FinancialStatementItemType":"\u003cstring\u003e","FinancialStatementItemTypeText":"\u003cstring\u003e","to_CnsldtnFSItemType":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.FSItemTypeType detected\u003e"}},{"Language":"\u003cstring\u003e","FinancialStatementItemType":"\u003cstring\u003e","FinancialStatementItemTypeText":"\u003cstring\u003e","to_CnsldtnFSItemType":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.FSItemTypeType detected\u003e"}}]}}}