ЕСОЗ - публічна документація
DataModel Person request
Name | Type | M/O | Description and constraints | |
---|---|---|---|---|
id | uuid | M | ||
data | jsonb | M | ||
mpi_id | uuid | O | if update person and it's id is passed | |
status | varchar | M | Dictionary: NEW, APPROVED, SIGNED, CANCELLED, EXPIRED, REJECTED | |
authentication_method_current | jsonb | M | ||
channel | varchar | M | ||
tax_id | varchar | O | ||
last_name | varchar | M | ||
first_name | varchar | M | ||
birth_date | varchar | M | ||
person_documents | jsonb | M | ||
documents | jsonb | O | urls for documents | |
printout form | text | O | ||
inserted_at | timestamp | M | ||
inserted_by | UUID | M | ||
updated_at | timestamp | M | ||
updated_by | uuid | M | ||
authorize_with | uuid | O | identifier of person's auth method |
Person authentication method
Name | Type | M/O | Description |
---|---|---|---|
id | UUID | M | |
person_id | UUID | M | |
third_person_id | UUID | M | |
alias | varchar | M | |
status | varchar | M | |
person_authentication_method_currenct | jsonb | M | |
third_person_authentication_method_currenct | jsonb | M | |
inserted_at | timestamp | M | |
inserted_by | UUID | M | |
updated_at | timestamp | M | |
updated_by | UUID | M |
ЕСОЗ - публічна документація