Create a single external enrollment entry.
POST {{baseUrl}}/ExternalEnrollmentTimeSeries
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>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"studyID":"\u003cstring\u003e","scenarioID":"\u003cstring\u003e","siteGroupID":"\u003cstring\u003e","randomizationGroupID":"\u003cstring\u003e","treatmentGroupID":"\u003cstring\u003e","enrollmentDate":"\u003cdate\u003e","enrollmentWeekDate":"\u003cstring\u003e","enrollmentValue":"\u003cnumber\u003e","protocolID":"\u003cstring\u003e","randomizationGroupUUID":"\u003cuuid\u003e","studyUUID":"\u003cuuid\u003e","scenarioUUID":"\u003cuuid\u003e","treatmentGroupUUID":"\u003cuuid\u003e","siteGroupUUID":"\u003cuuid\u003e"}