v5.0
get
/ec-ors-svc/rest/v5.0/studies/{studyId}/{mode}/supply/settings
Deprecated: Retrieves supply settings. This version includes new field confirmDispensation in Response. Required sponsor roles are: clinical supply manager and site manager.
Rights: SupplySettingRightsGet.
Rights: SupplySettingRightsGet.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training.
-
studyId(required): string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : SupplySettingsTO v5.0
Type:
objectTitle:
SupplySettingsTO v5.0Supply settings details object.
Show Source
-
allowManualConsignments(required): boolean
Title:
Allow Manual ConsignmentsIndicates whether manual consignments are allowed.Example:true -
allowPartialDispensation(required): boolean
Indicate whether partial dispensation is allowed.Example:
true -
allowSingleKitQuarantine(required): boolean
Title:
Allow Single Kit QuarantineIndicates whether single kit quarantine is allowed.Example:true -
confirmDispensation(required): boolean
Title:
Confirm DispensationIndicates whether dispensation confirmation is required.Example:true -
customShipmentIdPrefix: string
Title:
Shipment ID PrefixPrefix used while generating shipment IDs.Example:SomePrefix -
depotKitReconRequired(required): boolean
Title:
Depot Kit Reconciliation RequiredDepot kit reconciliation required.Example:true -
intlShipmentTriggerId(required): number
(double)
Initial shipment trigger Id.Example:
2 -
intlShipmentVisitId: string
(uuid)
Title:
Initial Shipment Visit IDIdentifier of the visit for initial shipments. -
kitReconciliationRequired(required): boolean
Title:
Site Kit Reconciliation RequiredIndicates whether kit reconciliation is required at the site.Example:true -
reuseOnlyLastVisitKkits(required): boolean
Indicate whether to reuse only last visit kits.Example:
true -
reuseSealedKits(required): boolean
Indicate whether to reuse sealed kits.Example:
true -
sendKitTypeForSingleKitOrder: string
(uuid)
Title:
Kit Type IDIdentifier of the selected kit type for single kit ordering. -
shipmentPrefixType(required): string
Title:
Shipment ID Prefix TypeAllowed Values:[ "DEPOTID", "CUSTOM", "NONE" ]Type identifier used when generating shipment ID prefixes.Example:DEPOTID -
singleKitSettingId: number
(double)
Title:
Single Kit Setting IDIdentifier of the single kit ordering setting.Example:1 -
useBlindingGroups(required): boolean
Title:
Blinded Groups RequiredIndicates whether blinding groups are required.Example:true -
useLabelGroups(required): boolean
Title:
Label Groups RequiredIndicates whether label groups are required.Example:true -
useShippingGroups(required): boolean
Title:
Multiple Storage RequirementsIndicates whether multiple storage/shipping requirement groups are used.Example:true -
useTemperatureExcursion(required): boolean
Title:
Allow Temperature ExcursionsIndicates whether temperature excursions are allowed.Example:true -
waitDaysBeforeNotifying: number
(double)
Title:
Notification To Receive Shipment (in days)Minimum Value:0Maximum Value:30Number of days before a notification is sent to receive a shipment.Example:2
500 Response
Internal server error
Root Schema : ORSResponse
Type:
objectCommon response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success -
version: integer
(int32)
Nested Schema : result
Type:
objectResult Object
Nested Schema : details
Type:
object