enqura-qualify
Operations addressed under /enqura-qualify — 2 operations.
Create Enqura Qualify Token
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the create-enqura-qualify-token service definition through POST /enqura-qualify/access-token.
Response body, read from the service source
The route declares its response as CreateEnquraQualifyTokenDto.
| Field | Declared type | Nullable |
|---|---|---|
IsSuccessful | bool | no |
ReferenceId | string | no |
Token | string | no |
Member names are the service's declaration names.
Create Enqura Qualify Token › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
Session Qualify
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the session-qualify service definition through POST /enqura-qualify/sessions.
Response body, read from the service source
The route declares its response as ExternalServiceResultDto<GetEnquraQualifySessionDto>.
| Field | Declared type | Nullable |
|---|---|---|
IsSuccessful | bool | no |
Email | string | no |
Citizenid | string | no |
Phone | string | no |
CallType | string | no |
ReferenceId | Guid | no |
PartnerCode | string | no |
FaceResult | int | no |
OcrResult | bool | no |
NfcResult | bool | no |
EnquraResult | string | no |
EnquraReference | string | no |
Consents | List<string> (collection) | no |
Occupations | List<Occupation> (collection) | no |
Incomes | List<Income> (collection) | no |
Member names are the service's declaration names.
Session Qualify › Request Body
loadContentloadDetailssessionUIdSession Qualify › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.