Update manufacturing lot by ID
put
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/lots/manufacturing-lots/{id}
Update manufacturing lot by a lot's ID. Rights: LotManagementPost.
Request
Path Parameters
-
id(required): string(uuid)
ID of the 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:
object
Request object for lot.
Show Source
-
doNotCount: number
(BigDecimal)
Minimum Value:
0
Maximum Value:999
Do not count(DNC) daysExample:10
-
doNotShip: number
(BigDecimal)
Minimum Value:
0
Maximum Value:999
Do not ship(DNS) daysExample:10
-
expirationDate(required): string
Pattern:
(\d){4}-(\d){2}-(\d){2}
Expiration date -
kitTypeSrcId: string
(uuid)
kitType SrcId
-
lotNumber: string
Minimum Length:
0
Maximum Length:50
Lot number -
manufacturingLotNumber(required): string
Minimum Length:
0
Maximum Length:50
Manufacturing lot number -
materialId: string
(String)
Minimum Length:
0
Maximum Length:255
materialIdExample:1234
-
quantity: number
(BigDecimal)
Minimum Value:
1
QuantityExample:10
-
updateKitTypeId: boolean
update KitTypeIdExample:
true
-
updateMaterialId: boolean
update MaterialIdExample:
true
Response
Supported Media Types
- application/json
200 Response
Successful operation
400 Response
Invalid expiration date. OR Manufacturing Lot Number already exists or Lot short name (lotNumber) already exists.
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