corporate-assignments
Operations addressed under /corporate-assignments — 6 operations.
aurax-bff-redirect-get-corporate-assignment-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-corporate-assignment-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<CorporateAssignmentDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid? | yes |
AllocationPurpose | int? | yes |
RejectionReason | int? | yes |
Status | int? | yes |
AllotmentNumber | string | no |
CustomerGroupId | Guid? | yes |
OrganizationId | Guid? | yes |
AllotmentDate | DateTime? | yes |
AllotmentValidityDate | DateTime? | yes |
CommitteeId | Guid? | yes |
FinancialAnalysisId | Guid? | yes |
SenderUserId | Guid? | yes |
DecisionNumber | int? | yes |
CurrencyId | int? | yes |
CurrentGeneralRiskAmount | decimal? | yes |
CurrentGeneralLimitAmount | decimal? | yes |
RequestedGeneralLimitAmount | decimal? | yes |
ApprovedGeneralLimitAmount | decimal? | yes |
ProductGroupLimits | List<CorporateProductGroupLimitDto> (collection) | no |
Comments | List<CorporateCommentDto> (collection) | no |
Signatories | List<CorporateCommitteeSignatoryDto> (collection) | no |
GuarantorInfos | List<CorporateGuarantorInfoDto> (collection) | no |
SpecialConditions | List<CorporateSpecialConditionDto> (collection) | no |
Collaterals | List<CorporateCollateralDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-corporate-assignment-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-create-corporate-assignment-ui-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 create-corporate-assignment-ui-bpmn; this entry declares none of its own.
aurax-bff-redirect-create-corporate-assignment-ui-bpmn › Request Body
allocationPurposecommitteeIdcurrencyIdcustomerGroupIdcustomerIdallotmentDateallotmentValidityDatefinancialAnalysisIdorganizationIdsenderUserIdaurax-bff-redirect-create-corporate-assignment-ui-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-corporate-assignment-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-corporate-assignment-by-id; this entry declares none of its own.
INCOMPLETE CONTRACT. The catalog declares 4 response field(s) that this document could NOT place and does not show: the catalog parents this field to a row belonging to a DIFFERENT service, so it is a child of a node that is not part of this contract. So the properties and any required array below are a SUBSET of what the catalog declares, not the whole of it. They are dropped rather than re-attached because placing them would mean guessing which node they belong under, and this document does not guess. See x-aura-incomplete-contract for the field names.
Response body, read from the service source
The route declares its response as CorporateAssignmentDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid? | yes |
AllocationPurpose | int? | yes |
RejectionReason | int? | yes |
Status | int? | yes |
AllotmentNumber | string | no |
CustomerGroupId | Guid? | yes |
OrganizationId | Guid? | yes |
AllotmentDate | DateTime? | yes |
AllotmentValidityDate | DateTime? | yes |
CommitteeId | Guid? | yes |
FinancialAnalysisId | Guid? | yes |
SenderUserId | Guid? | yes |
DecisionNumber | int? | yes |
CurrencyId | int? | yes |
CurrentGeneralRiskAmount | decimal? | yes |
CurrentGeneralLimitAmount | decimal? | yes |
RequestedGeneralLimitAmount | decimal? | yes |
ApprovedGeneralLimitAmount | decimal? | yes |
ProductGroupLimits | List<CorporateProductGroupLimitDto> (collection) | no |
Comments | List<CorporateCommentDto> (collection) | no |
Signatories | List<CorporateCommitteeSignatoryDto> (collection) | no |
GuarantorInfos | List<CorporateGuarantorInfoDto> (collection) | no |
SpecialConditions | List<CorporateSpecialConditionDto> (collection) | no |
Collaterals | List<CorporateCollateralDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ALLTMNT_42 | 400 | CORPORATE_ALLOTMENT_ASSIGNMENT_NOT_FOUND | Corporate allotment assignment not found, ID: {0} |
path Parameters
idaurax-bff-redirect-get-corporate-assignment-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
allocationPurposeallotmentDateallotmentNumberallotmentValidityDateapprovedGeneralLimitAmountcommitteeIdcurrencyIdcurrentGeneralLimitAmountcurrentGeneralRiskAmountcustomerGroupIdcustomerIddecisionNumberfinancialAnalysisIdidorganizationIdrejectionReasonrequestedGeneralLimitAmountsenderUserIdstatusaurax-bff-redirect-update-corporate-assignment-ui-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 update-corporate-assignment-ui-bpmn; this entry declares none of its own.
path Parameters
idPresent in this route template but not among the Route-bound fields of the routing target update-corporate-assignment-ui-bpmn, whose own path is decoupled from this one.
aurax-bff-redirect-update-corporate-assignment-ui-bpmn › Request Body
allocationPurposecommitteeIdcurrencyIdcustomerGroupIdcustomerIdallotmentDateallotmentValidityDatefinancialAnalysisIdorganizationIdsenderUserIdaurax-bff-redirect-update-corporate-assignment-ui-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-get-corporate-product-group-limit-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-corporate-product-group-limit-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<CorporateProductGroupLimitDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CorporateAssignmentId | Guid | no |
CurrentRiskAmount | decimal? | yes |
CurrentLimitAmount | decimal? | yes |
RequestedLimitAmount | decimal? | yes |
ApprovedLimitAmount | decimal? | yes |
LoanProductGroupId | Guid? | yes |
ProductLimits | List<CorporateProductLimitDto> (collection) | no |
Collaterals | List<CorporateCollateralDto> (collection) | no |
Comments | List<CorporateCommentDto> (collection) | no |
SpecialConditions | List<CorporateSpecialConditionDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ALLTMNT_42 | 400 | CORPORATE_ALLOTMENT_ASSIGNMENT_NOT_FOUND | Corporate allotment assignment not found, ID: {0} |
path Parameters
idaurax-bff-get-corporate-product-group-limit-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-get-corporate-product-group-limit-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-corporate-product-group-limit-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as CorporateProductGroupLimitDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CorporateAssignmentId | Guid | no |
CurrentRiskAmount | decimal? | yes |
CurrentLimitAmount | decimal? | yes |
RequestedLimitAmount | decimal? | yes |
ApprovedLimitAmount | decimal? | yes |
LoanProductGroupId | Guid? | yes |
ProductLimits | List<CorporateProductLimitDto> (collection) | no |
Collaterals | List<CorporateCollateralDto> (collection) | no |
Comments | List<CorporateCommentDto> (collection) | no |
SpecialConditions | List<CorporateSpecialConditionDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ALLTMNT_42 | 400 | CORPORATE_ALLOTMENT_ASSIGNMENT_NOT_FOUND | Corporate allotment assignment not found, ID: {0} |
ERR_ALLTMNT_61 | 400 | CORPORATE_PRODUCT_GROUP_LIMIT_NOT_FOUND | Corporate product group limit not found for group ID: {0}. |
path Parameters
idgroupLimitIdaurax-bff-get-corporate-product-group-limit-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
approvedLimitAmountcorporateAssignmentIdcurrentLimitAmountcurrentRiskAmountidloanProductGroupIdrequestedLimitAmount