GET api/Broker/GetEnrollBookOfBusinessForAgency?AgencyId={AgencyId}&StartReceivedDate={StartReceivedDate}&EndReceivedDate={EndReceivedDate}&StartEffectiveDate={StartEffectiveDate}&EndEffectiveDate={EndEffectiveDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AgencyId

string

Required

StartReceivedDate

string

None.

EndReceivedDate

string

None.

StartEffectiveDate

string

None.

EndEffectiveDate

string

None.

Body Parameters

None.

Request Formats

text/json, application/json

Sample:
Request sample for request 

--------------------------------------------------------------------------------------------------------------------------------

{
  "AgencyId": "sample string 1",
  "StartReceivedDate": "sample string 2",
  "EndReceivedDate": "sample string 3",
  "StartEffectiveDate": "sample string 4",
  "EndEffectiveDate": "sample string 5"
}

--------------------------------------------------------------------------------------------------------------------------------


text/xml, application/xml

Sample:
Request sample for request 

--------------------------------------------------------------------------------------------------------------------------------

<AgencyEnrollBookRequest xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.DTOs" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyId>sample string 1</AgencyId>
  <EndEffectiveDate>sample string 5</EndEffectiveDate>
  <EndReceivedDate>sample string 3</EndReceivedDate>
  <StartEffectiveDate>sample string 4</StartEffectiveDate>
  <StartReceivedDate>sample string 2</StartReceivedDate>
</AgencyEnrollBookRequest>

--------------------------------------------------------------------------------------------------------------------------------


Response Information

Resource Description

IHttpActionResult

None.

Response Formats

text/json, application/json

Sample:

--------------------------------------------------------------------------------------------------------------------------------

[
  {
    "ProposedEffectiveDate": "sample string 1",
    "TermDate": "sample string 2",
    "ApplicationReceiptDate": "sample string 3",
    "EffectiveDate": "sample string 5",
    "AgencyId": "sample string 9",
    "MemberStatus": "sample string 10",
    "MemberInfo": {
      "DateOfBirth": "sample string 1",
      "Sex": "sample string 2",
      "ID": "sample string 3",
      "GenderSelfIdentificationCode": "sample string 4",
      "FirstName": "sample string 5",
      "LastName": "sample string 6",
      "MI": "sample string 7",
      "Suffix": "sample string 8",
      "Prefix": "sample string 9",
      "Ethnicity": [
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        },
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        }
      ],
      "Race": [
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        },
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        }
      ]
    },
    "AgentInfo": {
      "DateOfBirth": "sample string 1",
      "Sex": "sample string 2",
      "ID": "sample string 3",
      "GenderSelfIdentificationCode": "sample string 4",
      "FirstName": "sample string 5",
      "LastName": "sample string 6",
      "MI": "sample string 7",
      "Suffix": "sample string 8",
      "Prefix": "sample string 9",
      "Ethnicity": [
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        },
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        }
      ],
      "Race": [
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        },
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        }
      ]
    },
    "AssistantAgentId": "sample string 11"
  },
  {
    "ProposedEffectiveDate": "sample string 1",
    "TermDate": "sample string 2",
    "ApplicationReceiptDate": "sample string 3",
    "EffectiveDate": "sample string 5",
    "AgencyId": "sample string 9",
    "MemberStatus": "sample string 10",
    "MemberInfo": {
      "DateOfBirth": "sample string 1",
      "Sex": "sample string 2",
      "ID": "sample string 3",
      "GenderSelfIdentificationCode": "sample string 4",
      "FirstName": "sample string 5",
      "LastName": "sample string 6",
      "MI": "sample string 7",
      "Suffix": "sample string 8",
      "Prefix": "sample string 9",
      "Ethnicity": [
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        },
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        }
      ],
      "Race": [
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        },
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        }
      ]
    },
    "AgentInfo": {
      "DateOfBirth": "sample string 1",
      "Sex": "sample string 2",
      "ID": "sample string 3",
      "GenderSelfIdentificationCode": "sample string 4",
      "FirstName": "sample string 5",
      "LastName": "sample string 6",
      "MI": "sample string 7",
      "Suffix": "sample string 8",
      "Prefix": "sample string 9",
      "Ethnicity": [
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        },
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        }
      ],
      "Race": [
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        },
        {
          "Label": "sample string 1",
          "Value": "sample string 2"
        }
      ]
    },
    "AssistantAgentId": "sample string 11"
  }
]

--------------------------------------------------------------------------------------------------------------------------------


text/xml, application/xml

Sample:

--------------------------------------------------------------------------------------------------------------------------------

