v1.0 REST Endpoints
Sites and Depots/Country/v1.0
The operations from the Sites and Depots/Country/v1.0 category.
-
[Deprecated]: Get association between country and site - Method: getPath:
/ec-site-svc/rest/v1/studies/{studyId}/{mode}/sdfcountry
-
[Deprecated]: Get country name - Method: getPath:
/ec-site-svc/rest/v1/studies/{studyId}/{mode}/country
-
[Deprecated]: Get states based on country ID - Method: getPath:
/ec-site-svc/rest/v1/studies/{studyId}/{mode}/country/{countryId}/states
- Associate countries to site or depot
- Method: postPath:
/ec-site-svc/rest/v1/studies/{studyId}/{mode}/country/{sdfId}
- Disassociate country from site
- Method: deletePath:
/ec-site-svc/rest/v1/studies/{studyId}/{mode}/sdfcountry/{sdfCountryId}
- Get country based on country ID
- Method: getPath:
/ec-site-svc/rest/v1/studies/{studyId}/{mode}/country/{countryId}
- Update countries association to site
- Method: putPath:
/ec-site-svc/rest/v1/studies/{studyId}/{mode}/country/{sdfId}