interest-accruals
Operations addressed under /interest-accruals — 3 operations.
aurax-bff-redirect-get-interest-accrual-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-interest-accrual-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<InterestAccrualDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
AccountId | Guid? | yes |
AccountProductId | Guid? | yes |
InterestRate | decimal? | yes |
InterestAccrualDate | DateOnly? | yes |
GrossAmount | decimal? | yes |
TaxAmount | decimal? | yes |
NetAmount | decimal? | yes |
CurrencyId | int? | yes |
AccrualAccountingEntryId | Guid? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-interest-accrual-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-redirect-create-interest-accrual
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target create-interest-accrual; this entry declares none of its own.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
aurax-bff-redirect-create-interest-accrual › Request Body
accountIdaccountProductIdcurrencyIdaccrualAccountingEntryIdgrossAmountinterestAccrualDateinterestRatenetAmounttaxAmountaurax-bff-redirect-create-interest-accrual › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
aurax-bff-redirect-get-interest-accrual-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-interest-accrual-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as InterestAccrualDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
AccountId | Guid? | yes |
AccountProductId | Guid? | yes |
InterestRate | decimal? | yes |
InterestAccrualDate | DateOnly? | yes |
GrossAmount | decimal? | yes |
TaxAmount | decimal? | yes |
NetAmount | decimal? | yes |
CurrencyId | int? | yes |
AccrualAccountingEntryId | Guid? | yes |
Member names are the service's declaration names.
path Parameters
idaurax-bff-redirect-get-interest-accrual-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.