Read an entry by key from Transaction Currency Text.
GET {{baseUrl}}/TransactionCurrencyText(Language='{{Language}}',Currency='{{Currency}}')?$select=to_CnsldtnTransactionCurrency,Language&$expand=to_CnsldtnTransactionCurrency,to_CnsldtnTransactionCurrency
Read an entry by key from Transaction Currency Text.
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":{"Language":"\u003cstring\u003e","Currency":"\u003cstring\u003e","TransactionCurrencyText":"\u003cstring\u003e","to_CnsldtnTransactionCurrency":{"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.TransactionCurrencyType detected\u003e"}}}