Create manual shipment in resupply strategy
post
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/resupply/manual
Creates a manual shipment as part of a study's predictive resupply group. Rights: OrsSupplyManagerPost.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
studyId(required): string(uuid)
ID of the study
Supported Media Types
- application/json
Root Schema : ManualSupplyRequest v1.0
Type:
objectTitle:
ManualSupplyRequest v1.0Manual supply request object.
Show Source
-
jobInstanceId: string
Job instance Id.Example:
4FEBE3E166454E2687C6FAC306E7C86E -
kits: array
kits
Minimum Number of Items:
1Maximum Number of Items:2147483647 -
siteId(required): string
(uuid)
Site ID
Nested Schema : kits
Type:
arrayMinimum Number of Items:
1Maximum Number of Items:
Show Source
2147483647-
Array of:
object KitRequest
Kit request object.
Nested Schema : KitRequest
Type:
objectKit request object.
Show Source
-
kitTypeId: string
(uuid)
ID of the kit type.
-
quantity: string
Kit quantityExample:
2
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : schema
Type:
Show Source
array-
Array of:
object ManualResupplyResponse
Manual resupply response object.
Nested Schema : ManualResupplyResponse
Type:
objectManual resupply response object.
Show Source
-
orderId: string
(uuid)
Order Id
-
shipmentNumber: string
Shipment number.Example:
123 -
status: string
Allowed Values:
[ "PENDING", "INTRANSIT", "RECEIVED", "CANCELLED", "LOST", "CONFIRMED", "INVALID", "PENDING_DESTRUCTION", "RECEIVED_FOR_DESTRUCTION", "DESTROYED" ]Order status.Example:DESTROYED
404 Response
Not found
Nested Schema : details
Type:
object500 Response
Internal server error
Nested Schema : details
Type:
object