Bombshell Agency Platform Service

<back to all web services

PolicyProductCompensationDimensionSearchRequest

The following routes are available for this service:
GET,OPTIONS/v1/PolicyProductCompensationDimension/Search

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/PolicyProductCompensationDimensionSearchRequest HTTP/1.1 
Host: api2.exactmedicare.com 
Content-Type: application/xml
Content-Length: length

<PolicyProductCompensationDimensionSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
  <AgentLevelId>0</AgentLevelId>
  <IsAEP>false</IsAEP>
  <P2PTypeId>0</P2PTypeId>
  <PayTypeId>0</PayTypeId>
  <PlanTypeId>0</PlanTypeId>
  <PolicyProductCompensationTypeId>0</PolicyProductCompensationTypeId>
  <PolicyProductOverrideId>0</PolicyProductOverrideId>
  <WritingAgent>false</WritingAgent>
</PolicyProductCompensationDimensionSearchRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<PolicyProductCompensationDimensionSearchResponse 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>
  <Results>
    <PolicyProductCompensationDimensionSearchResult>
      <AgentLevelId>0</AgentLevelId>
      <AgentLevelRank>String</AgentLevelRank>
      <Id>0</Id>
      <IsAEP>false</IsAEP>
      <P2PTypeId>0</P2PTypeId>
      <P2PTypeName>String</P2PTypeName>
      <PayTypeId>0</PayTypeId>
      <PayTypeName>String</PayTypeName>
      <PlanTypeId>0</PlanTypeId>
      <PlanTypeName>String</PlanTypeName>
      <PolicyProductCompensationDimensionValue>0</PolicyProductCompensationDimensionValue>
      <PolicyProductCompensationTypeId>0</PolicyProductCompensationTypeId>
      <PolicyProductCompensationTypeName>String</PolicyProductCompensationTypeName>
      <PolicyProductCompensationTypeSymbol>String</PolicyProductCompensationTypeSymbol>
      <PolicyProductId>0</PolicyProductId>
      <PolicyProductName>String</PolicyProductName>
      <PolicyProductOverrideId>0</PolicyProductOverrideId>
      <PolicyProductOverrideName>String</PolicyProductOverrideName>
      <WritingAgent>false</WritingAgent>
    </PolicyProductCompensationDimensionSearchResult>
  </Results>
</PolicyProductCompensationDimensionSearchResponse>