<ArrayOfEnrollBookOfBusinessResponse xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.DTOs" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <EnrollBookOfBusinessResponse>
    <AgencyId>sample string 9</AgencyId>
    <AgentInfo xmlns:a="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">
      <a:Ethnicity>
        <EthnicityInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </EthnicityInfo>
        <EthnicityInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </EthnicityInfo>
      </a:Ethnicity>
      <a:FirstName>sample string 5</a:FirstName>
      <a:LastName>sample string 6</a:LastName>
      <a:MI>sample string 7</a:MI>
      <a:Prefix>sample string 9</a:Prefix>
      <a:Race>
        <RaceInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </RaceInfo>
        <RaceInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </RaceInfo>
      </a:Race>
      <a:Suffix>sample string 8</a:Suffix>
      <a:DateOfBirth>sample string 1</a:DateOfBirth>
      <a:GenderSelfIdentificationCode>sample string 4</a:GenderSelfIdentificationCode>
      <a:ID>sample string 3</a:ID>
      <a:Sex>sample string 2</a:Sex>
    </AgentInfo>
    <ApplicationReceiptDate>sample string 3</ApplicationReceiptDate>
    <AssistantAgentId>sample string 11</AssistantAgentId>
    <CancelledDate>sample string 6</CancelledDate>
    <DeniedDate>sample string 7</DeniedDate>
    <EffectiveDate>sample string 5</EffectiveDate>
    <ID>4</ID>
    <MemberInfo xmlns:a="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">
      <a:Ethnicity>
        <EthnicityInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </EthnicityInfo>
        <EthnicityInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </EthnicityInfo>
      </a:Ethnicity>
      <a:FirstName>sample string 5</a:FirstName>
      <a:LastName>sample string 6</a:LastName>
      <a:MI>sample string 7</a:MI>
      <a:Prefix>sample string 9</a:Prefix>
      <a:Race>
        <RaceInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </RaceInfo>
        <RaceInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </RaceInfo>
      </a:Race>
      <a:Suffix>sample string 8</a:Suffix>
      <a:DateOfBirth>sample string 1</a:DateOfBirth>
      <a:GenderSelfIdentificationCode>sample string 4</a:GenderSelfIdentificationCode>
      <a:ID>sample string 3</a:ID>
      <a:Sex>sample string 2</a:Sex>
    </MemberInfo>
    <MemberStatus>sample string 10</MemberStatus>
    <ProposedEffectiveDate>sample string 1</ProposedEffectiveDate>
    <RejectedDate>sample string 8</RejectedDate>
    <TermDate>sample string 2</TermDate>
  </EnrollBookOfBusinessResponse>
  <EnrollBookOfBusinessResponse>
    <AgencyId>sample string 9</AgencyId>
    <AgentInfo xmlns:a="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">
      <a:Ethnicity>
        <EthnicityInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </EthnicityInfo>
        <EthnicityInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </EthnicityInfo>
      </a:Ethnicity>
      <a:FirstName>sample string 5</a:FirstName>
      <a:LastName>sample string 6</a:LastName>
      <a:MI>sample string 7</a:MI>
      <a:Prefix>sample string 9</a:Prefix>
      <a:Race>
        <RaceInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </RaceInfo>
        <RaceInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </RaceInfo>
      </a:Race>
      <a:Suffix>sample string 8</a:Suffix>
      <a:DateOfBirth>sample string 1</a:DateOfBirth>
      <a:GenderSelfIdentificationCode>sample string 4</a:GenderSelfIdentificationCode>
      <a:ID>sample string 3</a:ID>
      <a:Sex>sample string 2</a:Sex>
    </AgentInfo>
    <ApplicationReceiptDate>sample string 3</ApplicationReceiptDate>
    <AssistantAgentId>sample string 11</AssistantAgentId>
    <CancelledDate>sample string 6</CancelledDate>
    <DeniedDate>sample string 7</DeniedDate>
    <EffectiveDate>sample string 5</EffectiveDate>
    <ID>4</ID>
    <MemberInfo xmlns:a="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">
      <a:Ethnicity>
        <EthnicityInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </EthnicityInfo>
        <EthnicityInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </EthnicityInfo>
      </a:Ethnicity>
      <a:FirstName>sample string 5</a:FirstName>
      <a:LastName>sample string 6</a:LastName>
      <a:MI>sample string 7</a:MI>
      <a:Prefix>sample string 9</a:Prefix>
      <a:Race>
        <RaceInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </RaceInfo>
        <RaceInfo>
          <Label>sample string 1</Label>
          <Value>sample string 2</Value>
        </RaceInfo>
      </a:Race>
      <a:Suffix>sample string 8</a:Suffix>
      <a:DateOfBirth>sample string 1</a:DateOfBirth>
      <a:GenderSelfIdentificationCode>sample string 4</a:GenderSelfIdentificationCode>
      <a:ID>sample string 3</a:ID>
      <a:Sex>sample string 2</a:Sex>
    </MemberInfo>
    <MemberStatus>sample string 10</MemberStatus>
    <ProposedEffectiveDate>sample string 1</ProposedEffectiveDate>
    <RejectedDate>sample string 8</RejectedDate>
    <TermDate>sample string 2</TermDate>
  </EnrollBookOfBusinessResponse>
</ArrayOfEnrollBookOfBusinessResponse>

--------------------------------------------------------------------------------------------------------------------------------