Currencies Previous Month

Shows the balance grouped by currency.

Body Params
string
required
length between 1 and 128

CurrencyId is an nvarchar data type with a maximum length of 128. CurrencyId is the primary key for the CurrencyPrevMonth table and is used to uniquely identify a given currency type when stored in the CurrencyPrevMonth table.

double | null

The ClosingBalance field of data type decimal in the table CurrencyPrevMonth stores the closing value of a currency at the end of the preceding month. It is used to track the currency value for a given period of time.

string | null

The BusinessUnitDescription nvarchar field in the CurrencyPrevMonth table stores the short description for the business unit associated with a given currency from the previous month. The data type of the field is nvarchar and the maximum length allowed is 256.

double | null

The BalanceDifference field of the CurrencyPrevMonth table represents the difference in balance between the currency from the previous month and the currency at the present time. The field data type is decimal.

date-time
required

The StatementDate field stores the date on which the report for the CurrencyPrevMonth table was generated. It is stored in a date data type for easy sorting and searching.

double | null

ReportingClosingBalance is a decimal field in the CurrencyPrevMonth table which stores the closing balance of a currency at the end of a reporting period.

Response
200

OK

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