HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/PolicyAuditorAnalysisTagsRequest HTTP/1.1
Host: api.exactbenefits.com
Content-Type: application/xml
Content-Length: length
<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>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<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>