GET api/Rater/PlanEmployeeCensusPlanChoices/{RFPID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| RFPID | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"census_id": 1,
"PlanRateID": 2,
"PlanName": "sample string 3",
"DateSelected": "2026-04-13T21:48:35.0105526-05:00"
},
{
"census_id": 1,
"PlanRateID": 2,
"PlanName": "sample string 3",
"DateSelected": "2026-04-13T21:48:35.0105526-05:00"
},
{
"census_id": 1,
"PlanRateID": 2,
"PlanName": "sample string 3",
"DateSelected": "2026-04-13T21:48:35.0105526-05:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfPlanRateEmployeeCensusChoiceViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InsuranceAPI.Models">
<PlanRateEmployeeCensusChoiceViewModel>
<DateSelected>2026-04-13T21:48:35.0105526-05:00</DateSelected>
<PlanName>sample string 3</PlanName>
<PlanRateID>2</PlanRateID>
<census_id>1</census_id>
</PlanRateEmployeeCensusChoiceViewModel>
<PlanRateEmployeeCensusChoiceViewModel>
<DateSelected>2026-04-13T21:48:35.0105526-05:00</DateSelected>
<PlanName>sample string 3</PlanName>
<PlanRateID>2</PlanRateID>
<census_id>1</census_id>
</PlanRateEmployeeCensusChoiceViewModel>
<PlanRateEmployeeCensusChoiceViewModel>
<DateSelected>2026-04-13T21:48:35.0105526-05:00</DateSelected>
<PlanName>sample string 3</PlanName>
<PlanRateID>2</PlanRateID>
<census_id>1</census_id>
</PlanRateEmployeeCensusChoiceViewModel>
</ArrayOfPlanRateEmployeeCensusChoiceViewModel>