Update vaccinations bulk
General
This endpoint handles bulk update of previously registered vaccinations
Important!
This bulk operation is transactional meaning if validation fails for one vaccination the whole bulk is discarded.
Validation
Se: Validation
Endpoint details
url:
{BASE_URL}/immunizations/bulk
(PUT)
request body:
- profile: https://simplifier.net/nvr/nvrimmunizationreport
- example: https://simplifier.net/NVR/immunization-report-example/~json
Possible responses
- Success: response code 201
- Validation error(s) - code 400 (bad request)
- Unauthorized - code 401
- Forbidden - code 403
- Unexpected error - code 500
- Service Unavailable - code 503