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