Update blinding group
put
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/blindinggroups/{blindingGroupId}
Updates blinding group. Rights: SupplySettingRightsPost. Required sponsor roles are: clinical supply manager and site manager. If the study has a DEFAULT single kit setting, defaultBlindingKit field is mandatory. groupDifferentPackageTypes is an optional field. It will be defaulted to NO if it's not provided in the Request body.
Request
Path Parameters
-
blindingGroupId(required): string(uuid)
ID of blinding group
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
studyId(required): string(uuid)
ID of the study
Supported Media Types
- application/json
Root Schema : schema
Type:
object
Request object for creating blinding group.
Show Source
-
defaultBlindingKit: string
ID of the default kit in the blinding group.Example:
392DA9F053E94B9B9339AC7D0FA0D1DB
-
description(required): string
Minimum Length:
0
Maximum Length:2000
Blinding group descriptionExample:Blinded Group Lotion
-
groupDifferentPackageTypes: string
Allowed Values:
[ "Yes", "No" ]
It indicates whether we are grouping different package types or not.Example:Yes
-
kitTypes(required): array
kitTypes
Minimum Number of Items:
1
Maximum Number of Items:2147483647
-
title(required): string
Minimum Length:
0
Maximum Length:50
Blinding group titleExample:Blinded Group Lotion
Nested Schema : kitTypes
Type:
array
Minimum Number of Items:
1
Maximum Number of Items:
Show Source
2147483647
-
Array of:
object KitType
Kit types details object.
Nested Schema : KitType
Type:
object
Kit types details object.
Show Source
-
countsPerPackage: number
(double)
Counts per package.Example:
5
-
description: string
Kit type descriptionExample:
Non-Dosing
-
doNotDispense: number
(double)
Value to indicate whether to dispense kits or not.Example:
1
-
dosage: number
(double)
Dosage.Example:
1
-
id: string
(uuid)
Kit type Id
-
isDefault: boolean
Indicate if kit is default.Example:
true
-
kitTypeId: string
(uuid)
Kit type Id
-
kitTypeName: string
Kit type nameExample:
Kit A
-
minShippingUnits: number
(double)
Minimum Kits to Ship.Example:
10
-
packageTypeId: number
(double)
Allowed Values:
[ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" ]
Unique ID corresponding to each package type value (1 for BLISTERPACK, 2 for BOTTLE, 3 for DEVICE, 4 for SYRINGE, 5 for OINTMENT, 6 for VIAL, 7 for INHALER, 8 for INFUSION, 9 for BOX, 10 for OTHER).Example:10
-
srcId: string
(uuid)
Id of the Study
-
srcVersionStart: string
(date-time)
Study version start
-
storageNeedId: number
(double)
Storage need ID.Example:
1
-
studyId: string
(uuid)
ID of the study
-
studyVersionStart: string
(date-time)
Study version start
-
versionEnd: string
(date-time)
Version End
-
versionStart: string
(date-time)
Version Start
Response
Supported Media Types
- application/json
204 Response
Successful operation
400 Response
Validation error OR The following required parameters are missing OR Kit Types belong to different package types OR Kit type id already belongs to another blinding group OR At least 2 kit types needed for grouping.
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : result
Type:
object
Result Object
Nested Schema : details
Type:
object
404 Response
Study not found OR Blinding Group not found.
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : result
Type:
object
Result Object
Nested Schema : details
Type:
object
500 Response
Internal server error
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : result
Type:
object
Result Object
Nested Schema : details
Type:
object