Read an entry by key from Transaction Currency.

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

Read an entry by key from 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"}}]}}}