Get kit details by order
get
/ec-ors-svc/rest/v2.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 v2.0
Type:
object
Title:
ShipmentKitsResponse v2.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 v2.0
Title:
ShipmentKitsResponse.KitTypeSummary v2.0
Kit type summary details object.
Nested Schema : ShipmentKitsResponse.KitTypeSummary v2.0
Type:
object
Title:
ShipmentKitsResponse.KitTypeSummary v2.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
-
unitsPerKit: number
(double)
Number of units perkit.Example:
5
Nested Schema : kits
Type:
Show Source
array
-
Array of:
object ShipmentKitsResponse.Kit v2.0
Title:
ShipmentKitsResponse.Kit v2.0
Kit details object.
Nested Schema : ShipmentKitsResponse.Kit v2.0
Type:
object
Title:
ShipmentKitsResponse.Kit v2.0
Kit details object.
Show Source
-
barcode: string
BarcodeExample:
Kit A
-
depotReturnedUnits: number
(double)
Number of units returned to depot.Example:
5
-
id: string
(uuid)
Kit Id.
-
inventoryStatusId: number
(double)
Inventory statusIdExample:
5
-
kitNumber: number
(double)
Kit number.Example:
5
-
missingUnits: number
(double)
Missing units.Example:
5
-
returnedUnits: number
(double)
Returned units.Example:
5
-
sequenceNumber: number
(double)
Sequence number.Example:
5
404 Response
'Invalid study ID', 'Study still in design phase' or 'Invalid shipment ID'
Root Schema : DesignerResponse
Type:
Show Source
object
-
errorData: object
ErrorResponseData
Title:
ErrorResponseData
Error Response Details Information -
result: object
result
-
status: string
-
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
Nested Schema : Object
Type:
object
Title:
Object
Object with error details information.
500 Response
Internal server error
Root Schema : DesignerResponse
Type:
Show Source
object
-
errorData: object
ErrorResponseData
Title:
ErrorResponseData
Error Response Details Information -
result: object
result
-
status: string
-
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
Nested Schema : Object
Type:
object
Title:
Object
Object with error details information.