v3.0

post

/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/lots/blinded-lots

Creates blinded lot with release depot to depot settings.

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:
    1BC29B36F5D64B1B95F4BDBBCEA481BE
Supported Media Types
Request Body - application/json ()
Root Schema : Blinded Lot Request
Type: object
Title: Blinded Lot Request
Blinded lot request parameters.
Show Source
Nested Schema : manufacturingLotIds
Type: array
IDs of manufacturing lots associated with the blinded lot.
Show Source
Example:
[
    "392DA9F053E94B9B9339AC7D0FA0D1DB"
]
Nested Schema : settingsByCountry
Type: array
Show Source
Example:
[
    {
        "countryIso":"US",
        "doNotShip":50,
        "doNotCount":10
    }
]
Nested Schema : CountrySupplySettings
Type: object
Show Source
Example:
{
    "countryIso":"US",
    "doNotShip":50,
    "doNotCount":10
}
Examples

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : IDResponse v1.0
Type: object
Title: IDResponse v1.0
Response containing the identifier.
Show Source
Examples

400 Response

v3.0 The study identifier does not match any study identifiers in Clinical One
Body ()
Root Schema : IDResponse v1.0
Type: object
Title: IDResponse v1.0
Response containing the identifier.
Show Source
Examples

404 Response

Blinded lot not found
Body ()
Root Schema : IDResponse v1.0
Type: object
Title: IDResponse v1.0
Response containing the identifier.
Show Source
Examples

Back to Top