Name | Type | M/O | Description and constraints | Status||||||
---|---|---|---|---|---|---|---|---|---|
id | uuid | M | |||||||
person_infodata | jsonb | M | confidant_person_id | ||||||
uuid | O | mpi_id | uuid | O | if update person and it's id is passed | person_emergency_contacts | jsonb | O | |
status | varchar | M | Dictionary: NEW, APPROVED, SIGNED, CANCELLED, EXPIRED, REJECTED | ||||||
authentication_method_currenctcurrent | jsonb | M | |||||||
channel | varchar | M | |||||||
person_tax_id | varchar | MO | |||||||
person_last_name | varchar | M | |||||||
person_first_name | varchar | M | |||||||
person_birth_date | varchar | M | |||||||
person_documents | jsonb | M | |||||||
documents | jsonb | O | urls for documents | ||||||
printout form | text | M | documents | 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 |