v1.0
post
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/resupply/depotmanual
Creates a manual depot 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)
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.
Supported Media Types
- application/json
Root Schema : ManualDepotSupplyRequest v1.0
Type:
objectTitle:
ManualDepotSupplyRequest v1.0Manual depot-to-depot supply request object.
Show Source
-
jobInstanceId: string
Title:
Job Instance IDJob instance ID.Example:4FEBE3E166454E2687C6FAC306E7C86E -
kits: array
kits
Minimum Number of Items:
1Maximum Number of Items:2147483647 -
shippedFrom(required): string
(uuid)
Source depot ID.
-
shippedTo(required): string
(uuid)
Destination depot ID.
Nested Schema : kits
Type:
arrayMinimum Number of Items:
1Maximum Number of Items:
Show Source
2147483647-
Array of:
object DepotShipmentKitRequest
Contains kit details for depot shipment creation.
Nested Schema : DepotShipmentKitRequest
Type:
objectContains kit details for depot shipment creation.
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
404 Response
Not found
Nested Schema : details
Type:
object500 Response
Internal server error
Nested Schema : details
Type:
object