HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/BIPBonusLeaderboardRequest HTTP/1.1
Host: api3.appreciationfinancial.com
Content-Type: application/xml
Content-Length: length
<BIPBonusLeaderboardRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
<EndDate>String</EndDate>
<StartDate>String</StartDate>
</BIPBonusLeaderboardRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<BIPBonusLeaderboardResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
<Agents>
<BIPBonusLeaderboard>
<_PolicyPoints>0</_PolicyPoints>
<_Position>0</_Position>
<_PromotionPoints>0</_PromotionPoints>
<_RecruitPoints>0</_RecruitPoints>
<_RecruiterId>0</_RecruiterId>
<_RecruiterName>String</_RecruiterName>
<_TotalAgentsPromoted>0</_TotalAgentsPromoted>
<_TotalPoints>0</_TotalPoints>
</BIPBonusLeaderboard>
</Agents>
<AllData>
<BIPBonusLeaderboard>
<_PolicyPoints>0</_PolicyPoints>
<_Position>0</_Position>
<_PromotionPoints>0</_PromotionPoints>
<_RecruitPoints>0</_RecruitPoints>
<_RecruiterId>0</_RecruiterId>
<_RecruiterName>String</_RecruiterName>
<_TotalAgentsPromoted>0</_TotalAgentsPromoted>
<_TotalPoints>0</_TotalPoints>
</BIPBonusLeaderboard>
</AllData>
<Pool>
<BIPBonusLeaderboardPool>
<PoolStartDate>0001-01-01T00:00:00</PoolStartDate>
<TotalPoolValue>0</TotalPoolValue>
<TotalRollover>0</TotalRollover>
</BIPBonusLeaderboardPool>
</Pool>
<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>
</BIPBonusLeaderboardResponse>