identities
Operations addressed under /identities — 5 operations.
get-person-address
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the get-person-address service definition through GET /identities/person-addresses.
Response body, read from the service source
The route declares its response as ExternalServiceResultDto<PersonAddressDto>.
| Field | Declared type | Nullable |
|---|---|---|
Citizenid | string | no |
BirthDate | DateOnly? | yes |
AddressType | int? | yes |
AddressSource | int? | yes |
AddressOpenText | string | no |
ForeignAddress | string | no |
CountryId | int? | yes |
Country | string | no |
RegionCode | string | no |
Region | string | no |
CityCode | string | no |
City | string | no |
DistrictCode | string | no |
District | string | no |
NeihgbourhoodCode | string | no |
Neihgbourhood | string | no |
StreetCode | string | no |
Street | string | no |
BuildingCode | string | no |
Building | string | no |
SectionCode | string | no |
Section | string | no |
AddressNumber | string | no |
CreatedDate | DateTime | no |
Member names are the service's declaration names.
query Parameters
birthDatecitizenNumberqueryTypequeryDayNumberget-person-address › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-person-info-changed
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
query Parameters
changeTypecitizenNumberendDatepageNumberstartDateget-person-info-changed › 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.
externalServiceResultIdget-person-info
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
query Parameters
birthDatecitizenNumberget-person-info › 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.
externalServiceResultIdget-person-registration-changed
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the get-person-registration-changed service definition through GET /identities/person-registration-changes.
Response body, read from the service source
The route declares its response as ExternalServiceResultDto<PersonRegistrationChangedDto>.
| Field | Declared type | Nullable |
|---|---|---|
PersonRegistrationChangeds | List<PersonChanged> (collection) | no |
Member names are the service's declaration names.
query Parameters
changedTypecitizenidsendDatepageNumberstartDateget-person-registration-changed › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-person-registration
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the get-person-registration service definition through GET /identities/person-registrations.
Response body, read from the service source
The route declares its response as ExternalServiceResultDto<PersonRegistrationDto>.
| Field | Declared type | Nullable |
|---|---|---|
RegistrationType | int? | yes |
Name | string | no |
Surname | string | no |
MotherName | string | no |
FatherName | string | no |
Gender | int? | yes |
MaritalStatus | int? | yes |
PreviousSurname | string | no |
Citizenid | string | no |
BirthDate | DateOnly? | yes |
BirthPlace | string | no |
MotherCitizenid | string | no |
FatherCitizenid | string | no |
SpouseCitizenid | string | no |
CountryId | int? | yes |
Status | int? | yes |
PreviousCitizenid | string | no |
DeathDate | DateOnly? | yes |
Nationality | int? | yes |
IdentityCardType | int? | yes |
IsTemporary | bool? | yes |
RegistrationNumber | string | no |
SerialNumber | string | no |
IssueReason | string | no |
IssueDate | DateOnly? | yes |
IssueOffice | string | no |
ValidityDate | DateOnly? | yes |
ForeignPermissionStartDate | DateOnly? | yes |
ForeignPermissionEndDate | DateOnly? | yes |
ForeignPermissionNumber | string | no |
ForeignPermissionCity | string | no |
Unit | string | no |
FamilyRecordNo | string | no |
PersonRecordNo | string | no |
Binder | string | no |
RegisterCity | string | no |
RegisterDistrict | string | no |
Correlationid | Guid? | yes |
HasGuardian | bool? | yes |
GuardianshipType | int? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_INTGRTN_64 | 400 | KPS_SERVICE_REQUEST_ERROR | Kps Service Request Error {0} |
query Parameters
birthDatecitizenNumberqueryTypequeryDayNumberget-person-registration › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.