POST Enrollment/SaveEnrollmentDates
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Web_OpenEnrollmentPeriodKey": 1,
"OwnerTypeRecordID": 2,
"CompanyPBEntityKey": 3,
"PBEntityKey": 4,
"BeginDate": "2026-02-03T19:31:42.698642-06:00",
"EndDate": "2026-02-03T19:31:42.698642-06:00",
"DateToUseForRateCalculations": "2026-02-03T19:31:42.698642-06:00",
"WhoLastChanged": "sample string 8",
"WhenLastChanged": "2026-02-03T19:31:42.698642-06:00",
"isActive": true,
"SelectedPortalDetail": [
1,
2,
3
],
"EnrollmentWindow": "2/3/2026 - 2/3/2026"
}
application/xml, text/xml
Sample:
<EnrollmentDates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VHCSAPIModels.Models">
<BeginDate>2026-02-03T19:31:42.698642-06:00</BeginDate>
<CompanyPBEntityKey>3</CompanyPBEntityKey>
<DateToUseForRateCalculations>2026-02-03T19:31:42.698642-06:00</DateToUseForRateCalculations>
<EndDate>2026-02-03T19:31:42.698642-06:00</EndDate>
<OwnerTypeRecordID>2</OwnerTypeRecordID>
<PBEntityKey>4</PBEntityKey>
<SelectedPortalDetail xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
<d2p1:int>3</d2p1:int>
</SelectedPortalDetail>
<Web_OpenEnrollmentPeriodKey>1</Web_OpenEnrollmentPeriodKey>
<WhenLastChanged>2026-02-03T19:31:42.698642-06:00</WhenLastChanged>
<WhoLastChanged>sample string 8</WhoLastChanged>
<isActive>true</isActive>
</EnrollmentDates>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.