EPR1 | Owner register new employee with type 'Pharmacist' and with valid accreditation category | - status - "NEW",
- employee_type - "PHARMACIST"
- name - valid
- birth_date - valid (18+)
- documents - valid
- tax_id - valid
- phones - valid
- educations - valid
- speciality_type - PHARMASICT
- ACCREDITATION_CATEGORY - is not null
| Response 200 - Employee saved in DB with status APPROVED
| - Get Pharmacy_owner authorize token
- Authorize scopes owner
- Exchange grant token owner
- Create employee request
- Pass register steps via link in email
|
|
EPR2 | Owner register new employee with type 'Pharmacist' and with empty accreditation category | - status - "NEW",
- employee_type - "PHARMACIST"
- name - valid
- birth_date - valid (18+)
- documents - valid
- tax_id - valid
- phones - valid
- educations - valid
- speciality_type - PHARMASICT
- ACCREDITATION_CATEGORY - null
| Response ???? | - Get Pharmacy_owner authorize token
- Authorize scopes owner
- Exchange grant token owner
- Create employee request
- ????
|
|