aml-infos
Operations addressed under /aml-infos — 5 operations.
get-aml-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<AmlInfoDto>.
| Field | Declared type | Nullable |
|---|---|---|
Citizenid | string | no |
MatchStatus | int? | yes |
RiskLevel | int? | yes |
AssignedUserGuidid | string | no |
TagList | string | no |
TotalRecordCount | int? | yes |
ReturnRecordCount | int? | yes |
StartValue | string | no |
LimitValue | int? | yes |
ReferenceNumber | string | no |
NameSearchType | string | no |
OutReferenceNumber | string | no |
IsWhiteList | bool? | yes |
WhiteListMessage | string | no |
MinMatchRate | int? | yes |
MaxMatchRate | int? | yes |
BirthYear | string | no |
IsSafeList | bool? | yes |
NationalyFilter | string | no |
IsZfs | bool? | yes |
TotalProfileCount | int? | yes |
NameSearchTypeid | int? | yes |
ResultInfo | string | no |
CreatedDate | DateTime | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-aml-info-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-aml-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.
create-aml-info › Request Body
assignedUserGuididbirthYearcitizenidisSafeListisWhiteListisZfslimitValuematchStatusPermitted values — validated against the match_status parameter.
| Value | Meaning |
|---|---|
0 | No Match |
1 | Potential Match |
2 | False Positive |
3 | Corporate |
4 | True Positive |
5 | True Positive Approve |
6 | True Positive Reject |
Permitted values — validated against the match_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
0 | No Match | en: No Match · tr: Eşleşme Yok · ar: لا تطابق |
1 | Potential Match | en: Potential Match · tr: Potansiyel Eşleşme · ar: مطابقة محتملة |
2 | False Positive | en: False Positive · tr: Yanlış Pozitif · ar: إيجابي كاذب |
3 | Corporate | en: Corporate · tr: Kurumsal · ar: شركة |
4 | True Positive | en: True Positive · tr: Doğru Pozitif · ar: إيجابي حقيقي |
5 | True Positive Approve | en: True Positive Approve · tr: Gerçek Pozitif Onayla · ar: إيجابي صحيح موافق |
6 | True Positive Reject | en: True Positive Reject · tr: Gerçek Pozitif Reddet · ar: رفض الإيجابيات الحقيقية |
maxMatchRateminMatchRatenameSearchTypenameSearchTypeidnationalyFilteroutReferenceNumberreferenceNumberresultInforeturnRecordCountriskLevelPermitted values — validated against the risk_level parameter.
| Value | Meaning |
|---|---|
0 | Unknown |
1 | Low |
2 | Medium |
3 | High |
4 | Neutral |
5 | Increased |
6 | Unacceptable |
Permitted values — validated against the risk_level parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
0 | Unknown | en: Unknown · tr: Bilinmeyen · ar: غير معروف |
1 | Low | en: Low · tr: Düşük · ar: منخفض |
2 | Medium | en: Medium · tr: Orta · ar: متوسط |
3 | High | en: High · tr: Yüksek · ar: مرتفع |
4 | Neutral | en: Neutral · tr: Doğal · ar: محايد |
5 | Increased | en: Increased · tr: Artırılmış · ar: زاد |
6 | Unacceptable | en: Unacceptable · tr: Kabul edilemez · ar: غير مقبول |
startValuetagListtotalProfileCounttotalRecordCountwhiteListMessagecreate-aml-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-aml-info-by-citizenid
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 AmlInfoDto.
| Field | Declared type | Nullable |
|---|---|---|
Citizenid | string | no |
MatchStatus | int? | yes |
RiskLevel | int? | yes |
AssignedUserGuidid | string | no |
TagList | string | no |
TotalRecordCount | int? | yes |
ReturnRecordCount | int? | yes |
StartValue | string | no |
LimitValue | int? | yes |
ReferenceNumber | string | no |
NameSearchType | string | no |
OutReferenceNumber | string | no |
IsWhiteList | bool? | yes |
WhiteListMessage | string | no |
MinMatchRate | int? | yes |
MaxMatchRate | int? | yes |
BirthYear | string | no |
IsSafeList | bool? | yes |
NationalyFilter | string | no |
IsZfs | bool? | yes |
TotalProfileCount | int? | yes |
NameSearchTypeid | int? | yes |
ResultInfo | string | no |
CreatedDate | DateTime | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_INTGRTN_17 | 400 | CITIZEN_NUMBER_NOT_FOUND | Citizen Number cannot be found. |
path Parameters
citizenidget-aml-info-by-citizenid › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
delete-aml-info-by-citizenid
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_INTGRTN_72 | 400 | AML_INFO_NOT_FOUND | Aml info not found. |
path Parameters
citizeniddelete-aml-info-by-citizenid › 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-aml-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_INTGRTN_72 | 400 | AML_INFO_NOT_FOUND | Aml info not found. |
path Parameters
iddelete-aml-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.