[Deprecated]: Update list of dispensation visits
put
/ec-designer-svc/rest/v2.0/studies/{studyId}/versions/{version}/dispensings
Deprecated: Use latest version instead. Updates list of dispensation visits in a study version to create new visits, update existing ones or delete deprecated visits.
Request
Path Parameters
-
studyId(required): string(uuid)
Study ID. Example: F054C951EB74443C93716CA714AB686E
-
version(required): string
Study version. Example: "1.0.0.1"
Query Parameters
-
randVisitId: string
Optional visit id where randomization was assigned.Default Value:
empty
Supported Media Types
- application/json
Nested Schema : ArmKitVisitDtoV2
Type:
Show Source
object
-
armid: string
(uuid)
Treatment Arm GUID
-
dispenseoutsidewindow: boolean
Kit can be dispensed outside the schedule window.Example:
false
-
dnd: integer
(int64)
Do not Dispense - a number of days before kit expiration date when kit cannot be dispensed.Example:
5
-
dosingId: string
(uuid)
Dosing GUID
-
id: string
(uuid)
Dispensation GUID
-
kitid: string
(uuid)
Kit GUID
-
quantity: integer
(int64)
Kit quantity or dose.Example:
1
-
visitid: string
(uuid)
Visit GUID
Response
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : schema
Type:
Show Source
array
-
Array of:
object RespArmKitVisitDto v2.0
Title:
RespArmKitVisitDto v2.0
Error parameters list.
Nested Schema : RespArmKitVisitDto v2.0
Type:
object
Title:
RespArmKitVisitDto v2.0
Error parameters list.
Show Source
-
armid: string
(uuid)
Treatment Arm GUID
-
dispenseoutsidewindow: boolean
Kit can be dispensed outside the schedule window.Example:
false
-
dnd: integer
(int64)
Do not Dispense - a number of days before kit expiration date when kit cannot be dispensed.Example:
5
-
dosingId: string
(uuid)
Dosing GUID
-
errorParamList: array
errorParamList
-
id: string
(uuid)
Dispensation GUID
-
kitid: string
(uuid)
Kit GUID
-
quantity: integer
(int64)
Kit quantity or dose.Example:
1
-
visitid: string
(uuid)
Visit GUID
Nested Schema : errorParamList
Type:
Show Source
array
-
Array of:
object RespErrParamListDto v1.0
Title:
RespErrParamListDto v1.0
Error parameters list.
Nested Schema : RespErrParamListDto v1.0
Type:
object
Title:
RespErrParamListDto v1.0
Error parameters list.
Show Source
Nested Schema : ErrorParam
Type:
Show Source
array
-
Array of:
object ErrorParam
Title:
ErrorParam
Error parameter
Nested Schema : ErrorParam
Type:
object
Title:
ErrorParam
Error parameter
Show Source
-
id: string
(uuid)
Missing object unique GUID
-
key: string
(uuid)
Kit unique GUID
-
name: string
NameExample:
WEEK5
-
type: string
Missing object typeExample:
Visit
500 Response
Error
Nested Schema : details
Type:
object