Bombshell Agency Platform Service

<back to all web services

BIPBonusLeaderboardRequest

The following routes are available for this service:
GET,OPTIONS/v1/BIPBonus/Leaderboard/{StartDate}/{EndDate}
POST,OPTIONS/v1/BIPBonus/Leaderboard

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/BIPBonusLeaderboardRequest HTTP/1.1 
Host: api3.appreciationfinancial.com 
Content-Type: text/jsv
Content-Length: length

{
	StartDate: String,
	EndDate: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	},
	AllData: 
	[
		{
			Position: 0,
			RecruiterId: 0,
			RecruiterName: String,
			RecruitPoints: 0,
			TotalAgentsPromoted: 0,
			PromotionPoints: 0,
			PolicyPoints: 0,
			TotalPoints: 0
		}
	],
	Agents: 
	[
		{
			Position: 0,
			RecruiterId: 0,
			RecruiterName: String,
			RecruitPoints: 0,
			TotalAgentsPromoted: 0,
			PromotionPoints: 0,
			PolicyPoints: 0,
			TotalPoints: 0
		}
	],
	Pool: 
	[
		{
			PoolStartDate: 0001-01-01,
			TotalPoolValue: 0,
			TotalRollover: 0
		}
	]
}