...
Page Properties | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||
|
Purpose
Method to Get all legal entities parties from ehealth system as a raw data as a part of data exchange to do some operations on PIS side (data enrichment, search)
...
Run cron-job to prepare data based on schedule (
LEGALPARTIES_ENTITIES_BULK_UPLOAD_SCHEDULE
)Generate file that contains all the data from
legal_entities
parties
tableGenerate N files depending on
PIS_BULK_ACTIONS_MAX_DEPTH
with data changed in 1-2-3 .. N daysUpload files to
MEDIA_STORAGE_BULK_ACTIONS_BUCKET
...
Input parameter | Mandatory | Type | Description | Example | |
---|---|---|---|---|---|
1 | |||||
2 |
Request structure
See on API-specification
Expand | |||||
---|---|---|---|---|---|
| |||||
|
...
Verify that MIS API token exists in request
in case of error - return 401 (“Api key is not set")
Verify the validity of MIS API token
in case of error - return 401 (“Invalid api key”)
Verify that MIS API token is not expired
in case of error - return 401 (“Invalid api key”)
Check MIS scopes in order to perform this action (scope = 'legal_entityparty_bulk:read_pis')
return 403 (“Your scope does not allow to access this resource. Missing allowances: legal_entityparty_bulk:read_pis”) in case of invalid scope(s)
...
Validate parameters by type and format
Parameter | Type | Format |
---|---|---|
depth | integer | Positive number without fraction components |
Processing
N/A
Response structure examples
See on API-specification
Expand | |||||
---|---|---|---|---|---|
| |||||
|
...