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: postPath:
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/dndexception
- Delete a DND exception
- Method: deletePath:
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/dndexception/{id}
- Get all DND exceptions
- Method: getPath:
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/dndexception
- Get DND exception details by ID
- Method: getPath:
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/dndexception/{id}
- Update DND exception
- Method: putPath:
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/dndexception/{id}