v4.0 REST Endpoints

Designer/Visit APIs/v4.0
The operations from the Designer/Visit APIs/v4.0 category.
[Deprecated]: Add a visit
Method: post
Path: /ec-designer-svc/rest/v4.0/studies/{studyId}/versions/{version}/visits
[Deprecated]: Get a list of study visits
Method: get
Path: /ec-designer-svc/rest/v4.0/studies/{studyId}/versions/{version}/visits
Clear visit schedule
Method: delete
Path: /ec-designer-svc/rest/v4.0/studies/{studyId}/versions/{version}/visits/{visitid}/schedule/{fromEventRefId}
Create visit schedule
Method: post
Path: /ec-designer-svc/rest/v4.0/studies/{studyId}/versions/{version}/visits/{visitid}/schedule/{fromEventRefId}
Delete a visit
Method: delete
Path: /ec-designer-svc/rest/v4.0/studies/{studyId}/versions/{version}/visits/{visitid}
Get dispensation visits
Method: get
Path: /ec-designer-svc/rest/v4.0/studies/{studyId}/versions/{version}/visits/{visitid}/dispensings
Get study visit
Method: get
Path: /ec-designer-svc/rest/v4.0/studies/{studyId}/versions/{version}/visits/{visitid}
Get study visit schedule
Method: get
Path: /ec-designer-svc/rest/v4.0/studies/{studyId}/versions/{version}/visits/{visitid}/schedule
Update a visit
Method: put
Path: /ec-designer-svc/rest/v4.0/studies/{studyId}/versions/{version}/visits/{visitid}
Update visit schedule
Method: put
Path: /ec-designer-svc/rest/v4.0/studies/{studyId}/versions/{version}/visits/{visitid}/schedule/{fromEventRefId}