Migrate a subject
post
/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/subjects/migratesubject
Migrates a subject adding it to a study using subject migration API with sourceTimeStamp value.
This API has been built without any validations:
Rights: MigrationDataPost.
This API has been built without any validations:
- API expects the Subject Number provided as part of payload to match exactly the Subject Number settings.
- API also expect sourceTimeStamp value as part of payload.
- It ignores the Subject Number Settings and creates the Subject with Subject Number provided as part of payload.
- Caller needs to ensure it provides Site Prefix, hyphen, leading zeros and any pattern defined as part of Subject Number Settings.
Rights: MigrationDataPost.
Request
Path Parameters
-
mode(required): string
Mode of the study. Accepts test, active, or training.
-
studyId(required): string
ID of the study for which you want to get the list of subjects.
Supported Media Types
- application/json
Nested Schema : SubjectMigrationRequestDTO
Type:
Show Source
object
-
siteId: string
(uuid)
-
sourceTimeStamp: string
(date-time)
-
state(required): string
Minimum Length:
0
Maximum Length:100
-
subjectNumber(required): string
Minimum Length:
0
Maximum Length:500
Response
Supported Media Types
- application/json
200 Response
Success
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object
400 Response
Bad request.
Root Schema : SubjectMigrationResponseDTO
Type:
Show Source
object
-
codeBreak: string
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
description: string
Minimum Length:
0
Maximum Length:500
-
dob: string
(date-time)
-
enrollmentFailure: string
Minimum Length:
0
Maximum Length:255
-
enrollmentOverride: string
Minimum Length:
0
Maximum Length:255
-
eventType: string
-
gender: string
Minimum Length:
0
Maximum Length:10
-
id: string
(uuid)
-
informedConsentDate: string
(date-time)
-
objectVersionNumber: number
-
reason: string
Minimum Length:
0
Maximum Length:255
-
screeningDate: string
(date-time)
-
screeningFailure: string
Minimum Length:
0
Maximum Length:255
-
siteId: string
-
sourceTimeStamp: string
(date-time)
-
state(required): string
Minimum Length:
0
Maximum Length:100
-
stateDate: string
(date-time)
-
studyId: string
-
studyVersion(required): string
-
subjectNumber(required): string
Minimum Length:
0
Maximum Length:500
-
subjectTransferId: string
(uuid)
-
userId: string
(uuid)
-
versionStart: string
(date-time)