corporate-assignments
Operations addressed under /corporate-assignments — 41 operations.
create-corporate-assignment
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
create-corporate-assignment › Request Body
allocationPurposePermitted values — validated against the allocation_purpose parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | New Allocation | en: New Allocation · tr: Yeni Tahsis · ar: التخصيص الجديد |
2 | Limit Increase | en: Limit Increase · tr: Limit Arttırım · ar: زيادة الحد |
3 | Limit Decrease | en: Limit Decrease · tr: Limit Azaltım · ar: انخفاض الحد |
0 | Cancel | en: Cancel · tr: İptal · ar: إلغاء |
currencyIdcustomerGroupIdcustomerIdallotmentDateallotmentValidityDatecommitteeIdfinancialAnalysisIdorganizationIdsenderUserIdcreate-corporate-assignment › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
idget-corporate-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<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.
path Parameters
customerIdquery Parameters
orderByorderSortpageIndexpageSizeget-corporate-assignment-by-customer-id › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
allocationPurposePermitted values — validated against the allocation_purpose parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | New Allocation | en: New Allocation · tr: Yeni Tahsis · ar: التخصيص الجديد |
2 | Limit Increase | en: Limit Increase · tr: Limit Arttırım · ar: زيادة الحد |
3 | Limit Decrease | en: Limit Decrease · tr: Limit Azaltım · ar: انخفاض الحد |
0 | Cancel | en: Cancel · tr: İptal · ar: إلغاء |
allotmentDateallotmentNumberallotmentValidityDateapprovedGeneralLimitAmountcommitteeIdcurrencyIdcurrentGeneralLimitAmountcurrentGeneralRiskAmountcustomerGroupIdcustomerIddecisionNumberfinancialAnalysisIdidorganizationIdrejectionReasonrequestedGeneralLimitAmountsenderUserIdstatuscreate-corporate-assignment-from-request
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ALLTMNT_41 | 400 | ALLOCATION_VALIDITY_DATE_CANNOT_BE_BEFORE_ALLOCATION_DATE | Allocation validity date cannot be before the allocation date. |
ERR_ALLTMNT_65 | 400 | CORPORATE_ASSIGNMENT_REQUEST_NOT_FOUND | Corporate assignment request not found. Request ID: {0}. |
ERR_ALLTMNT_67 | 400 | INVALID_CORPORATE_ASSIGNMENT_FIELDS_JSON | Failed to deserialize the corporate assignment fields. |
create-corporate-assignment-from-request › Request Body
corporateAssignmentRequestIdcreate-corporate-assignment-from-request › 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.
update-corporate-assignment
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idupdate-corporate-assignment › Request Body
allocationPurposePermitted values — validated against the allocation_purpose parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | New Allocation | en: New Allocation · tr: Yeni Tahsis · ar: التخصيص الجديد |
2 | Limit Increase | en: Limit Increase · tr: Limit Arttırım · ar: زيادة الحد |
3 | Limit Decrease | en: Limit Decrease · tr: Limit Azaltım · ar: انخفاض الحد |
0 | Cancel | en: Cancel · tr: İptal · ar: إلغاء |
allotmentDateallotmentValidityDatecommitteeIdcurrencyIdfinancialAnalysisIdrejectionReasonsenderUserIdupdate-corporate-assignment › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
get-corporate-comment-list
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<CorporateCommentDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CorporateAssignmentId | Guid | no |
CorporateProductGroupLimitId | Guid? | yes |
CorporateProductLimitId | Guid? | yes |
Level | int | no |
Commentary | string | 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_43 | 400 | CORPORATE_ALLOTMENT_ASSIGNMENT_PRODUCT_LIMIT_NOT_FOUND | Corporate allotment assignment product limit 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
idquery Parameters
orderByorderSortpageIndexpageSizeget-corporate-comment-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
commentarycorporateAssignmentIdidcreate-corporate-comment
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idcreate-corporate-comment › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
idget-corporate-comment-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 CorporateCommentDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CorporateAssignmentId | Guid | no |
CorporateProductGroupLimitId | Guid? | yes |
CorporateProductLimitId | Guid? | yes |
Level | int | no |
Commentary | string | 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_43 | 400 | CORPORATE_ALLOTMENT_ASSIGNMENT_PRODUCT_LIMIT_NOT_FOUND | Corporate allotment assignment product limit not found, ID: {0} |
ERR_ALLTMNT_55 | 400 | CORPORATE_ASSIGNMENT_COMMENT_NOT_FOUND | Corporate allotment assignment comment 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
idcommentIdget-corporate-comment-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.
commentarycorporateAssignmentIdidupdate-corporate-comment
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idcommentIdupdate-corporate-comment › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
delete-corporate-comment
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idcommentIddelete-corporate-comment › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
get-corporate-committee-signatory-list
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<CorporateCommitteeSignatoryDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CorporateAssignmentId | Guid | no |
CommitteeSignatoryId | Guid? | yes |
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
idquery Parameters
orderByorderSortpageIndexpageSizeget-corporate-committee-signatory-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
committeeSignatoryIdcorporateAssignmentIdidcreate-corporate-committee-signatory
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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.
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_60 | 400 | COMMITTEE_SIGNATORY_ALREADY_EXISTS | Committee signatory already exists, ID: {0} |
path Parameters
idcreate-corporate-committee-signatory › 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.
get-corporate-committee-signatory-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 CorporateCommitteeSignatoryDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CorporateAssignmentId | Guid | no |
CommitteeSignatoryId | Guid? | yes |
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_56 | 400 | CORPORATE_ASSIGNMENT_COMMITTEE_SIGNATORY_NOT_FOUND | Corporate allotment assignment committee signatory not found, ID: {0} |
path Parameters
idcorporateCommitteeSignatoryIdget-corporate-committee-signatory-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.
committeeSignatoryIdcorporateAssignmentIdidupdate-corporate-committee-signatory
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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_56 | 400 | CORPORATE_ASSIGNMENT_COMMITTEE_SIGNATORY_NOT_FOUND | Corporate allotment assignment committee signatory not found, ID: {0} |
ERR_ALLTMNT_60 | 400 | COMMITTEE_SIGNATORY_ALREADY_EXISTS | Committee signatory already exists, ID: {0} |
path Parameters
idcorporateCommitteeSignatoryIdupdate-corporate-committee-signatory › 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.
delete-corporate-committee-signatory
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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_56 | 400 | CORPORATE_ASSIGNMENT_COMMITTEE_SIGNATORY_NOT_FOUND | Corporate allotment assignment committee signatory not found, ID: {0} |
path Parameters
idcorporateCommitteeSignatoryIddelete-corporate-committee-signatory › 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.
create-corporate-group-limit
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idcreate-corporate-group-limit › Request Body
groupApprovedCashLimitAmountgroupApprovedGeneralLimitAmountgroupApprovedNonCashLimitAmountgroupCurrentCashLimitAmountgroupCurrentCashRiskAmountgroupCurrentGeneralLimitAmountgroupCurrentGeneralRiskAmountgroupCurrentNonCashLimitAmountgroupCurrentNonCashRiskAmountgroupRequestedCashLimitAmountgroupRequestedGeneralLimitAmountgroupRequestedNonCashLimitAmountcreate-corporate-group-limit › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
idupdate-corporate-group-limit
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idlimitIdupdate-corporate-group-limit › Request Body
groupApprovedCashLimitAmountgroupApprovedGeneralLimitAmountgroupApprovedNonCashLimitAmountgroupCurrentCashLimitAmountgroupCurrentCashRiskAmountgroupCurrentGeneralLimitAmountgroupCurrentGeneralRiskAmountgroupCurrentNonCashLimitAmountgroupCurrentNonCashRiskAmountgroupRequestedCashLimitAmountgroupRequestedGeneralLimitAmountgroupRequestedNonCashLimitAmountupdate-corporate-group-limit › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
delete-corporate-group-limit
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idlimitIddelete-corporate-group-limit › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
get-corporate-guarantor-info-list
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<CorporateGuarantorInfoDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
RelationType | int | no |
CustomerId | Guid | no |
CorporateAssignmentId | Guid | no |
GuarantorAmount | decimal | 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
idquery Parameters
orderByorderSortpageIndexpageSizeget-corporate-guarantor-info-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
corporateAssignmentIdcustomerIdguarantorAmountidrelationTypePermitted values — validated against the relation_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Firm Partner | en: Firm Partner · tr: Firma Ortağı · ar: شريك الشركة |
2 | Group Company | en: Group Company · tr: Grup Firması · ar: شركة المجموعة |
3 | Other | en: Other · tr: Diğer · ar: آخر |
create-corporate-guarantor-info
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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.
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_59 | 400 | GUARANTOR_ALREADY_EXISTS | Guarantor already exists, ID: {0} |
path Parameters
idcreate-corporate-guarantor-info › Request Body
customerIdguarantorAmountrelationTypePermitted values — validated against the relation_type parameter.
| Value | Meaning |
|---|---|
1 | Firm Partner |
2 | Group Company |
3 | Other |
Permitted values — validated against the relation_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Firm Partner | en: Firm Partner · tr: Firma Ortağı · ar: شريك الشركة |
2 | Group Company | en: Group Company · tr: Grup Firması · ar: شركة المجموعة |
3 | Other | en: Other · tr: Diğer · ar: آخر |
create-corporate-guarantor-info › 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.
get-corporate-guarantor-info-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 CorporateGuarantorInfoDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
RelationType | int | no |
CustomerId | Guid | no |
CorporateAssignmentId | Guid | no |
GuarantorAmount | decimal | 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_57 | 400 | CORPORATE_ASSIGNMENT_GUARANTOR_INFO_NOT_FOUND | Corporate allotment assignment guarantor info not found, ID: {0} |
path Parameters
idguarantorInfoIdget-corporate-guarantor-info-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.
corporateAssignmentIdcustomerIdguarantorAmountidrelationTypePermitted values — validated against the relation_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Firm Partner | en: Firm Partner · tr: Firma Ortağı · ar: شريك الشركة |
2 | Group Company | en: Group Company · tr: Grup Firması · ar: شركة المجموعة |
3 | Other | en: Other · tr: Diğer · ar: آخر |
update-corporate-guarantor-info
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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_57 | 400 | CORPORATE_ASSIGNMENT_GUARANTOR_INFO_NOT_FOUND | Corporate allotment assignment guarantor info not found, ID: {0} |
ERR_ALLTMNT_59 | 400 | GUARANTOR_ALREADY_EXISTS | Guarantor already exists, ID: {0} |
path Parameters
idguarantorInfoIdupdate-corporate-guarantor-info › Request Body
customerIdguarantorAmountrelationTypePermitted values — validated against the relation_type parameter.
| Value | Meaning |
|---|---|
1 | Firm Partner |
2 | Group Company |
3 | Other |
Permitted values — validated against the relation_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Firm Partner | en: Firm Partner · tr: Firma Ortağı · ar: شريك الشركة |
2 | Group Company | en: Group Company · tr: Grup Firması · ar: شركة المجموعة |
3 | Other | en: Other · tr: Diğer · ar: آخر |
update-corporate-guarantor-info › 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.
delete-corporate-guarantor-info
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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_57 | 400 | CORPORATE_ASSIGNMENT_GUARANTOR_INFO_NOT_FOUND | Corporate allotment assignment guarantor info not found, ID: {0} |
path Parameters
idguarantorInfoIddelete-corporate-guarantor-info › 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.
create-corporate-product-group-limit
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idcreate-corporate-product-group-limit › Request Body
approvedLimitAmountcurrentLimitAmountcurrentRiskAmountloanProductGroupIdrequestedLimitAmountcreate-corporate-product-group-limit › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
idupdate-corporate-product-group-limit
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idgroupLimitIdupdate-corporate-product-group-limit › Request Body
approvedLimitAmountcurrentLimitAmountcurrentRiskAmountloanProductGroupIdrequestedLimitAmountupdate-corporate-product-group-limit › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
delete-corporate-product-group-limit
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idgroupLimitIddelete-corporate-product-group-limit › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
get-corporate-product-limit-collateral-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idgroupLimitIdquery Parameters
limitIdorderByorderSortpageIndexpageSizeget-corporate-product-limit-collateral-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
collateralTypeIdcorporateProductLimitIdidisMandatoryusageRatecreate-corporate-product-limit-collateral
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idgroupLimitIdcreate-corporate-product-limit-collateral › Request Body
collateralTypeIdusageRateisMandatorylimitIdcreate-corporate-product-limit-collateral › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
idget-corporate-product-limit-collateral-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Declared as Route-bound but absent from the route template, so not sendable: corporateColleteralId.
path Parameters
idgroupLimitIdcorporateCollateralIdPresent in the route template but not declared as a Route-bound field in the catalog.
get-corporate-product-limit-collateral-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.
collateralTypeIdcorporateProductLimitIdidisMandatoryusageRateupdate-corporate-product-limit-collateral
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Declared as Route-bound but absent from the route template, so not sendable: corporateColleteralId.
path Parameters
idgroupLimitIdcorporateCollateralIdPresent in the route template but not declared as a Route-bound field in the catalog.
update-corporate-product-limit-collateral › Request Body
collateralTypeIdusageRateisMandatoryupdate-corporate-product-limit-collateral › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
delete-corporate-product-limit-collateral
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Declared as Route-bound but absent from the route template, so not sendable: corporateColleteralId.
path Parameters
idgroupLimitIdcorporateCollateralIdPresent in the route template but not declared as a Route-bound field in the catalog.
delete-corporate-product-limit-collateral › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
get-corporate-product-limit-list
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<CorporateProductLimitDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CorporateProductGroupLimitId | Guid | no |
CurrentRiskAmount | decimal? | yes |
CurrentLimitAmount | decimal? | yes |
RequestedLimitAmount | decimal? | yes |
ApprovedLimitAmount | decimal? | yes |
LoanProductId | Guid? | yes |
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
idgroupLimitIdquery Parameters
orderByorderSortpageIndexpageSizeget-corporate-product-limit-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
approvedLimitAmountcorporateProductGroupLimitIdcurrentLimitAmountcurrentRiskAmountidloanProductIdrequestedLimitAmountcreate-corporate-product-limit
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idgroupLimitIdcreate-corporate-product-limit › Request Body
currentLimitAmountloanProductIdrequestedLimitAmountapprovedLimitAmountcurrentRiskAmountcreate-corporate-product-limit › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
idget-corporate-product-limit-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 CorporateProductLimitDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CorporateProductGroupLimitId | Guid | no |
CurrentRiskAmount | decimal? | yes |
CurrentLimitAmount | decimal? | yes |
RequestedLimitAmount | decimal? | yes |
ApprovedLimitAmount | decimal? | yes |
LoanProductId | Guid? | yes |
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_43 | 400 | CORPORATE_ALLOTMENT_ASSIGNMENT_PRODUCT_LIMIT_NOT_FOUND | Corporate allotment assignment product limit 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
idgroupLimitIdlimitIdget-corporate-product-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.
approvedLimitAmountcorporateProductGroupLimitIdcurrentLimitAmountcurrentRiskAmountidloanProductIdrequestedLimitAmountupdate-corporate-product-limit
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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_43 | 400 | CORPORATE_ALLOTMENT_ASSIGNMENT_PRODUCT_LIMIT_NOT_FOUND | Corporate allotment assignment product limit 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
idgroupLimitIdlimitIdupdate-corporate-product-limit › Request Body optional
approvedLimitAmountcurrentLimitAmountcurrentRiskAmountloanProductIdrequestedLimitAmountupdate-corporate-product-limit › 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.
delete-corporate-product-limit
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idgroupLimitIdlimitIddelete-corporate-product-limit › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
get-corporate-special-condition-list
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<CorporateSpecialConditionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CorporateAssignmentId | Guid | no |
CorporateProductGroupLimitId | Guid? | yes |
CorporateProductLimitId | Guid? | yes |
Level | int | no |
SpecialCondition | string | 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_43 | 400 | CORPORATE_ALLOTMENT_ASSIGNMENT_PRODUCT_LIMIT_NOT_FOUND | Corporate allotment assignment product limit 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
idquery Parameters
orderByorderSortpageIndexpageSizeget-corporate-special-condition-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
corporateAssignmentIdidspecialConditioncreate-corporate-special-condition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idcreate-corporate-special-condition › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
idget-corporate-special-condition-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 CorporateSpecialConditionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CorporateAssignmentId | Guid | no |
CorporateProductGroupLimitId | Guid? | yes |
CorporateProductLimitId | Guid? | yes |
Level | int | no |
SpecialCondition | string | 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_43 | 400 | CORPORATE_ALLOTMENT_ASSIGNMENT_PRODUCT_LIMIT_NOT_FOUND | Corporate allotment assignment product limit not found, ID: {0} |
ERR_ALLTMNT_58 | 400 | CORPORATE_ASSIGNMENT_SPECIAL_CONDITION_NOT_FOUND | Corporate allotment assignment special condition 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
idspecialConditionIdget-corporate-special-condition-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.
corporateAssignmentIdidspecialConditionupdate-corporate-special-condition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idspecialConditionIdupdate-corporate-special-condition › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
delete-corporate-special-condition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idspecialConditionIddelete-corporate-special-condition › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
update-corporate-assignment-status
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ALLTMNT_11 | 400 | ALLOTMENT_ASSIGNMENT_MUST_BE_EXIST | Allotment assignment is cannot be found with the given: {0}. |
path Parameters
idupdate-corporate-assignment-status › 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.