Central Bank Base Rate API

Manage central bank base rate records

Base URL

https://{tenant}.logzi.com/api/central_bank_base_rate/

Every request returns a JSON response. On success result.code == 1, on failure result.code == 0. The central bank base rate API manages the register of central bank base rates required for calculating late payment interest.

GET /api/central_bank_base_rate/get

Retrieve a single central bank base rate record.

Query parameters

ParameterTypeRequiredDescription
idintID of the record
rate_valuefloatRate value for filtering
rate_namestringRate name for filtering

Example request

GET /api/central_bank_base_rate/get?id=1
X-API-KEY: {your_api_key}
GET /api/central_bank_base_rate/list

Paginated list of central bank base rate records.

Query parameters

ParameterTypeRequiredDescription
list_offsetintPagination offset (default: 0)
list_conditionobjectObject of filter conditions

Example request

GET /api/central_bank_base_rate/list?list_offset=0
X-API-KEY: {your_api_key}
POST /api/central_bank_base_rate/save

Create or update a central bank base rate record. If data.id is provided, an existing record is updated; otherwise a new one is created.

POST fields — data object

FieldTypeRequiredDescription
rate_namestringRate name (e.g. "MNB base rate")
rate_valuefloatRate value as a percentage
rate_date_createstringStart date of validity (YYYY-MM-DD)
idintID of the record to update (for updates)

Example request

POST /api/central_bank_base_rate/save
X-API-KEY: {your_api_key}
Content-Type: application/json

{
  "data": {
    "rate_name": "MNB alapkamat",
    "rate_value": 6.5,
    "rate_date_create": "2024-01-01"
  }
}
POST /api/central_bank_base_rate/delete

Delete a central bank base rate record by ID.

POST fields

FieldTypeRequiredDescription
idintID of the record to delete

Example request

POST /api/central_bank_base_rate/delete
X-API-KEY: {your_api_key}
Content-Type: application/json

{ "id": 1 }

Get in touch with us

Interested in our software? Feel free to write to us!

Need help?

If you can't find the answer and need assistance

Create your account now,
pay later!

Try it free for 3 days, no risk, no obligation!