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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;studyID&quot;:&quot;\u003cstring\u003e&quot;,&quot;scenarioID&quot;:&quot;\u003cstring\u003e&quot;,&quot;siteGroupID&quot;:&quot;\u003cstring\u003e&quot;,&quot;randomizationGroupID&quot;:&quot;\u003cstring\u003e&quot;,&quot;treatmentGroupID&quot;:&quot;\u003cstring\u003e&quot;,&quot;enrollmentDate&quot;:&quot;\u003cdate\u003e&quot;,&quot;enrollmentWeekDate&quot;:&quot;\u003cstring\u003e&quot;,&quot;enrollmentValue&quot;:&quot;\u003cnumber\u003e&quot;,&quot;protocolID&quot;:&quot;\u003cstring\u003e&quot;,&quot;randomizationGroupUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;studyUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;scenarioUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatmentGroupUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;siteGroupUUID&quot;:&quot;\u003cuuid\u003e&quot;}