Create a manual depot shipment in resupply strategy
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)
ID of 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
Job 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
Root Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: string
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.Example:
User role is missing required permission REPORTING_VIEW. Field: userId -
errorCode: string
Application or business-specific error code representing the error type.Example:
REPT_401 -
errorMessage: string
Human-readable error message describing the failure or issue.Example:
Unauthorized: User does not have access to the requested resource
500 Response
Internal server error
Root Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: string
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.Example:
User role is missing required permission REPORTING_VIEW. Field: userId -
errorCode: string
Application or business-specific error code representing the error type.Example:
REPT_401 -
errorMessage: string
Human-readable error message describing the failure or issue.Example:
Unauthorized: User does not have access to the requested resource