POST Enrollment/SaveEnrollmentDates

Request Information

URI Parameters

None.

Body Parameters

EnrollmentDates
NameDescriptionTypeAdditional information
Web_OpenEnrollmentPeriodKey

integer

None.

OwnerTypeRecordID

integer

None.

CompanyPBEntityKey

integer

None.

PBEntityKey

integer

None.

BeginDate

date

None.

EndDate

date

None.

DateToUseForRateCalculations

date

None.

WhoLastChanged

string

None.

WhenLastChanged

date

None.

isActive

boolean

None.

SelectedPortalDetail

Collection of integer

None.

EnrollmentWindow

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Web_OpenEnrollmentPeriodKey": 1,
  "OwnerTypeRecordID": 2,
  "CompanyPBEntityKey": 3,
  "PBEntityKey": 4,
  "BeginDate": "2025-01-09T13:49:58.9813098-06:00",
  "EndDate": "2025-01-09T13:49:58.9813098-06:00",
  "DateToUseForRateCalculations": "2025-01-09T13:49:58.9813098-06:00",
  "WhoLastChanged": "sample string 8",
  "WhenLastChanged": "2025-01-09T13:49:58.9813098-06:00",
  "isActive": true,
  "SelectedPortalDetail": [
    1,
    2
  ],
  "EnrollmentWindow": "1/9/2025 - 1/9/2025"
}

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>2025-01-09T13:49:58.9813098-06:00</BeginDate>
  <CompanyPBEntityKey>3</CompanyPBEntityKey>
  <DateToUseForRateCalculations>2025-01-09T13:49:58.9813098-06:00</DateToUseForRateCalculations>
  <EndDate>2025-01-09T13:49:58.9813098-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>
  </SelectedPortalDetail>
  <Web_OpenEnrollmentPeriodKey>1</Web_OpenEnrollmentPeriodKey>
  <WhenLastChanged>2025-01-09T13:49:58.9813098-06:00</WhenLastChanged>
  <WhoLastChanged>sample string 8</WhoLastChanged>
  <isActive>true</isActive>
</EnrollmentDates>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.