HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/BIPBonusMonthlyTotalRequest HTTP/1.1
Host: api3.appreciationfinancial.com
Content-Type: application/xml
Content-Length: length
<BIPBonusMonthlyTotalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
<MonthlyTotal>
<BonusPoolID>0</BonusPoolID>
<CreatedDate>0001-01-01T00:00:00</CreatedDate>
<EndDate>0001-01-01T00:00:00</EndDate>
<ID>0</ID>
<IsRollover>false</IsRollover>
<ModifiedBy>String</ModifiedBy>
<MonthYear>String</MonthYear>
<StartDate>0001-01-01T00:00:00</StartDate>
<TotalFunds>0</TotalFunds>
<TotalOverallPoints>0</TotalOverallPoints>
<TotalPolicyPoints>0</TotalPolicyPoints>
<TotalPromotionPoints>0</TotalPromotionPoints>
<TotalRecruitPoints>0</TotalRecruitPoints>
</MonthlyTotal>
</BIPBonusMonthlyTotalRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<BIPBonusMonthlyTotal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
<BonusPoolID>0</BonusPoolID>
<CreatedDate>0001-01-01T00:00:00</CreatedDate>
<EndDate>0001-01-01T00:00:00</EndDate>
<ID>0</ID>
<IsRollover>false</IsRollover>
<ModifiedBy>String</ModifiedBy>
<MonthYear>String</MonthYear>
<StartDate>0001-01-01T00:00:00</StartDate>
<TotalFunds>0</TotalFunds>
<TotalOverallPoints>0</TotalOverallPoints>
<TotalPolicyPoints>0</TotalPolicyPoints>
<TotalPromotionPoints>0</TotalPromotionPoints>
<TotalRecruitPoints>0</TotalRecruitPoints>
</BIPBonusMonthlyTotal>