Bombshell Agency Platform Service

<back to all web services

BIPBonusMonthlyDetailRequest

The following routes are available for this service:
GET,POST,OPTIONS/v1/BIPBonus/MonthlyDetail/{MonthID}/{AgentId}
GET,POST,OPTIONS/v1/BIPBonus/MonthlyDetail/{MonthID}

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/BIPBonusMonthlyDetailRequest HTTP/1.1 
Host: api3.appreciationfinancial.com 
Content-Type: application/xml
Content-Length: length

<BIPBonusMonthlyDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
  <AgentID>0</AgentID>
  <MonthID>0</MonthID>
  <MonthlyDetail>
    <AgentId>0</AgentId>
    <AgentName>String</AgentName>
    <AgentsPromoted>String</AgentsPromoted>
    <BonusPoolID>0</BonusPoolID>
    <CreatedDate>0001-01-01T00:00:00</CreatedDate>
    <EstimatedPayout>0</EstimatedPayout>
    <ID>0</ID>
    <MonthID>0</MonthID>
    <NewRecruits>String</NewRecruits>
    <Percentage>0</Percentage>
    <PolicyPoints>0</PolicyPoints>
    <PromotionPoints>0</PromotionPoints>
    <QualifiedPolicyAgents>String</QualifiedPolicyAgents>
    <RecruitPoints>0</RecruitPoints>
    <TotalAgentsPromoted>0</TotalAgentsPromoted>
    <TotalPoints>0</TotalPoints>
    <TotalPoolValue>0</TotalPoolValue>
    <TotalQualifiedPolicyAgents>0</TotalQualifiedPolicyAgents>
    <TotalRecruits>0</TotalRecruits>
  </MonthlyDetail>
</BIPBonusMonthlyDetailRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<BIPBonusMonthlyDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
  <AgentId>0</AgentId>
  <AgentName>String</AgentName>
  <AgentsPromoted>String</AgentsPromoted>
  <BonusPoolID>0</BonusPoolID>
  <CreatedDate>0001-01-01T00:00:00</CreatedDate>
  <EstimatedPayout>0</EstimatedPayout>
  <ID>0</ID>
  <MonthID>0</MonthID>
  <NewRecruits>String</NewRecruits>
  <Percentage>0</Percentage>
  <PolicyPoints>0</PolicyPoints>
  <PromotionPoints>0</PromotionPoints>
  <QualifiedPolicyAgents>String</QualifiedPolicyAgents>
  <RecruitPoints>0</RecruitPoints>
  <TotalAgentsPromoted>0</TotalAgentsPromoted>
  <TotalPoints>0</TotalPoints>
  <TotalPoolValue>0</TotalPoolValue>
  <TotalQualifiedPolicyAgents>0</TotalQualifiedPolicyAgents>
  <TotalRecruits>0</TotalRecruits>
</BIPBonusMonthlyDetail>