Bombshell Agency Platform Service

<back to all web services

PolicyAuditorAnalysisTagsRequest

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: api.exactbenefits.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: PolicyAuditorAnalysisTagsRequest

<?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>

<PolicyAuditorAnalysisTagsRequest 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>
  <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>
  <SearchTerms>
    <PolicyAuditorSearchTerm>
      <Field>String</Field>
      <Value>String</Value>
    </PolicyAuditorSearchTerm>
  </SearchTerms>
  <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>
</PolicyAuditorAnalysisTagsRequest>

    </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>

<PolicyAuditorAnalysisTagsResponse 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>
  <Tags>
    <PolicyAuditorAnalysisTagCount>
      <Level>String</Level>
      <SeverityColor>String</SeverityColor>
      <TagCount>0</TagCount>
      <TagName>String</TagName>
    </PolicyAuditorAnalysisTagCount>
  </Tags>
</PolicyAuditorAnalysisTagsResponse>

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