Bombshell Agency Platform Service

<back to all web services

MassUpdateAgentHistoricalHierarchyAndRankChangesRequest

The following routes are available for this service:
PUT,OPTIONS/v1/MassUpdateAgentHistoricalHierarchyAndRanksFromUpload

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/oneway/MassUpdateAgentHistoricalHierarchyAndRankChangesRequest HTTP/1.1 
Host: api2.exactmedicare.com 
Content-Type: text/jsv
Content-Length: length

{
	ImportedRankChanges: 
	[
		{
			AgentNumber: String,
			AgentId: 0,
			AgentName: String,
			NewRank: String,
			StartDate: 0001-01-01,
			EndDate: 0001-01-01,
			Upline1AgentNumber: String,
			Upline1AgentId: 0,
			Upline1AgentName: String,
			UpdateCurrentRank: False
		}
	]
}