Create blinded lot
post
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/lots/blinded-lots
Creates a blinded lot by study ID. Rights: LotManagementPost.
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
Root Schema : BlindedLotId
Type:
object
Contains blinded lot id.
Show Source
-
id: string
(uuid)
Unique Id for blinded lot.
400 Response
Blinded lot number or lot short name already exists. OR Expiration date is not valid. OR Invalid lot. OR Lot belongs to a blinded lot.
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
403 Response
The study identifier does not match any study identifiers in Clinical One
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