Bombshell Agency Platform Service

<back to all web services

CommissionPolicySearchRequest

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

HTTP + SOAP11

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

POST /soap11 HTTP/1.1 
Host: api2.exactmedicare.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: CommissionPolicySearchRequest

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<CommissionPolicySearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
  <AgentNPN>String</AgentNPN>
  <AppSubmitDateEnd>0001-01-01T00:00:00</AppSubmitDateEnd>
  <AppSubmitDateStart>0001-01-01T00:00:00</AppSubmitDateStart>
  <DateCreatedEnd>0001-01-01T00:00:00</DateCreatedEnd>
  <DateCreatedStart>0001-01-01T00:00:00</DateCreatedStart>
  <EffectiveDateEnd>0001-01-01T00:00:00</EffectiveDateEnd>
  <EffectiveDateStart>0001-01-01T00:00:00</EffectiveDateStart>
  <ExcludedAutoTagNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </ExcludedAutoTagNames>
  <MatchFields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </MatchFields>
  <Query>String</Query>
  <RequireAutoTagsMode>false</RequireAutoTagsMode>
  <RequiredAutoTagNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </RequiredAutoTagNames>
  <Top>0</Top>
  <UseExactMatch>false</UseExactMatch>
</CommissionPolicySearchRequest>

    </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<CommissionPolicySearchResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
  <RequestedCount>0</RequestedCount>
  <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>
  <Results>
    <CommissionPolicySearchResult>
      <AgentNPN>String</AgentNPN>
      <AgentName>String</AgentName>
      <AppSubmitDate>0001-01-01T00:00:00</AppSubmitDate>
      <CMSPlanId>String</CMSPlanId>
      <Carrier>String</Carrier>
      <ContactId>0</ContactId>
      <ContactName>String</ContactName>
      <DateCreated>0001-01-01T00:00:00</DateCreated>
      <EffectiveDate>0001-01-01T00:00:00</EffectiveDate>
      <Id>0</Id>
      <MatchedField>String</MatchedField>
      <MedicareIdNumber>String</MedicareIdNumber>
      <PlanName>String</PlanName>
      <PlanType>String</PlanType>
      <PolicyMasterID>String</PolicyMasterID>
      <PolicyNumber>String</PolicyNumber>
      <PolicyProductId>0</PolicyProductId>
      <PolicyStatus>String</PolicyStatus>
      <ProductType>String</ProductType>
      <SFConfirmationNumber>String</SFConfirmationNumber>
      <TotalAmount>0</TotalAmount>
      <TotalGross>0</TotalGross>
    </CommissionPolicySearchResult>
  </Results>
  <Tags>
    <CommissionPolicyManualTag>
      <CommissionPolicyId>0</CommissionPolicyId>
      <CreatedBy>String</CreatedBy>
      <DateCreated>0001-01-01T00:00:00</DateCreated>
      <Id>0</Id>
      <Severity>String</Severity>
      <SeverityColor>String</SeverityColor>
      <Tag>String</Tag>
    </CommissionPolicyManualTag>
  </Tags>
  <VirtualTags>
    <CommissionPolicyVirtualTag>
      <CommissionListingId>0</CommissionListingId>
      <CommissionPolicyId>0</CommissionPolicyId>
      <CommissionRecordId>0</CommissionRecordId>
      <Description>String</Description>
      <Severity>String</Severity>
      <SeverityColor>String</SeverityColor>
      <TagName>String</TagName>
      <VirtualTagId>0</VirtualTagId>
    </CommissionPolicyVirtualTag>
  </VirtualTags>
</CommissionPolicySearchResponse>

    </soap:Body>
</soap:Envelope>