v1.0
put
/ec-site-svc/rest/v1/studies/{studyId}/{mode}/sdfs/multiple
Updates multiple site properties for managing sites.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : MultipleSitePropertyUpdateRequestDto v1.0
Type:
objectTitle:
MultipleSitePropertyUpdateRequestDto v1.0Payload used to apply property updates across multiple sites.
Show Source
-
allSites: boolean
Title:
All SitesFlag signifying whether the update applies to every site.Example:false -
sdfPropertyList: object
SDFPropertyDto v1.0
Title:
SDFPropertyDto v1.0Property metadata attached to an SDF. -
siteIds: array
Site IDs
Title:
Site IDsList of site identifiers targeted by the update.
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"
}
]Nested Schema : Site IDs
Type:
arrayTitle:
Site IDsList of site identifiers targeted by the update.
Show Source
-
Array of:
string(uuid)
Title:
Site IDsList of site identifiers targeted by the update.
Example:
[
"3F2504E0-4F89-11D3-9A0C-0305E82C3301"
]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
Title:
ErrorResponseDataError Response Details Information -
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 : ErrorResponseData
Type:
objectTitle:
ErrorResponseDataError Response Details Information
Show Source
-
details: object
Object
Title:
ObjectObject with error details information. -
errorCode: string
Error code which is stored in ErrorCode enum. Example : C1-003Example:
C1-003 -
errorMessage: string
Error message which is stored in service property file. Example : Cannot modify object after a study version has been approvedExample:
Cannot modify object after a study version has been approved
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 : Object
Type:
objectTitle:
ObjectObject with error details information.
Example:
{
"field":"studyId",
"reason":"Invalid value"
}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
Title:
ErrorResponseDataError Response Details Information -
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 : ErrorResponseData
Type:
objectTitle:
ErrorResponseDataError Response Details Information
Show Source
-
details: object
Object
Title:
ObjectObject with error details information. -
errorCode: string
Error code which is stored in ErrorCode enum. Example : C1-003Example:
C1-003 -
errorMessage: string
Error message which is stored in service property file. Example : Cannot modify object after a study version has been approvedExample:
Cannot modify object after a study version has been approved
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 : Object
Type:
objectTitle:
ObjectObject with error details information.
Example:
{
"field":"studyId",
"reason":"Invalid value"
}Examples