[Deprecated]: v1.0
put
/ec-site-svc/rest/v1/studies/{studyId}/{mode}/sdfs/{sdfId}/address/{addressId}
Deprecated in v1: use the latest SDF API version.
Request
Path Parameters
-
addressId(required): string
Required path parameter. Address identifier to delete from the specified SDF. Accepted length: 32 to 36 characters.Example:
C36A3197FDEE433FB5547EE83DE99E4B -
mode(required): string
Study mode. Allowed values: active (live study operations), test (testing data), training (training or sandbox data).Example:
test -
sdfId(required): string
Required path parameter. SDF identifier to update. Accepted length: 32 to 36 characters.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 : SDFAddressRequest v1.0
Type:
objectTitle:
SDFAddressRequest v1.0Request payload that wraps an SDF address.
Show Source
-
sdfAddress(required): object
SDFAddressDto v1.0
Title:
SDFAddressDto v1.0Address metadata returned for a site or depot.
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"
}
]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