v3.0
put
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/lots/blinded-lots/{blindedLotId}
Updates blinded lot with release depot to depot settings.
Request
Path Parameters
-
blindedLotId(required): string(uuid)
ID of blinded lot.
-
mode(required): string
Mode of the study, accepts: test, active, or training.
-
studyId(required): string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.
Supported Media Types
- application/json
Root Schema : Blinded Lot Request
Type:
objectTitle:
Blinded Lot RequestBlinded lot request parameters.
Show Source
-
blindedLotNumber(required): string
Minimum Length:
0Maximum Length:50Blinded lot number.Example:Bld-Lt-AZ -
doNotCount: number
(BigDecimal)
Minimum Value:
0Maximum Value:99999Do not count (DNC) days.Example:10 -
doNotShip: number
(BigDecimal)
Minimum Value:
0Maximum Value:99999Do not ship (DNS) days.Example:50 -
expirationDate(required): string
(date)
Expiration date of the blinded lot.Example:
2022-04-01 -
manufacturingLotIds: array
manufacturingLotIds
IDs of manufacturing lots associated with the blinded lot.
-
releaseForDepotToDepot: boolean
Indicates whether release depot-to-depot is enabled.Example:
true -
settingsByCountry: array
settingsByCountry
-
shortName: string
Minimum Length:
0Maximum Length:50Blinded lot short name.Example:BlindedLot-01
Nested Schema : manufacturingLotIds
Type:
arrayIDs of manufacturing lots associated with the blinded lot.
Show Source
Nested Schema : CountrySupplySettings
Type:
Show Source
object-
countryIso(required): string
-
doNotCount(required): number
(BigDecimal)
Minimum Value:
0Maximum Value:99999Do not count (DNC) days.Example:10 -
doNotShip(required): number
(BigDecimal)
Minimum Value:
0Maximum Value:99999Do not ship (DNS) days.Example:50
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : IDResponse v1.0
Type:
objectTitle:
IDResponse v1.0Response containing the identifier.
Show Source
400 Response
v3.0 The study identifier does not match any study identifiers in Clinical One
Root Schema : IDResponse v1.0
Type:
objectTitle:
IDResponse v1.0Response containing the identifier.
Show Source
404 Response
Blinded lot not found
Root Schema : IDResponse v1.0
Type:
objectTitle:
IDResponse v1.0Response containing the identifier.
Show Source