v1.0

post

/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/partial-dispensation-settings

Adds partial dispensation settings. Rights required: SupplySettingRightsPost.

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 : PartialDispensationSettingsRequest v1.0
Type: object
Title: PartialDispensationSettingsRequest v1.0
Request containing partial dispensation settings.
Show Source
Nested Schema : kitTypeSrcIds
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 2147483647
Unique Items Required: true
Show Source
Example:
[
    "938D23FA6B7241CCA41BD627E5DB60DA",
    "699EF3745FC545589F186D2198F3C65E"
]
Examples

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : PartialDispensationSettingsResponse v1.0
Type: object
Title: PartialDispensationSettingsResponse v1.0
Response containing partial dispensation settings.
Show Source
Examples

400 Response

Invalid Partial Dispensation Setting Details
Body ()
Root Schema : ORSResponse
Type: object
Common response object.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Result Object
Nested Schema : details
Type: object
Examples

Back to Top