...
...
...
...
Table of Contents |
---|
...
...
...
Apiary | |||||||||
JSON Schema response |
|
Purpose
This WS is designed to return INNM detail.
...
Input parameters (filters)
...
Check exist Medication by $.id.
if invalid - return 404 error (message: "Medication is not found!")
...
- if invalid - return 409 eror (message: "Type of record by id is not MEDICATION !")
Prepare & return response data structure
- Fill response WS data structure Validate response using JSON schemas (!!! TBD)Return 422 with list of validation errors in case validation fails (422 EView)