Update blinded lot
put
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/lots/blinded-lots/{id}
Updates a blinded lot by study ID and blinded lot ID. Rights: LotManagementPost.
Request
Path Parameters
-
id(required): string(uuid)
ID of blinded lot
-
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
Title:
ErrorResponseData
Error Response Details Information -
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : ErrorResponseData
Type:
object
Title:
ErrorResponseData
Error Response Details Information
Show Source
-
details: object
Object
Title:
Object
Object with error details information. -
errorCode: string
Error code which is stored in ErrorCode enum. Example : C1-003Example:
C1-003
-
errorMessage: string
Error message which is stored in service property file. Example : Cannot modify object after a study version has been approvedExample:
Cannot modify object after a study version has been approved
Nested Schema : result
Type:
object
Result Object
Nested Schema : Object
Type:
object
Title:
Object
Object with error details information.
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
Title:
ErrorResponseData
Error Response Details Information -
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : ErrorResponseData
Type:
object
Title:
ErrorResponseData
Error Response Details Information
Show Source
-
details: object
Object
Title:
Object
Object with error details information. -
errorCode: string
Error code which is stored in ErrorCode enum. Example : C1-003Example:
C1-003
-
errorMessage: string
Error message which is stored in service property file. Example : Cannot modify object after a study version has been approvedExample:
Cannot modify object after a study version has been approved
Nested Schema : result
Type:
object
Result Object
Nested Schema : Object
Type:
object
Title:
Object
Object with error details information.
500 Response
Internal server error
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
Title:
ErrorResponseData
Error Response Details Information -
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : ErrorResponseData
Type:
object
Title:
ErrorResponseData
Error Response Details Information
Show Source
-
details: object
Object
Title:
Object
Object with error details information. -
errorCode: string
Error code which is stored in ErrorCode enum. Example : C1-003Example:
C1-003
-
errorMessage: string
Error message which is stored in service property file. Example : Cannot modify object after a study version has been approvedExample:
Cannot modify object after a study version has been approved
Nested Schema : result
Type:
object
Result Object
Nested Schema : Object
Type:
object
Title:
Object
Object with error details information.