v2.0 REST Endpoints

Sites and Depots/Labs/v2.0
The operations from the Sites and Depots/Labs/v2.0 category.
Create a lab
Method: post
Path: /ec-site-svc/rest/v2.0/studies/{studyId}/{mode}/labs
Create an association between a lab and a study site
Method: post
Path: /ec-site-svc/rest/v2.0/studies/{studyId}/{mode}/labs/siteslabs
Create or update lab normals for a study lab
Method: put
Path: /ec-site-svc/rest/v2.0/studies/{studyId}/{mode}/labs/{studyLabId}/labnormals
Delete the lab and study site association
Method: delete
Path: /ec-site-svc/rest/v2.0/studies/{studyId}/{mode}/siteslabs
Get all lab normals for a study lab
Method: get
Path: /ec-site-svc/rest/v2.0/studies/{studyId}/{mode}/labs/{studyLabId}/labnormals
Get all lab normals for given search criterias
Method: get
Path: /ec-site-svc/rest/v2.0/studies/{studyId}/{mode}/labs/{studyLabId}/labnormals/lookup
Get all labs associated with a given site
Method: get
Path: /ec-site-svc/rest/v2.0/studies/{studyId}/{mode}/labs
Update a lab at tenant level
Method: put
Path: /ec-site-svc/rest/v2.0/studies/{studyId}/{mode}/labs/{studyLabId}