assignments
Operations addressed under /assignments — 21 operations.
get-allotment-assignment-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<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.
query Parameters
orderByorderSortpageIndexpageSizeget-allotment-assignment-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.
allotmentAmountallotmentDateallotmentStatusPermitted values — validated against the allotment_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Evaluating | en: Evaluating · tr: Evaluating · ar: تقييم |
2 | Rejected | en: Rejected · tr: Rejected · ar: مرفوض |
3 | Active | tr: Aktif |
4 | Frozen | tr: Dondurulmuş |
5 | Cancelled | tr: İptal |
6 | Expired | tr: Vadesi Bitmiş |
currencyNumbercustomerIdfinancialAnalysisIdidvalidityEndDatecreate-allotment-assignment
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 AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
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_10 | 400 | CUSTOMER_HAS_AN_ALLOTMENT_FOR_CURRENT_DATE | Customer has already an allotment which contains the currenct date. |
ERR_ALLTMNT_16 | 400 | ALLOTMENT_TYPE_MUST_BE_UNQUIE_FOR_EACH_ASSIGNMENT | Each allotment type can have only one assignment. |
ERR_ALLTMNT_18 | 400 | ASSIGNMENT_END_DATE_CANNOT_BE_SMALLER_THAN_PRODUCT_END_DATE | Validity end date of an assignment on product cannot be further than validity end date of customers allotment. |
ERR_ALLTMNT_20 | 400 | CUSTOMER_HAS_AN_ALLOTMENT_FOR_CURRENT_DATE_AND_PRODUCT | Customer has already an allotment on the given product: {0} which contains the currenct date. |
ERR_ALLTMNT_9 | 400 | ALLOTMENT_TYPE_AMOUNT_MUST_BE_LESS_THAN_ALLOTMENT_AMOUNT | Allotment Type Amount cannot be greater than the Allotment Amount. |
create-allotment-assignment › Request Body
allotmentAmountcurrencyNumbercustomerIdfinancialAnalysisIdcalculatedIncomeexternalCalculatedLimitinternalCalculatedLimitvalidityDaycreate-allotment-assignment › 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.
idget-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
customerIdquery Parameters
orderByorderSortpageIndexpageSizeget-allotment-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.
allotmentAmountallotmentDateallotmentStatusPermitted values — validated against the allotment_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Evaluating | en: Evaluating · tr: Evaluating · ar: تقييم |
2 | Rejected | en: Rejected · tr: Rejected · ar: مرفوض |
3 | Active | tr: Aktif |
4 | Frozen | tr: Dondurulmuş |
5 | Cancelled | tr: İptal |
6 | Expired | tr: Vadesi Bitmiş |
currencyNumbercustomerIdexternalCalculatedLimitfinancialAnalysisIdidinternalCalculatedLimitvalidityEndDateget-customer-allotment-assignment-by-product-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 ProductAllotmentAssignmentDto.
| Field | Declared type | Nullable |
|---|---|---|
CustomerId | Guid | no |
FinancialAnalysisId | Guid? | yes |
AllotmentAmount | decimal | no |
CurrencyNumber | string | no |
AllotmentAssignmentProductId | Guid | no |
AllotmentProductId | Guid | no |
ProductAllotmentDate | DateTime | no |
ProductValidityEndDate | DateTime | no |
ProductAllotmentAmount | decimal | no |
AllotmentStatus | int | no |
Details | List<AllotmentAssignmentDetailDto> (collection) | no |
Fields | List<AssignmentProductFieldDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
customerIdallotmentProductIdquery Parameters
dateget-customer-allotment-assignment-by-product-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.
allotmentAmountallotmentAssignmentProductIdallotmentProductIdallotmentStatusPermitted values — validated against the allotment_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Evaluating | en: Evaluating · tr: Evaluating · ar: تقييم |
2 | Rejected | en: Rejected · tr: Rejected · ar: مرفوض |
3 | Active | tr: Aktif |
4 | Frozen | tr: Dondurulmuş |
5 | Cancelled | tr: İptal |
6 | Expired | tr: Vadesi Bitmiş |
currencyNumbercustomerIdfinancialAnalysisIdidproductAllotmentAmountproductAllotmentDateproductValidityEndDateget-allotment-assignment-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 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.
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
idget-allotment-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.
allotmentAmountallotmentDateallotmentStatusPermitted values — validated against the allotment_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Evaluating | en: Evaluating · tr: Evaluating · ar: تقييم |
2 | Rejected | en: Rejected · tr: Rejected · ar: مرفوض |
3 | Active | tr: Aktif |
4 | Frozen | tr: Dondurulmuş |
5 | Cancelled | tr: İptal |
6 | Expired | tr: Vadesi Bitmiş |
currencyNumbercustomerIdfinancialAnalysisIdidvalidityEndDateupdate-allotment-assignment
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_10 | 400 | CUSTOMER_HAS_AN_ALLOTMENT_FOR_CURRENT_DATE | Customer has already an allotment which contains the currenct date. |
ERR_ALLTMNT_11 | 400 | ALLOTMENT_ASSIGNMENT_MUST_BE_EXIST | Allotment assignment is cannot be found with the given: {0}. |
ERR_ALLTMNT_18 | 400 | ASSIGNMENT_END_DATE_CANNOT_BE_SMALLER_THAN_PRODUCT_END_DATE | Validity end date of an assignment on product cannot be further than validity end date of customers allotment. |
ERR_ALLTMNT_9 | 400 | ALLOTMENT_TYPE_AMOUNT_MUST_BE_LESS_THAN_ALLOTMENT_AMOUNT | Allotment Type Amount cannot be greater than the Allotment Amount. |
path Parameters
idupdate-allotment-assignment › Request Body
allotmentAmountvalidityEndDatecalculatedIncomeexternalCalculatedLimitinternalCalculatedLimitupdate-allotment-assignment › 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-allotment-assignment-collateral
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
idcreate-allotment-assignment-collateral › 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-allotment-assignment-collateral
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}. |
ERR_ALLTMNT_21 | 400 | ALLOTMENT_COLLATERAL_MUST_BE_EXIST | Allotment collateral is cannot be found with the given allotment collateral:{0}. |
ERR_ALLTMNT_22 | 400 | ALLOTMENT_COLLATERAL_MUST_NOT_BE_USED_IN_ASSIGNMENT_PRODUCT | Allotment collateral cannot be deleted. It is used in allotment assignment product. |
path Parameters
idallotmentCollateralIddelete-allotment-assignment-collateral › 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.
get-allotment-assignment-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<AllotmentAssignmentCommentDto>.
| Field | Declared type | Nullable |
|---|---|---|
AssignmentCommentId | Guid | no |
AssignmentComment | string | no |
UserId | Guid | no |
CommentDate | DateTime | no |
Member names are the service's declaration names.
path Parameters
idget-allotment-assignment-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.
assignmentCommentassignmentCommentIdcommentDateuserIdcreate-allotment-assignment-comment
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 AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
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_11 | 400 | ALLOTMENT_ASSIGNMENT_MUST_BE_EXIST | Allotment assignment is cannot be found with the given: {0}. |
path Parameters
idcreate-allotment-assignment-comment › Request Body
assignmentCommentcommentDateuserIdcreate-allotment-assignment-comment › 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.
idupdate-allotment-assignment-comment
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}. |
ERR_ALLTMNT_17 | 400 | ASSIGNMENT_COMMENT_MUST_BE_EXITS | Allotment assignment comment is cannot be found with the given assignment comment: {0}. |
path Parameters
idassignmentCommentIdupdate-allotment-assignment-comment › 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-allotment-assignment-comment
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}. |
ERR_ALLTMNT_17 | 400 | ASSIGNMENT_COMMENT_MUST_BE_EXITS | Allotment assignment comment is cannot be found with the given assignment comment: {0}. |
path Parameters
idassignmentCommentIddelete-allotment-assignment-comment › 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-allotment-assignment-detail
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}. |
ERR_ALLTMNT_16 | 400 | ALLOTMENT_TYPE_MUST_BE_UNQUIE_FOR_EACH_ASSIGNMENT | Each allotment type can have only one assignment. |
ERR_ALLTMNT_9 | 400 | ALLOTMENT_TYPE_AMOUNT_MUST_BE_LESS_THAN_ALLOTMENT_AMOUNT | Allotment Type Amount cannot be greater than the Allotment Amount. |
path Parameters
idcreate-allotment-assignment-detail › 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.
update-allotment-assignment-detail
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}. |
ERR_ALLTMNT_16 | 400 | ALLOTMENT_TYPE_MUST_BE_UNQUIE_FOR_EACH_ASSIGNMENT | Each allotment type can have only one assignment. |
ERR_ALLTMNT_19 | 400 | PRODUCT_ALLOTMENT_AMOUNT_CANNOT_BE_GREATER_THAN_RELATED_TYPE_AMOUNT | Product Allotment Amount cannot be greater than the related Allotment Type Amount. |
ERR_ALLTMNT_28 | 400 | ASSIGNMENT_DETAIL_MUST_BE_EXIST | Allotment assignment detail is cannot be found with the given allotment detail: {0}. |
ERR_ALLTMNT_9 | 400 | ALLOTMENT_TYPE_AMOUNT_MUST_BE_LESS_THAN_ALLOTMENT_AMOUNT | Allotment Type Amount cannot be greater than the Allotment Amount. |
path Parameters
idallotmentAssignmentDetailIdupdate-allotment-assignment-detail › Request Body
allotmentTypePermitted values — validated against the allotment_type parameter.
| Value | Meaning |
|---|---|
1 | Cash |
2 | Non-Cash |
Permitted values — validated against the allotment_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Cash | tr: Nakdi |
2 | Non-Cash | tr: GayriNakdi |
allotmentTypeAmountupdate-allotment-assignment-detail › 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.
update-allotment-assignment-with-product-detail
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_10 | 400 | CUSTOMER_HAS_AN_ALLOTMENT_FOR_CURRENT_DATE | Customer has already an allotment which contains the currenct date. |
ERR_ALLTMNT_11 | 400 | ALLOTMENT_ASSIGNMENT_MUST_BE_EXIST | Allotment assignment is cannot be found with the given: {0}. |
ERR_ALLTMNT_18 | 400 | ASSIGNMENT_END_DATE_CANNOT_BE_SMALLER_THAN_PRODUCT_END_DATE | Validity end date of an assignment on product cannot be further than validity end date of customers allotment. |
ERR_ALLTMNT_19 | 400 | PRODUCT_ALLOTMENT_AMOUNT_CANNOT_BE_GREATER_THAN_RELATED_TYPE_AMOUNT | Product Allotment Amount cannot be greater than the related Allotment Type Amount. |
ERR_ALLTMNT_24 | 400 | ASSIGNMENT_PRODUCT_MUST_BE_EXIST | Allotment assignment product is cannot be found with given allotment assignment product:{0}. |
ERR_ALLTMNT_28 | 400 | ASSIGNMENT_DETAIL_MUST_BE_EXIST | Allotment assignment detail is cannot be found with the given allotment detail: {0}. |
ERR_ALLTMNT_9 | 400 | ALLOTMENT_TYPE_AMOUNT_MUST_BE_LESS_THAN_ALLOTMENT_AMOUNT | Allotment Type Amount cannot be greater than the Allotment Amount. |
path Parameters
idupdate-allotment-assignment-with-product-detail › Request Body
allotmentAmountvalidityEndDatecalculatedIncomeexternalCalculatedLimitinternalCalculatedLimitupdate-allotment-assignment-with-product-detail › 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.
get-allotment-assignment-product-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<AllotmentAssignmentProductDto>.
| Field | Declared type | Nullable |
|---|---|---|
AllotmentAssignmentProductId | Guid | no |
AllotmentProductId | Guid | no |
AllotmentDate | DateTime | no |
ValidityEndDate | DateTime | no |
ProductAllotmentAmount | decimal | no |
Fields | List<AssignmentProductFieldDto> (collection) | no |
ProductCollaterals | List<AssignmentProductCollateralDto> (collection) | no |
Member names are the service's declaration names.
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
idquery Parameters
orderByorderSortpageIndexpageSizeget-allotment-assignment-product-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.
allotmentAssignmentProductIdallotmentDateallotmentProductIdproductAllotmentAmountvalidityEndDatecreate-allotment-assignment-product
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}. |
ERR_ALLTMNT_18 | 400 | ASSIGNMENT_END_DATE_CANNOT_BE_SMALLER_THAN_PRODUCT_END_DATE | Validity end date of an assignment on product cannot be further than validity end date of customers allotment. |
ERR_ALLTMNT_20 | 400 | CUSTOMER_HAS_AN_ALLOTMENT_FOR_CURRENT_DATE_AND_PRODUCT | Customer has already an allotment on the given product: {0} which contains the currenct date. |
path Parameters
idcreate-allotment-assignment-product › 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.
update-allotment-assignment-product
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}. |
ERR_ALLTMNT_18 | 400 | ASSIGNMENT_END_DATE_CANNOT_BE_SMALLER_THAN_PRODUCT_END_DATE | Validity end date of an assignment on product cannot be further than validity end date of customers allotment. |
ERR_ALLTMNT_19 | 400 | PRODUCT_ALLOTMENT_AMOUNT_CANNOT_BE_GREATER_THAN_RELATED_TYPE_AMOUNT | Product Allotment Amount cannot be greater than the related Allotment Type Amount. |
ERR_ALLTMNT_24 | 400 | ASSIGNMENT_PRODUCT_MUST_BE_EXIST | Allotment assignment product is cannot be found with given allotment assignment product:{0}. |
path Parameters
idallotmentAssignmentProductIdupdate-allotment-assignment-product › Request Body
productAllotmentAmountvalidityEndDateupdate-allotment-assignment-product › 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-allotment-assignment-product-collateral
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}. |
ERR_ALLTMNT_12 | 400 | COLLATERAL_MUST_BE_RELATED_TO_ASSIGNMENT | Collateral is cannot be found in Assignment Collaterals with given:{0}. |
ERR_ALLTMNT_13 | 400 | COLLATERAL_MUST_BE_UNIQUE_FOR_PRODUCT | It is not allowed to relate one collateral:{0} to more than one allotment product assignment. |
ERR_ALLTMNT_24 | 400 | ASSIGNMENT_PRODUCT_MUST_BE_EXIST | Allotment assignment product is cannot be found with given allotment assignment product:{0}. |
ERR_ALLTMNT_25 | 400 | COLLATERAL_AMOUNT_CANNOT_BE_EXCEEDED | maxAmount cannot be greater than the collateralAmount. Collateral:{0}. |
path Parameters
idallotmentAssignmentProductIdcreate-allotment-assignment-product-collateral › 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.
update-allotment-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-allotment-assignment-status › Request Body
allotmentStatusPermitted values — validated against the allotment_status parameter.
| Value | Meaning |
|---|---|
1 | Evaluating |
2 | Rejected |
3 | Active |
4 | Frozen |
5 | Cancelled |
6 | Expired |
Permitted values — validated against the allotment_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Evaluating | en: Evaluating · tr: Evaluating · ar: تقييم |
2 | Rejected | en: Rejected · tr: Rejected · ar: مرفوض |
3 | Active | tr: Aktif |
4 | Frozen | tr: Dondurulmuş |
5 | Cancelled | tr: İptal |
6 | Expired | tr: Vadesi Bitmiş |
update-allotment-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.
Update Allotment Assignment Successful Video Call Date
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the update-allotment-assignment-successful-vid-call-date service definition through PUT /assignments/{id}/succ-vid-call-date.
Turkish display name: Tahsisat Ataması Başarılı Video Görüşme Tarihi Güncellemesi
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 Allotment Assignment Successful Video Call Date › 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.