Create kit settings by SDF ID
post
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}/kitSettings/{sdfId}
Creates the kit settings for the given SDF ID (sdfId).
Request
Path Parameters
-
mode(required): string
Mode of the study. Accepts active, test, or training.
-
sdfId(required): string
Unique Id to identify Site, Lab or Depot (SDF)
-
sdfType(required): string
Type of SDF : Sites or Depots.
-
studyId(required): string(uuid)
The ID of the study.
Supported Media Types
- application/json
Nested Schema : SDFKitSettingDto
Type:
Show Source
object
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
id: string
(uuid)
-
kitTypeId(required): string
(uuid)
-
reason: string
Minimum Length:
0
Maximum Length:255
-
sdfId: string
(uuid)
-
settingName(required): string
-
settingOperationType: string
-
settingValue(required): string
-
versionStart: string
(date-time)
Response
Supported Media Types
- application/json
200 Response
Successful operation.
Nested Schema : SDFKitSettingDto
Type:
Show Source
object
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
id: string
(uuid)
-
kitTypeId(required): string
(uuid)
-
reason: string
Minimum Length:
0
Maximum Length:255
-
sdfId: string
(uuid)
-
settingName(required): string
-
settingOperationType: string
-
settingValue(required): string
-
versionStart: string
(date-time)
400 Response
Bad request.
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object