[Deprecated]: v1.0

post

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

Deprecated: Creates a blinded lot by study ID. Rights: LotManagementPost.

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 : BlindedLotRequestV2.0
Type: object
Title: BlindedLotRequestV2.0
Request object to create blinded lot with country-specific settings.
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 : BlindedLotId
Type: object
Contains blinded lot id.
Show Source
Examples

400 Response

Blinded lot number or lot short name already exists. OR Expiration date is not valid. OR Invalid lot. OR Lot belongs to a blinded lot.
Body ()
Root Schema : ORSResponse
Type: object
Common response object.
Show Source
Nested Schema : ErrorResponseData
Type: object
Title: ErrorResponseData
Error Response Details Information
Show Source
  • Object
    Title: Object
    Object with error details information.
  • Error code which is stored in ErrorCode enum. Example : C1-003
    Example: C1-003
  • Error message which is stored in service property file. Example : Cannot modify object after a study version has been approved
    Example: Cannot modify object after a study version has been approved
Nested Schema : result
Type: object
Result Object
Nested Schema : Object
Type: object
Title: Object
Object with error details information.
Examples

403 Response

The study identifier does not match any study identifiers in Clinical One
Body ()
Root Schema : ORSResponse
Type: object
Common response object.
Show Source
Nested Schema : ErrorResponseData
Type: object
Title: ErrorResponseData
Error Response Details Information
Show Source
  • Object
    Title: Object
    Object with error details information.
  • Error code which is stored in ErrorCode enum. Example : C1-003
    Example: C1-003
  • Error message which is stored in service property file. Example : Cannot modify object after a study version has been approved
    Example: Cannot modify object after a study version has been approved
Nested Schema : result
Type: object
Result Object
Nested Schema : Object
Type: object
Title: Object
Object with error details information.
Examples

500 Response

Internal server error
Body ()
Root Schema : ORSResponse
Type: object
Common response object.
Show Source
Nested Schema : ErrorResponseData
Type: object
Title: ErrorResponseData
Error Response Details Information
Show Source
  • Object
    Title: Object
    Object with error details information.
  • Error code which is stored in ErrorCode enum. Example : C1-003
    Example: C1-003
  • Error message which is stored in service property file. Example : Cannot modify object after a study version has been approved
    Example: Cannot modify object after a study version has been approved
Nested Schema : result
Type: object
Result Object
Nested Schema : Object
Type: object
Title: Object
Object with error details information.
Examples

Back to Top