loan-collections
Operations addressed under /loan-collections — 5 operations.
aurax-bff-redirect-get-loan-collection-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-loan-collection-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<LoanCollectionDto>.
| Field | Declared type | Nullable |
|---|---|---|
LoanProductId | Guid? | yes |
Name | string | no |
Description | string | no |
IsActive | bool | no |
CollectionType | int | no |
FollowTypeId | Guid? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-loan-collection-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-loan-collection-details-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as LoanCollectionDetailsDto.
| Field | Declared type | Nullable |
|---|---|---|
ItemSequences | List<LoanCollectionSequenceDto> (collection) | no |
Taxes | List<TaxDelayPenaltyDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_COLLECTION_2 | 400 | LOAN_COLLECTION_NOT_FOUND | Loan collection cannot be found. : {0} |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-loan-collection-details-by-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
aurax-bff-redirect-update-loan-collection-ui-bpm
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-update-loan-collection-ui-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-loan-collection-sequences-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<LoanCollectionSequenceDto>.
| Field | Declared type | Nullable |
|---|---|---|
SequenceNo | int? | yes |
CollectionItem | int | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_COLLECTION_2 | 400 | LOAN_COLLECTION_NOT_FOUND | Loan collection cannot be found. : {0} |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-loan-collection-sequences-by-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.