Update supply settings

put

/ec-ors-svc/rest/v9.0/studies/{studyId}/{mode}/supply/settings

Updates a study's supply settings by study ID. Rights: SupplySettingRightsPost. Required sponsor roles are: clinical supply manager and site manager. Added new fields: tempExcursionStartingNumber, sendNotificationOnce.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : SupplySettingsTO v9.0
Type: object
Title: SupplySettingsTO v9.0
Supply settings details object.
Show Source
Nested Schema : kitsSelectedForRandomization
Type: array
kitsSelectedForRandomization.
Show Source
Example:
[
    "30100000600000000000000000000000",
    "40100000600000000000000000000000"
]
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : IDResponse
Type: object
Response object containing Id.
Show Source

400 Response

Invalid Kit Types OR Invalid selection of Randomize only when all kits are available
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

404 Response

Not found
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

500 Response

Internal server error
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
Back to Top