person-info-changes
Operations addressed under /person-info-changes — 3 operations.
get-person-info-changed-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<PersonInfoChangedDto>.
| Field | Declared type | Nullable |
|---|---|---|
ExternalServiceResultId | Guid | no |
Citizenid | string | no |
StartDate | DateOnly? | yes |
EndDate | DateOnly? | yes |
ChangeType | string | no |
CorrelationId | Guid? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-person-info-changed-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-person-info-changed
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-person-info-changed › Request Body
changeTypecitizenidendDateexternalServiceResultIdstartDatecorrelationIdcreate-person-info-changed › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-person-info-changed-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 PersonInfoChangedDto.
| Field | Declared type | Nullable |
|---|---|---|
ExternalServiceResultId | Guid | no |
Citizenid | string | no |
StartDate | DateOnly? | yes |
EndDate | DateOnly? | yes |
ChangeType | string | no |
CorrelationId | Guid? | yes |
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-person-info-changed-by-citizenid › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.