kyc-references
Operations addressed under /kyc-references — 5 operations.
get-kyc-reference-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<KycReferenceDto>.
| Field | Declared type | Nullable |
|---|---|---|
CitizenId | string | no |
IsSuccess | bool? | yes |
Description | string | no |
CreatedDate | DateTime | no |
ModifiedDate | DateTime? | yes |
CustomerId | Guid? | yes |
ReferenceId | string | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-kyc-reference-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.
citizenIdcreatedDatecustomerIddescriptionidisSuccessmodifiedDatereferenceIdcreate-kyc-reference
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-kyc-reference › Request Body
citizenIdcustomerIddescriptionisSuccessreferenceIdcreate-kyc-reference › 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-kyc-reference-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 KycReferenceDto.
| Field | Declared type | Nullable |
|---|---|---|
CitizenId | string | no |
IsSuccess | bool? | yes |
Description | string | no |
CreatedDate | DateTime | no |
ModifiedDate | DateTime? | yes |
CustomerId | Guid? | yes |
ReferenceId | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_INTGRTN_53 | 400 | KYC_REFERENCE_NOT_FOUND | KYC reference cannot be found. |
path Parameters
idget-kyc-reference-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-kyc-reference
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_53 | 400 | KYC_REFERENCE_NOT_FOUND | KYC reference cannot be found. |
path Parameters
idupdate-kyc-reference › Request Body optional
customerIddescriptionisSuccessreferenceidupdate-kyc-reference › 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-kyc-reference
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_53 | 400 | KYC_REFERENCE_NOT_FOUND | KYC reference cannot be found. |
path Parameters
iddelete-kyc-reference › 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.