Create study sites by association ID
post
/ec-site-svc/rest/v1.0/tenantsite/associations/{associationId}/studySites
Creates the study sites for the given association ID.
Request
Path Parameters
-
associationId(required): string
Association ID to create the study sites.
Supported Media Types
- application/json
Nested Schema : CreateStudySitesDto
Type:
Show Source
object-
comment: string
Minimum Length:
0Maximum Length:2048 -
id: string
(uuid)
-
modeId(required): string
(uuid)
-
reason: string
Minimum Length:
0Maximum Length:255 -
siteIdName(required): string
Minimum Length:
0Maximum Length:50 -
statusId: string
(uuid)
-
studyId(required): string
(uuid)
Response
Supported Media Types
- application/json
204 Response
Successful operation.
400 Response
Bad request.
Nested Schema : result
Type:
objectNested Schema : details
Type:
object