Create blinded lots
post
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/lots/blinded-lots
Creates blinded lot with release depot to depot settings.
Request
Path Parameters
-
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:
Show Source
object
-
blindedLotNumber(required): string
Minimum Length:
0
Maximum Length:50
Blinded lot numberExample:Bld-Lt-AZ
-
doNotCount: number
(BigDecimal)
Minimum Value:
0
Maximum Value:99999
Do not count(DNC) daysExample:10
-
doNotShip: number
(BigDecimal)
Minimum Value:
0
Maximum Value:99999
Do not ship(DNS) daysExample:50
-
expirationDate(required): string
Pattern:
(\d){4}-(\d){2}-(\d){2}
Expiration date of Blinded lotExample:2022-04-01T00:00:00.000Z
-
manufacturingLotIds: array
manufacturingLotIds
-
releaseForDepotToDepot: boolean
-
settingsByCountry: array
settingsByCountry
-
shortName: string
Minimum Length:
0
Maximum Length:50
Blinded lot short nameExample:BlindedLot-01
Nested Schema : CountrySupplySettings
Type:
Show Source
object
-
countryIso(required): string
-
doNotCount(required): number
(BigDecimal)
Minimum Value:
0
Maximum Value:99999
Do not count(DNC) daysExample:10
-
doNotShip(required): number
(BigDecimal)
Minimum Value:
0
Maximum Value:99999
Do not ship(DNS) daysExample:50
Response
Supported Media Types
- application/json
200 Response
Successful operation
400 Response
v3.0 The study identifier does not match any study identifiers in Clinical One
404 Response
v3.0 Blinded Lots not found