v1.0 REST Endpoints

Randomization and Supplies/Dispensation Logic/v1.0
The operations from the Randomization and Supplies/Dispensation Logic/v1.0 category.
Create DND exception
Method: post
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/dndexception
Delete a DND exception
Method: delete
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/dndexception/{id}
Get all DND exceptions
Method: get
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/dndexception
Get DND exception details by ID
Method: get
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/dndexception/{id}
Update DND exception
Method: put
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/dndexception/{id}