Purpose
This WS is designed to return Request for Medication request detail.
APIary
get-request-for-medication-request-by-id
Input parameters (filters)
- id
Logic WS
- Verify the validity of access token
- Check user scopes in order to perform this action (scope = 'request_for_medication_request:read')
Search Requests for Medication request by id in WS url:
SELECT * FROM requests_for_medication_request WHERE id=$.id AND legal_entity_id = $.context.legal_entity_id
Response (output)
- Return object with responce structure from WS Create Medication Request SP.
- If according to filters requests are not found, WS returns 404 error message ("Not found request!").