customer-risk-levels
Operations addressed under /customer-risk-levels — 8 operations.
get-customer-risk-level-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<CustomerRiskLevelDto>.
| Field | Declared type | Nullable |
|---|---|---|
CustomerId | Guid | no |
Level | int | no |
Score | decimal? | yes |
Status | int | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-customer-risk-level-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.
customerIdidlevelPermitted values — validated against the person_risk_level parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | No KKB | en: No KKB · tr: No KKB · ar: لا يوجد ك.ك.ب. |
2 | Ever Clean | en: Ever Clean · tr: Ever Clean · ar: إيفر كلين |
3 | Current Dirty | en: Current Dirty · tr: Kirli · ar: قذر حاليًا |
4 | Historic Dirty | en: Historic Dirty · tr: Geçmişi Kirli · ar: قذر تاريخي |
5 | Thin File | en: IMMature · tr: IMMature · ar: غير ناضج |
6 | Vip | no label seeded |
scorestatusPermitted values — validated against the person_risk_level_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Aktif | en: Active · tr: Aktif · ar: نشط |
2 | Pasif | en: Passive · tr: Pasif · ar: سلبي |
create-customer-risk-level
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.
create-customer-risk-level › Request Body
customerIdlevelPermitted values — validated against the person_risk_level parameter.
| Value | Meaning |
|---|---|
1 | No KKB |
2 | Ever Clean |
3 | Current Dirty |
4 | Historic Dirty |
5 | IMMature |
6 | Vip |
Permitted values — validated against the person_risk_level parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | No KKB | en: No KKB · tr: No KKB · ar: لا يوجد ك.ك.ب. |
2 | Ever Clean | en: Ever Clean · tr: Ever Clean · ar: إيفر كلين |
3 | Current Dirty | en: Current Dirty · tr: Kirli · ar: قذر حاليًا |
4 | Historic Dirty | en: Historic Dirty · tr: Geçmişi Kirli · ar: قذر تاريخي |
5 | Thin File | en: IMMature · tr: IMMature · ar: غير ناضج |
6 | Vip | no label seeded |
scorecreate-customer-risk-level › 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-customer-risk-level-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 CustomerRiskLevelDto.
| Field | Declared type | Nullable |
|---|---|---|
CustomerId | Guid | no |
Level | int | no |
Score | decimal? | yes |
Status | int | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_RISKMNG_12 | 400 | CUSTOMER_RISK_LEVEL_NOT_FOUND | Person risk level cannot be found. :{0} |
path Parameters
idget-customer-risk-level-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.
customerIdidlevelPermitted values — validated against the person_risk_level parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | No KKB | en: No KKB · tr: No KKB · ar: لا يوجد ك.ك.ب. |
2 | Ever Clean | en: Ever Clean · tr: Ever Clean · ar: إيفر كلين |
3 | Current Dirty | en: Current Dirty · tr: Kirli · ar: قذر حاليًا |
4 | Historic Dirty | en: Historic Dirty · tr: Geçmişi Kirli · ar: قذر تاريخي |
5 | Thin File | en: IMMature · tr: IMMature · ar: غير ناضج |
6 | Vip | no label seeded |
scorestatusPermitted values — validated against the person_risk_level_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Aktif | en: Active · tr: Aktif · ar: نشط |
2 | Pasif | en: Passive · tr: Pasif · ar: سلبي |
update-customer-risk-level
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_RISKMNG_12 | 400 | CUSTOMER_RISK_LEVEL_NOT_FOUND | Person risk level cannot be found. :{0} |
path Parameters
idupdate-customer-risk-level › Request Body
levelPermitted values — validated against the person_risk_level parameter.
| Value | Meaning |
|---|---|
1 | No KKB |
2 | Ever Clean |
3 | Current Dirty |
4 | Historic Dirty |
5 | IMMature |
6 | Vip |
Permitted values — validated against the person_risk_level parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | No KKB | en: No KKB · tr: No KKB · ar: لا يوجد ك.ك.ب. |
2 | Ever Clean | en: Ever Clean · tr: Ever Clean · ar: إيفر كلين |
3 | Current Dirty | en: Current Dirty · tr: Kirli · ar: قذر حاليًا |
4 | Historic Dirty | en: Historic Dirty · tr: Geçmişi Kirli · ar: قذر تاريخي |
5 | Thin File | en: IMMature · tr: IMMature · ar: غير ناضج |
6 | Vip | no label seeded |
scoreupdate-customer-risk-level › 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-customer-risk-level-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 CustomerRiskLevelDetailDto.
| Field | Declared type | Nullable |
|---|---|---|
Histories | List<CustomerRiskLevelHistoryDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_RISKMNG_12 | 400 | CUSTOMER_RISK_LEVEL_NOT_FOUND | Person risk level cannot be found. :{0} |
path Parameters
idget-customer-risk-level-details-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.
customerIdidlevelPermitted values — validated against the person_risk_level parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | No KKB | en: No KKB · tr: No KKB · ar: لا يوجد ك.ك.ب. |
2 | Ever Clean | en: Ever Clean · tr: Ever Clean · ar: إيفر كلين |
3 | Current Dirty | en: Current Dirty · tr: Kirli · ar: قذر حاليًا |
4 | Historic Dirty | en: Historic Dirty · tr: Geçmişi Kirli · ar: قذر تاريخي |
5 | Thin File | en: IMMature · tr: IMMature · ar: غير ناضج |
6 | Vip | no label seeded |
scorestatusPermitted values — validated against the person_risk_level_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Aktif | en: Active · tr: Aktif · ar: نشط |
2 | Pasif | en: Passive · tr: Pasif · ar: سلبي |
get-customer-risk-level-history-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<CustomerRiskLevelHistoryDto>.
| Field | Declared type | Nullable |
|---|---|---|
BeginDate | DateTime? | yes |
EndDate | DateTime? | yes |
Level | int | no |
Reason | int | no |
Description | string | no |
Score | decimal? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_RISKMNG_12 | 400 | CUSTOMER_RISK_LEVEL_NOT_FOUND | Person risk level cannot be found. :{0} |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-customer-risk-level-history-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.
beginDatedescriptionendDateidlevelPermitted values — validated against the person_risk_level parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | No KKB | en: No KKB · tr: No KKB · ar: لا يوجد ك.ك.ب. |
2 | Ever Clean | en: Ever Clean · tr: Ever Clean · ar: إيفر كلين |
3 | Current Dirty | en: Current Dirty · tr: Kirli · ar: قذر حاليًا |
4 | Historic Dirty | en: Historic Dirty · tr: Geçmişi Kirli · ar: قذر تاريخي |
5 | Thin File | en: IMMature · tr: IMMature · ar: غير ناضج |
6 | Vip | no label seeded |
reasonPermitted values — validated against the risk_level_change_reason parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | KKB Datası | en: KKB Data · tr: KKB Datası · ar: بيانات KKB |
2 | DGFin'deki borçlar | en: Debt in DGFin · tr: DGFin'deki borçlar · ar: الديون في DGFin |
scorecreate-customer-risk-level-history
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_RISKMNG_12 | 400 | CUSTOMER_RISK_LEVEL_NOT_FOUND | Person risk level cannot be found. :{0} |
ERR_RISKMNG_13 | 400 | CUSTOMER_RISK_LEVEL_HISTORY_DATE_VALIDATION | not published in this snapshot |
path Parameters
idcreate-customer-risk-level-history › Request Body
beginDatelevelPermitted values — validated against the person_risk_level parameter.
| Value | Meaning |
|---|---|
1 | No KKB |
2 | Ever Clean |
3 | Current Dirty |
4 | Historic Dirty |
5 | IMMature |
6 | Vip |
Permitted values — validated against the person_risk_level parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | No KKB | en: No KKB · tr: No KKB · ar: لا يوجد ك.ك.ب. |
2 | Ever Clean | en: Ever Clean · tr: Ever Clean · ar: إيفر كلين |
3 | Current Dirty | en: Current Dirty · tr: Kirli · ar: قذر حاليًا |
4 | Historic Dirty | en: Historic Dirty · tr: Geçmişi Kirli · ar: قذر تاريخي |
5 | Thin File | en: IMMature · tr: IMMature · ar: غير ناضج |
6 | Vip | no label seeded |
reasonPermitted values — validated against the risk_level_change_reason parameter.
| Value | Meaning |
|---|---|
1 | KKB Data |
2 | Debt in DGFin |
Permitted values — validated against the risk_level_change_reason parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | KKB Datası | en: KKB Data · tr: KKB Datası · ar: بيانات KKB |
2 | DGFin'deki borçlar | en: Debt in DGFin · tr: DGFin'deki borçlar · ar: الديون في DGFin |
descriptionendDatescorecreate-customer-risk-level-history › 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-customer-risk-level-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_RISKMNG_12 | 400 | CUSTOMER_RISK_LEVEL_NOT_FOUND | Person risk level cannot be found. :{0} |
path Parameters
idupdate-customer-risk-level-status › Request Body
statusPermitted values — validated against the person_risk_level_status parameter.
| Value | Meaning |
|---|---|
1 | Active |
2 | Passive |
Permitted values — validated against the person_risk_level_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Aktif | en: Active · tr: Aktif · ar: نشط |
2 | Pasif | en: Passive · tr: Pasif · ar: سلبي |
update-customer-risk-level-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.