Get kit details by order
get
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/shipments/{shipmentId}/kits
Retrieves a kit's details by order. Rights: OrsInventoryGet, OrsUnblinded.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
shipmentId(required): string(uuid)
ID of the shipment.
-
studyId(required): string(uuid)
ID of the study
Query Parameters
-
kitNumber(required): string
Kit/Lot number
-
orderBy(required): string
Specify the parameter by which the kits are ordered
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : ShipmentKitsResponse v1.0
Type:
object
Title:
ShipmentKitsResponse v1.0
Response object containing shipment kits details.
Show Source
-
kitTypes: array
kitTypes
-
shipmentId: string
(uuid)
Shipment Id.
Nested Schema : kitTypes
Type:
Show Source
array
-
Array of:
object ShipmentKitsResponse.KitTypeSummary v1.0
Title:
ShipmentKitsResponse.KitTypeSummary v1.0
Kit type summary details object.
Nested Schema : ShipmentKitsResponse.KitTypeSummary v1.0
Type:
object
Title:
ShipmentKitsResponse.KitTypeSummary v1.0
Kit type summary details object.
Show Source
-
description: string
Kit type description.Example:
Non dosing kit
-
id: string
(uuid)
ID of the kit type.
-
kits: array
kits
-
kitTypeName: string
Kit type name.Example:
Kit A
-
packageTypeId: number
(double)
Allowed Values:
[ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" ]
Unique ID corresponding to each package type value (1 for BLISTERPACK, 2 for BOTTLE, 3 for DEVICE, 4 for SYRINGE, 5 for OINTMENT, 6 for VIAL, 7 for INHALER, 8 for INFUSION, 9 for BOX, 10 for OTHER).Example:5
-
packageTypeKey: string
Allowed Values:
[ "BLISTERPACK", "BOTTLE", "DEVICE", "SYRINGE", "OINTMENT", "VIAL", "INHALER", "INFUSION", "BOX", "OTHER" ]
Package type key.Example:INHALER
Nested Schema : kits
Type:
Show Source
array
-
Array of:
object ShipmentKitsResponse.Kit v1.0
Title:
ShipmentKitsResponse.Kit v1.0
Kit details object.
Nested Schema : ShipmentKitsResponse.Kit v1.0
Type:
object
Title:
ShipmentKitsResponse.Kit v1.0
Kit details object.
Show Source
-
id: string
(uuid)
Kit Id.
-
kitNumber: number
(double)
Kit number.Example:
5
-
sequenceNumber: number
(double)
Sequence number.Example:
5
404 Response
'Invalid study ID', 'Study still in design phase' or 'Invalid shipment ID'
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object
500 Response
Internal server error
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object