v2.0

post

/ec-ors-svc/rest/v2.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
  • Indicates the operational mode of the study. Accepted values: active, test, or training.
    Example:
    test
  • Unique identifier of the study. Uses UUID in a 32-character uppercase hexadecimal string format.
    Example:
    C36A3197FDEE433FB5547EE83DE99E4B
Supported Media Types
Request Body - application/json ()
Root Schema : ManualDepotSupplyRequest v2.0
Type: object
Title: ManualDepotSupplyRequest v2.0
Manual depot-to-depot supply v2 request object.
Show Source
Nested Schema : kits
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 2147483647
Show Source
Nested Schema : DepotShipmentKitRequest_v2
Type: object
Contains lot details for depot shipment creation.
Show Source
Example:
[
    {
        "kitTypeId":"B1B8327AFAA6412287106192AB5984EF",
        "quantity":"2"
    }
]
Examples

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Type: string(uuid)
Examples

404 Response

Not found
Body ()
Root Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Examples

500 Response

Internal server error
Body ()
Root Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Examples

Back to Top