Bombshell Agency Platform Service

<back to all web services

SunFireRequest

The following routes are available for this service:
POST,OPTIONS/v1/SunFire

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/SunFireRequest HTTP/1.1 
Host: api2.exactmedicare.com 
Content-Type: application/xml
Content-Length: length

<SunFireRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
  <AgentID>String</AgentID>
  <Agent_x0020_Email>String</Agent_x0020_Email>
  <Agent_x0020_NPN>String</Agent_x0020_NPN>
  <Agent_x0020_Name>String</Agent_x0020_Name>
  <Agent_x0020_username>String</Agent_x0020_username>
  <App_x0020_Submit_x0020_Date>String</App_x0020_Submit_x0020_Date>
  <Applicant_x0020_Email_x0020_Address>String</Applicant_x0020_Email_x0020_Address>
  <CMS_x0020_plan_x0020_ID>String</CMS_x0020_plan_x0020_ID>
  <Can_x0020_email_x0020_the_x0020_enrollee>String</Can_x0020_email_x0020_the_x0020_enrollee>
  <Carrier_x0020_Id>String</Carrier_x0020_Id>
  <Carrier_x0020_Name>String</Carrier_x0020_Name>
  <Confirmation_x0020_Number>String</Confirmation_x0020_Number>
  <Contract_x0020_ID>String</Contract_x0020_ID>
  <DOB>String</DOB>
  <Effective_x0020_Date>String</Effective_x0020_Date>
  <Election_x0020_Code>String</Election_x0020_Code>
  <Election_x0020_period>String</Election_x0020_period>
  <Full_x0020_Address>String</Full_x0020_Address>
  <Gender>String</Gender>
  <Has_x0020_other_x0020_drug_x0020_coverage>String</Has_x0020_other_x0020_drug_x0020_coverage>
  <Has_x0020_other_x0020_group_x0020_coverage>String</Has_x0020_other_x0020_group_x0020_coverage>
  <IPAddress>String</IPAddress>
  <LTC_x0020_address_x0020_city>String</LTC_x0020_address_x0020_city>
  <LTC_x0020_address_x0020_line_x0020_1>String</LTC_x0020_address_x0020_line_x0020_1>
  <LTC_x0020_address_x0020_state>String</LTC_x0020_address_x0020_state>
  <LTC_x0020_phone>String</LTC_x0020_phone>
  <Language>String</Language>
  <Lead_x0020_Vendor>String</Lead_x0020_Vendor>
  <Medicaid_x0020_number>String</Medicaid_x0020_number>
  <Medicare_x0020_ID_x0020_Number>String</Medicare_x0020_ID_x0020_Number>
  <Medicare_x0020__x0023_>String</Medicare_x0020__x0023_>
  <P2P_x0020_Check>String</P2P_x0020_Check>
  <PCP_x0020_-_x0020_Is_x0020_established_x0020_patient>String</PCP_x0020_-_x0020_Is_x0020_established_x0020_patient>
  <PCP_x0020_ID>String</PCP_x0020_ID>
  <Payment_x0020_type>String</Payment_x0020_type>
  <Plan_x0020_ID>String</Plan_x0020_ID>
  <Plan_x0020_Name>String</Plan_x0020_Name>
  <Plan_x0020_type>String</Plan_x0020_type>
  <Plan_x0020_year>String</Plan_x0020_year>
  <Policy_x0020_Type>String</Policy_x0020_Type>
  <Primary_x0020_Care_x0020_Doctor>String</Primary_x0020_Care_x0020_Doctor>
  <SEP_x0020_Reason_x0020_Code>String</SEP_x0020_Reason_x0020_Code>
  <Submit_x0020_Time>String</Submit_x0020_Time>
  <SunFire_x0020_plan_x0020_ID>String</SunFire_x0020_plan_x0020_ID>
  <Sunfire_x0020_Personal_x0020_Code>String</Sunfire_x0020_Personal_x0020_Code>
  <Wish_x0020_to_x0020_designate_x0020_PCP>String</Wish_x0020_to_x0020_designate_x0020_PCP>
  <WritingId>String</WritingId>
  <address1>String</address1>
  <agentContractType>String</agentContractType>
  <attributionSource>String</attributionSource>
  <city>String</city>
  <first_name>String</first_name>
  <full_name>String</full_name>
  <last_name>String</last_name>
  <old_x0020_part_x0020_a>String</old_x0020_part_x0020_a>
  <old_x0020_part_x0020_b>String</old_x0020_part_x0020_b>
  <postal_code>String</postal_code>
  <state>String</state>
</SunFireRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<SunFireResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
  <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
    <d2p1:ErrorCode>String</d2p1:ErrorCode>
    <d2p1:Message>String</d2p1:Message>
    <d2p1:StackTrace>String</d2p1:StackTrace>
    <d2p1:Errors>
      <d2p1:ResponseError>
        <d2p1:ErrorCode>String</d2p1:ErrorCode>
        <d2p1:FieldName>String</d2p1:FieldName>
        <d2p1:Message>String</d2p1:Message>
      </d2p1:ResponseError>
    </d2p1:Errors>
  </ResponseStatus>
</SunFireResponse>