Client Currency Refs

The ClientCurrencyRef table in the Core package serves as a reference table that stores information about currencies used by clients. It includes fields for the unique identification of each currency, its ISO code, currency symbol, and the associated client details. This table facilitates the management of multiple currencies across client accounts, enabling accurate financial transactions and reporting. Additionally, it supports localization and currency conversion features, ensuring that client interactions are seamless and contextually appropriate in diverse financial environments.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

The ClientCurrencyRefId is an identity field of data type int within the ClientCurrencyRef table. It serves as the primary key, uniquely identifying each record in the table. This field is automatically incremented with each new entry, ensuring that each ClientCurrencyRefId is distinct and can be used to efficiently reference individual currency records associated with clients.

int32

ClientId: An integer field that uniquely identifies each client in the ClientCurrencyRef table, associating specific currency data with individual clients for efficient data retrieval and management.

string | null

The CurrencyId field in the ClientCurrencyRef table is of data type nvarchar with a maximum length of 3 characters. This field is designed to store a unique identifier for various currencies, allowing for the representation of currency codes (such as 'USD', 'EUR', 'JPY') while ensuring compatibility with internationalization standards. It serves as a reference point for associating clients with their respective currencies in the database.

string | null

The Currency that is used by the client and needs to be included in the client environment.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!