v1.0

post

/ec-site-svc/rest/v1.0/tenantsite/associations/{associationId}/studySites

Creates the study sites for the given association ID.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : STUDY_SITES_REQUEST_TITLE
Type: object
Title: STUDY_SITES_REQUEST_TITLE
STUDY_SITES_REQUEST_DESC
Show Source
Nested Schema : CREATE_STUDY_SITES_DTO_TITLE
Type: object
Title: CREATE_STUDY_SITES_DTO_TITLE
CREATE_STUDY_SITES_DTO_DESC
Show Source
  • Title: Comment
    Minimum Length: 0
    Maximum Length: 2048
    Additional comment captured for the audited update.
    Example: Association adjusted after data reconciliation.
  • Title: CREATE_STUDY_SITES_DTO_ID_TITLE
    CREATE_STUDY_SITES_DTO_ID_DESC
  • Title: CREATE_STUDY_SITES_DTO_MODE_ID_TITLE
    CREATE_STUDY_SITES_DTO_MODE_ID_DESC
  • Title: Reason
    Minimum Length: 0
    Maximum Length: 255
    Reason provided for the audited update.
    Example: Protocol update requested by study operations.
  • Title: CREATE_STUDY_SITES_DTO_SITE_ID_NAME_TITLE
    Minimum Length: 0
    Maximum Length: 50
    CREATE_STUDY_SITES_DTO_SITE_ID_NAME_DESC
    Example: SITE-123
  • Title: CREATE_STUDY_SITES_DTO_STATUS_ID_TITLE
    CREATE_STUDY_SITES_DTO_STATUS_ID_DESC
  • Title: CREATE_STUDY_SITES_DTO_STUDY_ID_TITLE
    CREATE_STUDY_SITES_DTO_STUDY_ID_DESC
Example:
[
    {
        "id":"C36A3197FDEE433FB5547EE83DE99E4B"
    }
]
Examples

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : SDFResponse
Type: object
Title: SDFResponse
Wrapper for service responses containing result or error data.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
The result object for successful requests. Type depends on the API operation.
Example:
{
    "hasMore":"true",
    "totalResults":5,
    "count":5,
    "data":[
    ]
}
Nested Schema : details
Type: object
Examples

400 Response

Returned when one or more path parameters, query parameters, or request-body values fail endpoint validation.
Body ()
Root Schema : SDFResponse
Type: object
Title: SDFResponse
Wrapper for service responses containing result or error data.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
The result object for successful requests. Type depends on the API operation.
Example:
{
    "hasMore":"true",
    "totalResults":5,
    "count":5,
    "data":[
    ]
}
Nested Schema : details
Type: object
Examples

Back to Top