[Deprecated]: Get kit details by kit number
get
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/inventory/kitDetails
Deprecated: Retrieves kit details by kit number. Rights: OrsInventoryGet and OrsUnblinded.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
studyId(required): string(uuid)
ID of the study
Query Parameters
-
kitNumber(required): string
Kit number
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : KitInfoResponse v4.0
Type:
object
Title:
KitInfoResponse v4.0
Contains kit details response.
Show Source
-
kitDetails: object
KitDetailsTO
Title:
KitDetailsTO
Contains kit detail.
Nested Schema : KitDetailsTO
Type:
object
Title:
KitDetailsTO
Contains kit detail.
Show Source
-
blindedLotId: string
Blinded lot idExample:
9BD49A59E47E4383B98802712763FD43
-
blindedLotNumber: string
Blinded lot numberExample:
BLot1101
-
inventoryId: string
(uuid)
Unique id for inventory
-
inventoryStatus: string
Inventory statusExample:
Dispensed
-
inventoryStatusId: number
(BigDecimal)
Inventory status idExample:
10
-
kitNumber: number
(BigDecimal)
Kit number.Example:
10
-
labelGroup: string
Label groupExample:
Labelgroup1001
-
labelGroupId: string
Label group idExample:
9BD49A59E47E4383B98802712763FD43
-
locationId: string
Location idExample:
1873CDF69E9B48B89B2D9E7951057D09
-
manufacturingLotId: string
Manufactoring lot idExample:
9BD49A59E47E4383B98802712763FD43
-
manufacturingLotNumber: string
Manufactoring lot numberExample:
Mlot1001
-
sequenceNumber: number
(BigDecimal)
Sequence numberExample:
10
400 Response
Invalid kit number
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
404 Response
Invalid study ID
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