Change a single external enrollment entry.
PATCH {{baseUrl}}/ExternalEnrollmentTimeSeries(studyID/studyUUID/protocolID='{studyID/studyUUID/protocolID}',scenarioID='{{scenarioID}}',siteGroupID='{{siteGroupID}}',randomizationGroupID='{{randomizationGroupID}}',treatmentGroupID='{{treatmentGroupID}}',enrollmentDate/enrollmentWeekDate={enrollmentDate/enrollmentWeekDate})?study ID or study UUID or protocol ID=<string>&scenario ID or scenario UUID=<string>&siteGroup ID=<string>&randomizationGroup ID or randomizationGroup UUID=<string>&treatmentGroup ID or treatmentGroup UUID=<string>&enrollment Date or enrollment Week Date=<date>
Request Params
Key | Datatype | Required | Description |
---|
study ID or study UUID or protocol ID | string | | (Required) Key: studyID/studyUUID/protocolID |
scenario ID or scenario UUID | string | | (Required) Key: scenarioID/scenarioUUID |
siteGroup ID | string | | (Required) Key: siteGroupID |
randomizationGroup ID or randomizationGroup UUID | string | | (Required) Key: randomizationGroupID/randomizationGroupUUID |
treatmentGroup ID or treatmentGroup UUID | string | | (Required) Key: treatmentGroupID/treatmentGroupUUID |
enrollment Date or enrollment Week Date | string | | (Required) Key: enrollmentDate/enrollmentWeekDate |
Request Body
{"enrollmentValue"=>"<number>", "studyID"=>"<string>", "scenarioID"=>"<string>", "siteGroupID"=>"<string>", "randomizationGroupID"=>"<string>", "treatmentGroupID"=>"<string>", "enrollmentDate"=>"<date>", "enrollmentWeekDate"=>"<string>", "protocolID"=>"<string>", "randomizationGroupUUID"=>"<uuid>", "studyUUID"=>"<uuid>", "scenarioUUID"=>"<uuid>", "treatmentGroupUUID"=>"<uuid>", "siteGroupUUID"=>"<uuid>"}
Key | Datatype | Required | Description |
---|
Content-Type | string | | |
Accept | string | | |