assignments
Operations addressed under /assignments — 3 operations.
aurax-bff-dynamic-get-available-limit-bpmn
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-available-limit-bpmn-bff; this entry declares none of its own.
Response body, read from the service source
The route declares its response as AvailableLimitDto.
| Field | Declared type | Nullable |
|---|---|---|
AllotmentAmount | decimal | no |
AllotmentAssignmentId | Guid | no |
AllotmentAssignmentProductId | Guid | no |
AllotmentProductId | Guid | no |
AllotmentQueryId | Guid | no |
AvailableAllotmentAmount | decimal | no |
CurrencyNumber | string | no |
CustomerId | Guid | no |
CustomerProductRisk | decimal? | yes |
CustomerRiskId | Guid | no |
ProductAllotmentAmount | decimal | no |
QueryDate | DateTime | no |
IsLimitAvailable | bool | no |
Member names are the service's declaration names.
aurax-bff-dynamic-get-available-limit-bpmn › Request Body
customerIdaccountProductIdtransactionAmountaurax-bff-dynamic-get-available-limit-bpmn › 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-get-allotment-assignment-by-customer-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<AllotmentAssignmentDto>.
| Field | Declared type | Nullable |
|---|---|---|
CustomerId | Guid | no |
FinancialAnalysisId | Guid? | yes |
AllotmentDate | DateTime | no |
ValidityEndDate | DateTime | no |
AllotmentAmount | decimal | no |
ExternalCalculatedLimit | decimal? | yes |
InternalCalculatedLimit | decimal? | yes |
CurrencyNumber | string | no |
AllotmentStatus | int | no |
Collaterals | List<AllotmentCollateralDto> (collection) | no |
Comments | List<AllotmentAssignmentCommentDto> (collection) | no |
Details | List<AllotmentAssignmentDetailDto> (collection) | no |
Products | List<AllotmentAssignmentProductDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
customerIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-allotment-assignment-by-customer-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-get-allotment-assignment-summary-by-customer-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-allotment-assignment-summary-by-customer-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<AllotmentAssignmentSummaryDto>.
| Field | Declared type | Nullable |
|---|---|---|
CustomerId | Guid | no |
AllotmentAmount | decimal? | yes |
ExternalCalculatedLimit | decimal? | yes |
InternalCalculatedLimit | decimal? | yes |
CurrencyNumber | string | no |
AllotmentStatus | int | no |
Details | List<AllotmentAssignmentDetailSummaryDto> (collection) | no |
Products | List<AllotmentAssignmentProductSummaryDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
customerIdaurax-bff-redirect-get-allotment-assignment-summary-by-customer-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.