[Deprecated]: v1.0
put
/ec-site-svc/rest/v1/studies/{studyId}/{mode}/sdfs/{sdfId}
Deprecated in v1: use the latest SDF API version.
Request
Path Parameters
-
mode(required): string
Study mode. Allowed values: active (live study operations), test (testing data), training (training or sandbox data).Example:
test -
sdfId(required): string
Unique identifier (UUID, 32-character uppercase hexadecimal string) for a site, depot, or lab (SDF).Example:
C36A3197FDEE433FB5547EE83DE99E4B -
studyId(required): string(uuid)
Study identifier as a 32-character uppercase hexadecimal UUID string.Example:
C36A3197FDEE433FB5547EE83DE99E4B
Supported Media Types
- application/json
Root Schema : SDFModelDto v1.0
Type:
objectTitle:
SDFModelDto v1.0Wrapper that returns an SDF plus its addresses and properties.
Show Source
-
sdf(required): object
SDFDto v1.0
Title:
SDFDto v1.0Metadata for a study site or depot. -
sdfAddresses: object
SDFAddressDto v1.0
Title:
SDFAddressDto v1.0Address metadata returned for a site or depot. -
sdfPropertyList: object
SDFPropertyDto v1.0
Title:
SDFPropertyDto v1.0Property metadata attached to an SDF.
Nested Schema : SDFDto v1.0
Type:
objectTitle:
SDFDto v1.0Metadata for a study site or depot.
Show Source
-
comment: string
Title:
CommentMinimum Length:0Maximum Length:2048Additional comment captured for the audited update.Example:Association adjusted after data reconciliation. -
id: string
(uuid)
Title:
SDF IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the SDF record. -
name(required): string
Title:
NameMinimum Length:0Maximum Length:200Official name of the site or depot.Example:Oakland Biomed Site -
reason: string
Title:
ReasonMinimum Length:0Maximum Length:255Reason provided for the audited update.Example:Protocol update requested by study operations. -
sdfType(required): string
Title:
SDF TypeMinimum Length:0Maximum Length:50Role of the SDF such as Site or Depot.Example:SITE -
status(required): string
Title:
StatusMinimum Length:0Maximum Length:50Current status of the SDF, for example Active or Inactive.Example:ACTIVE -
studyOrgId(required): string
Title:
Study Organization IDMinimum Length:0Maximum Length:50Identifier of the study organization linked to the SDF.Example:STUDY-123 -
versionStart: string
(date-time)
Example:
{
"id":"3F2504E04F8911D39A0C0305E82C3301",
"name":"Oakland Biomed Site",
"status":"ACTIVE",
"sdfType":"SITE",
"studyOrgId":"STUDY-123"
}Nested Schema : SDFAddressDto v1.0
Type:
objectTitle:
SDFAddressDto v1.0Address metadata returned for a site or depot.
Show Source
-
addressCity(required): string
Title:
CityMinimum Length:0Maximum Length:100City for the address.Example:Metropolis -
addressCountry(required): string
Title:
CountryMinimum Length:0Maximum Length:100Country for the address.Example:US -
addressPostalcode(required): string
Title:
Postal CodeMinimum Length:0Maximum Length:20Postal or ZIP code for the address.Example:94105 -
addressStateOrProvOrCounty: string
Title:
State or Province or CountyMinimum Length:0Maximum Length:100State, province, or county for the address.Example:CA -
addressStreet1(required): string
Title:
Address Street 1Minimum Length:0Maximum Length:150Pattern:.*[A-z].*|.*\p{L}+.*Primary street address.Example:123 Primary St -
addressStreet2: string
Title:
Address Street 2Minimum Length:0Maximum Length:150Secondary street address (optional).Example:Suite 500 -
addressType(required): string
Title:
Address TypeMinimum Length:0Maximum Length:100Label describing the address type such as Primary or Shipping.Example:PRIMARY -
comment: string
Title:
CommentMinimum Length:0Maximum Length:2048Additional comment captured for the audited update.Example:Association adjusted after data reconciliation. -
email: string
(email)
Title:
EmailMinimum Length:0Maximum Length:255Email address for the site or depot.Example:site@clinicalone.com -
fax: string
Title:
FaxMinimum Length:0Maximum Length:50Fax number for the address contact.Example:+1-555-321-0000 -
id: string
(uuid)
Title:
SDF Address IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the address. -
phone: string
Title:
PhoneMinimum Length:0Maximum Length:50Phone number for the address contact.Example:+1-555-987-6543 -
reason: string
Title:
ReasonMinimum Length:0Maximum Length:255Reason provided for the audited update.Example:Protocol update requested by study operations. -
sdfId: string
(uuid)
Title:
SDF IDIdentifier of the SDF associated with the address. -
versionStart: string
(date-time)
Example:
[
{
"addressStreet1":"123 Primary St",
"addressCity":"Metropolis",
"addressCountry":"US"
}
]Nested Schema : SDFPropertyDto v1.0
Type:
objectTitle:
SDFPropertyDto v1.0Property metadata attached to an SDF.
Show Source
-
comment: string
Title:
CommentMinimum Length:0Maximum Length:2048Additional comment captured for the audited update.Example:Association adjusted after data reconciliation. -
id: string
(uuid)
Title:
SDF Property IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the property entry. -
propertyName(required): string
Title:
Property NameMinimum Length:0Maximum Length:100Key identifying the property.Example:PRIMARY_CONTACT -
propertyValue(required): string
Title:
Property ValueMinimum Length:0Maximum Length:100Value stored for the property.Example:ACTIVE -
reason: string
Title:
ReasonMinimum Length:0Maximum Length:255Reason provided for the audited update.Example:Protocol update requested by study operations. -
sdfId: string
(uuid)
Title:
SDF IDIdentifier of the SDF the property belongs to. -
versionStart: string
(date-time)
Example:
[
{
"propertyName":"PRIMARY",
"propertyValue":"ACTIVE"
}
]Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : SDFResponse
Type:
objectTitle:
SDFResponseWrapper for service responses containing result or error data.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
The result object for successful requests. Type depends on the API operation.
-
status: string
Status of the response, either 'success' or an error indication.Example:
success
Nested Schema : result
Type:
objectThe result object for successful requests. Type depends on the API operation.
Example:
{
"hasMore":"true",
"totalResults":5,
"count":5,
"data":[
]
}Nested Schema : details
Type:
objectExamples
400 Response
Returned when one or more path parameters, query parameters, or request-body values fail endpoint validation.
Root Schema : SDFResponse
Type:
objectTitle:
SDFResponseWrapper for service responses containing result or error data.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
The result object for successful requests. Type depends on the API operation.
-
status: string
Status of the response, either 'success' or an error indication.Example:
success
Nested Schema : result
Type:
objectThe result object for successful requests. Type depends on the API operation.
Example:
{
"hasMore":"true",
"totalResults":5,
"count":5,
"data":[
]
}Nested Schema : details
Type:
objectExamples