Read associated entries of Transaction Currency.

GET {{baseUrl}}/TransactionCurrencyText(Language='{{Language}}',Currency='{{Currency}}')/to_CnsldtnTransactionCurrency?$select=Currency,Currency_Text&$expand=to_CnsldtnTransCurrencyT,to_CnsldtnTransCurrencyT

Navigate from Transaction Currency Text and read associated entries of Transaction Currency.

Request Params

KeyDatatypeRequiredDescription
$selectstringSelect properties to be returned, see Select
$expandstringExpand related entities, see Expand

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"d":{"Currency":"\u003cstring\u003e","Currency_Text":"\u003cstring\u003e","to_CnsldtnTransCurrencyT":{"results":[{"Language":"\u003cstring\u003e","Currency":"\u003cstring\u003e","TransactionCurrencyText":"\u003cstring\u003e","to_CnsldtnTransactionCurrency":{"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.TransactionCurrencyType detected\u003e"}},{"Language":"\u003cstring\u003e","Currency":"\u003cstring\u003e","TransactionCurrencyText":"\u003cstring\u003e","to_CnsldtnTransactionCurrency":{"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.TransactionCurrencyType detected\u003e"}}]}}}