provisions
Operations addressed under /provisions — 2 operations.
aurax-bff-redirect-get-provision-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-provision-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<ProvisionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ProvisionType | int | no |
FollowTypeId | Guid? | yes |
DebtAmount | decimal | no |
ProvisionAmount | decimal | no |
AccountingEntryId | Guid? | yes |
ReversedAccountingEntryId | Guid? | yes |
ReversedDate | DateOnly? | yes |
Status | int | no |
ProvisionDate | DateOnly? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-provision-list › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Response records carried by this page.
totalTotal matching records, ignoring paging.
aurax-bff-redirect-get-provision-item-list-by-provision-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-provision-item-list-by-provision-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<ProvisionItemDto>.
| Field | Declared type | Nullable |
|---|---|---|
LoanId | Guid | no |
ProvisionId | Guid | no |
CustomerId | Guid | no |
CustomerFollowDebtId | Guid? | yes |
DelayDayCount | int | no |
DebtAmount | decimal | no |
ProvisionAmount | decimal | no |
ProvisionRate | decimal? | yes |
ProvisionItemDetails | List<ProvisionItemDetailDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
provisionIdquery Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-provision-item-list-by-provision-id › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Response records carried by this page.
totalTotal matching records, ignoring paging.