v2.0 REST Endpoints
Randomization and Supplies/Shipment APIs/v2.0
The operations from the Randomization and Supplies/Shipment APIs/v2.0 category.
-
[Deprecated]: Get order details by a shipment ID - Method: getPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/orders/{shipmentId}
-
[Deprecated]: Mark kits as received for a given site - Method: postPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/sites/{siteId}/shipments/{shipmentId}/received
-
[Deprecated]: Search orders in the given date range matching the status - Method: getPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/orders
- Add kits to an order shipment
- Method: postPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/shipments/{shipmentId}/kits
- Create a manual depot shipment.
- Method: postPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/resupply/depotmanual
- Create a resupply strategy
- Method: postPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/resupply/resupply
- Create first shipment in resupply strategy
- Method: postPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/resupply/initial
- Create manual shipment in resupply strategy
- Method: postPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/resupply/manual
- Create shipment for kits marked for destruction from a given site to depot
- Method: postPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/sites/{siteId}/recon/shipments
- Get a shipment's details by ID for a site
- Method: getPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/sites/{siteId}/shipments/{shipmentId}
- Get kit details by order
- Method: getPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/shipments/{shipmentId}/kits
- Get kits or a specific kit for a shipment
- Method: getPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/sites/{siteId}/shipments/{shipmentId}/kits
- Get order items
- Method: getPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/orders-inventory/audit
- Get shipment by shipment ID
- Method: getPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/shipments/{shipmentId}
- Initiate manual resupply to a site
- Method: postPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/sites/{siteId}/resupply/manual
- List available order status values
- Method: getPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/shipment-statuses
- Mark kits as received
- Method: postPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/shipments/{shipmentId}/received
- Remove both serialized and non serialized kits from an order shipment
- Method: postPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/shipments/{shipmentId}/removeKits
- Search kits by kit type or shipment details
- Method: getPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/shipments/{shipmentId}/eligible-kits
- Search shipments for a site
- Method: getPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/sites/{siteId}/shipments
- Search shipments for a study
- Method: getPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/shipments
- Update a Qurantine shipment and its kits
- Method: postPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/shipments/{shipmentId}/receive-quarantined
- Update shipment and its kits as quarantined
- Method: postPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/shipments/{shipmentId}/quarantined
- Update shipment details for an order with deliveryNumber
- Method: putPath:
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/orders/{shipmentId}