v1.0
post
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}
Creates site or depot with study ID and master address for the specified tenant entity ID.
Request
Path Parameters
-
mode(required): string
Study mode. Allowed values: active (live study operations), test (testing data), training (training or sandbox data).Example:
test -
sdfType(required): string
SDF type filter. Allowed values: site/SITE (site records), depot/DEPOT (depot records), lab/LAB (lab records), all/ALL (all supported SDF types).Example:
site -
studyId(required): string(uuid)
Study identifier as a 32-character uppercase hexadecimal UUID string.Example:
C36A3197FDEE433FB5547EE83DE99E4B
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
sdf: object
SDFDto v1.0
Title:
SDFDto v1.0Metadata for a study site or depot. -
sdfAddressAssociations: array
sdfAddressAssociations
-
sdfPropertyList: array
sdfPropertyList
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 : sdfAddressAssociations
Type:
Show Source
arrayExample:
[
{
"id":"C36A3197FDEE433FB5547EE83DE99E4B"
}
]Nested Schema : sdfPropertyList
Type:
Show Source
arrayExample:
[
{
"id":"C36A3197FDEE433FB5547EE83DE99E4B"
}
]Nested Schema : SDFAddressAssociationDto
Type:
Show Source
object-
addressTypeId: string
(uuid)
-
addressTypeIdCodeValue: string
Minimum Length:
0Maximum Length:50Example:C36A3197FDEE433FB5547EE83DE99E4B -
comment: string
Title:
CommentMinimum Length:0Maximum Length:2048Additional comment captured for the audited update.Example:Association adjusted after data reconciliation. -
entityAddressAssociationId(required): string
(uuid)
-
id: string
(uuid)
-
mainPrimary: boolean
Example:
true -
reason: string
Title:
ReasonMinimum Length:0Maximum Length:255Reason provided for the audited update.Example:Protocol update requested by study operations. -
sdfAddressProperties: array
sdfAddressProperties
-
sdfId: string
(uuid)
-
versionStart: string
(date-time)
Example:
2026-01-15T10:30:00Z
Nested Schema : sdfAddressProperties
Type:
Show Source
arrayExample:
[
{
"id":"C36A3197FDEE433FB5547EE83DE99E4B"
}
]Nested Schema : SDFsPropertyDto
Type:
Show Source
object-
comment: string
Title:
CommentMinimum Length:0Maximum Length:2048Additional comment captured for the audited update.Example:Association adjusted after data reconciliation. -
id: string
(uuid)
Unique identifier for this record.
-
propertyName(required): string
Minimum Length:
0Maximum Length:100Name of the property.Example:timezone -
propertyValue(required): string
Minimum Length:
0Maximum Length:2048Value of the property.Example:UTC -
reason: string
Title:
ReasonMinimum Length:0Maximum Length:255Reason provided for the audited update.Example:Protocol update requested by study operations. -
sdfId: string
(uuid)
Identifier of the related SDF record.
-
versionStart: string
(date-time)
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : SDFCreateUpdateResponse
Type:
Show Source
object-
sdf: object
SDFDto v1.0
Title:
SDFDto v1.0Metadata for a study site or depot. -
sdfAddressAssociations: array
sdfAddressAssociations
-
sdfPropertyList: array
sdfPropertyList
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 : sdfAddressAssociations
Type:
Show Source
arrayExample:
[
{
"id":"C36A3197FDEE433FB5547EE83DE99E4B"
}
]Nested Schema : sdfPropertyList
Type:
Show Source
arrayExample:
[
{
"id":"C36A3197FDEE433FB5547EE83DE99E4B"
}
]Nested Schema : SDFAddressAssociationDto
Type:
Show Source
object-
addressTypeId: string
(uuid)
-
addressTypeIdCodeValue: string
Minimum Length:
0Maximum Length:50Example:C36A3197FDEE433FB5547EE83DE99E4B -
comment: string
Title:
CommentMinimum Length:0Maximum Length:2048Additional comment captured for the audited update.Example:Association adjusted after data reconciliation. -
entityAddressAssociationId(required): string
(uuid)
-
id: string
(uuid)
-
mainPrimary: boolean
Example:
true -
reason: string
Title:
ReasonMinimum Length:0Maximum Length:255Reason provided for the audited update.Example:Protocol update requested by study operations. -
sdfAddressProperties: array
sdfAddressProperties
-
sdfId: string
(uuid)
-
versionStart: string
(date-time)
Example:
2026-01-15T10:30:00Z
Nested Schema : sdfAddressProperties
Type:
Show Source
arrayExample:
[
{
"id":"C36A3197FDEE433FB5547EE83DE99E4B"
}
]Nested Schema : SDFsPropertyDto
Type:
Show Source
object-
comment: string
Title:
CommentMinimum Length:0Maximum Length:2048Additional comment captured for the audited update.Example:Association adjusted after data reconciliation. -
id: string
(uuid)
Unique identifier for this record.
-
propertyName(required): string
Minimum Length:
0Maximum Length:100Name of the property.Example:timezone -
propertyValue(required): string
Minimum Length:
0Maximum Length:2048Value of the property.Example:UTC -
reason: string
Title:
ReasonMinimum Length:0Maximum Length:255Reason provided for the audited update.Example:Protocol update requested by study operations. -
sdfId: string
(uuid)
Identifier of the related SDF record.
-
versionStart: string
(date-time)
Examples
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