Assign Pooling Shipment kits
post
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/orders/{shipmentNumber}/assignkits
Assign Pooling Shipment kits in a study's inventory. Rights: OrsInventoryPost and DepotShipmentReceiptPost/OrsBlinded.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
shipmentNumber(required): string
Pooling shipment number.
-
studyId(required): string(uuid)
ID of the study
Supported Media Types
- application/json
Root Schema : schema
Type:
object
Request object containing pooling shipment details.
Show Source
-
deliveryNumber: string
Delivery NumbertExample:
88888
-
kits(required): array
kits
Minimum Number of Items:
1
Maximum Number of Items:2147483647
-
shipDate(required): string
Pattern:
(\d){2}-[a-zA-Z]{3}-(\d){4}
Shipment DateExample:12-May-2023
-
shipmentNumber: string
Shipment NumberExample:
Site1
-
trackingNumber: string
Tracking NumberExample:
123456
Nested Schema : kits
Type:
array
Minimum Number of Items:
1
Maximum Number of Items:
Show Source
2147483647
-
Array of:
object PoolingKits v1.0
Title:
PoolingKits v1.0
Object containing Kit details
Nested Schema : PoolingKits v1.0
Type:
object
Title:
PoolingKits v1.0
Object containing Kit details
Show Source
-
barcode: string
Barcode of the kitExample:
61234
-
blockNumber: string
Block Number of the kitExample:
5
-
kitNumber(required): string
Item numberExample:
i
-
manufacturingLotNumber(required): string
manufacturingLotNumberExample:
Lot A
-
poolingId: string
Pooling IdExample:
PooledKitA
-
sequenceNumber(required): number
(BigDecimal)
Sequence number of the kitExample:
5
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : Pooling Shipment Response v1.0
Type:
object
Title:
Pooling Shipment Response v1.0
Response object containing pooling shipment details.
Show Source
-
shipmentId: string
(uuid)
Shipment Id.
400 Response
'Invalid shipment
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', 'Study still in Draft (design phase)', 'Invalid shipment ID', 'Invalid site 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