HTTP + SOAP12
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: api.exactbenefits.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<PolicyAuditorSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
<AgentLevels xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>0</d2p1:int>
</AgentLevels>
<AgentNPN>String</AgentNPN>
<AmountComparison>String</AmountComparison>
<AppSubmitDateEnd>0001-01-01T00:00:00</AppSubmitDateEnd>
<AppSubmitDateStart>0001-01-01T00:00:00</AppSubmitDateStart>
<BatchIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>0</d2p1:int>
</BatchIds>
<ContactId>0</ContactId>
<EffectiveDateEnd>0001-01-01T00:00:00</EffectiveDateEnd>
<EffectiveDateStart>0001-01-01T00:00:00</EffectiveDateStart>
<FileUploadId>0</FileUploadId>
<GrossAmount>0</GrossAmount>
<GrossComparison>String</GrossComparison>
<ListingAgentId>0</ListingAgentId>
<ListingAmount>0</ListingAmount>
<ListingDateCreatedEnd>0001-01-01T00:00:00</ListingDateCreatedEnd>
<ListingDateCreatedStart>0001-01-01T00:00:00</ListingDateCreatedStart>
<ListingId>0</ListingId>
<Page>0</Page>
<PageSize>0</PageSize>
<PartnerIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>0</d2p1:int>
</PartnerIds>
<PayTypeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>0</d2p1:int>
</PayTypeIds>
<ProcessOutcome>String</ProcessOutcome>
<ProductIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>0</d2p1:int>
</ProductIds>
<RecordAgentId>0</RecordAgentId>
<RecordDateCreatedEnd>0001-01-01T00:00:00</RecordDateCreatedEnd>
<RecordDateCreatedStart>0001-01-01T00:00:00</RecordDateCreatedStart>
<RecordDateProcessedEnd>0001-01-01T00:00:00</RecordDateProcessedEnd>
<RecordDateProcessedStart>0001-01-01T00:00:00</RecordDateProcessedStart>
<RecordEffectiveDateEnd>0001-01-01T00:00:00</RecordEffectiveDateEnd>
<RecordEffectiveDateStart>0001-01-01T00:00:00</RecordEffectiveDateStart>
<RecordId>0</RecordId>
<ResultMode>String</ResultMode>
<SearchTerms>
<PolicyAuditorSearchTerm>
<Field>String</Field>
<Value>String</Value>
</PolicyAuditorSearchTerm>
</SearchTerms>
<SearchType>String</SearchType>
<SourceLevel>String</SourceLevel>
<SourceTypeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>0</d2p1:int>
</SourceTypeIds>
<TagFilters>
<PolicyAuditorTagFilter>
<Level>String</Level>
<Mode>String</Mode>
<TagName>String</TagName>
</PolicyAuditorTagFilter>
</TagFilters>
</PolicyAuditorSearchRequest>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<PolicyAuditorSearchResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
<HasMore>false</HasMore>
<Listings>
<PolicyAuditorListingResult>
<AgentId>0</AgentId>
<AgentName>String</AgentName>
<Amount>0</Amount>
<BatchTitle>String</BatchTitle>
<CommissionBatchId>0</CommissionBatchId>
<CommissionPolicyId>0</CommissionPolicyId>
<CommissionRecordId>0</CommissionRecordId>
<DateCreated>0001-01-01T00:00:00</DateCreated>
<Description>String</Description>
<Id>0</Id>
<IsMatch>false</IsMatch>
<PayType>String</PayType>
<PaymentDate>0001-01-01T00:00:00</PaymentDate>
</PolicyAuditorListingResult>
</Listings>
<Page>0</Page>
<PageSize>0</PageSize>
<Policies>
<PolicyAuditorPolicyResult>
<AppSubmitDate>0001-01-01T00:00:00</AppSubmitDate>
<CMSPlanId>String</CMSPlanId>
<Carrier>String</Carrier>
<ContactId>0</ContactId>
<ContactName>String</ContactName>
<EffectiveDate>0001-01-01T00:00:00</EffectiveDate>
<FinalBalance>0</FinalBalance>
<FinalBalanceAll>0</FinalBalanceAll>
<Id>0</Id>
<MedicareIdNumber>String</MedicareIdNumber>
<PlanName>String</PlanName>
<PolicyMasterID>String</PolicyMasterID>
<PolicyNumber>String</PolicyNumber>
<PolicyStatus>String</PolicyStatus>
<SFConfirmationNumber>String</SFConfirmationNumber>
<TotalAmount>0</TotalAmount>
<TotalAmountAll>0</TotalAmountAll>
<TotalGross>0</TotalGross>
<TotalGrossAll>0</TotalGrossAll>
<WritingAgentId>0</WritingAgentId>
<WritingAgentName>String</WritingAgentName>
</PolicyAuditorPolicyResult>
</Policies>
<Records>
<PolicyAuditorRecordResult>
<AgentId>0</AgentId>
<AgentName>String</AgentName>
<CommissionPolicyId>0</CommissionPolicyId>
<DateCreated>0001-01-01T00:00:00</DateCreated>
<DateProcessed>0001-01-01T00:00:00</DateProcessed>
<EffectiveDate>0001-01-01T00:00:00</EffectiveDate>
<ExternalPartnerName>String</ExternalPartnerName>
<FileName>String</FileName>
<GrossCommission>0</GrossCommission>
<Id>0</Id>
<IsMatch>false</IsMatch>
<PaymentDate>0001-01-01T00:00:00</PaymentDate>
<PlanType>String</PlanType>
<PolicyProductId>0</PolicyProductId>
<Premium>0</Premium>
<ProcessFailureReason>String</ProcessFailureReason>
<ProductType>String</ProductType>
<TotalAmount>0</TotalAmount>
<TotalAmountAll>0</TotalAmountAll>
</PolicyAuditorRecordResult>
</Records>
<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>
<ResultMode>String</ResultMode>
<SearchType>String</SearchType>
<SourceLevel>String</SourceLevel>
<TotalCount>0</TotalCount>
<TotalPages>0</TotalPages>
</PolicyAuditorSearchResponse>
</soap12:Body>
</soap12:Envelope>