v4.0
post
/ec-ors-svc/rest/v4.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
Indicates the operational mode of the study. Accepted values: active, test, or training.Example:
test -
studyId(required): string(uuid)
Unique identifier of the study. Uses UUID in a 32-character uppercase hexadecimal string format.Example:
1BC29B36F5D64B1B95F4BDBBCEA481BE
Supported Media Types
- application/json
Root Schema : ManualSupplyRequest v2.0
Type:
objectTitle:
ManualSupplyRequest v2.0Request containing manual supply details.
Show Source
-
jobInstanceId: string
Title:
Job Instance IDJob instance ID.Example:4FEBE3E166454E2687C6FAC306E7C86E -
kits: array
kits
Minimum Number of Items:
1Maximum Number of Items:2147483647 -
siteId(required): string
(uuid)
Title:
Site IDSite ID.
Nested Schema : kits
Type:
arrayMinimum Number of Items:
1Maximum Number of Items:
Show Source
2147483647-
Array of:
object KitRequest v2.0
Title:
KitRequest v2.0Request containing kits details.
Nested Schema : KitRequest v2.0
Type:
objectTitle:
KitRequest v2.0Request containing kits details.
Show Source
-
kitTypeId: string
(uuid)
Title:
Kit Type IDKit type identifier. -
lotId: string
(uuid)
Title:
Blinded Lot IDBlinded lot ID. -
quantity(required): number
Title:
QuantityMinimum Value:0Minimum Value:> falseMaximum Value:999Maximum Value:< falseKit quantity.Example:2
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : IDResponse v1.0
Type:
objectTitle:
IDResponse v1.0Response containing the identifier.
Show Source
Examples
404 Response
Not found
Nested Schema : details
Type:
objectExamples
500 Response
Internal server error
Nested Schema : details
Type:
objectExamples