Bombshell Agency Platform Service

<back to all web services

MVPAgentPromotionRequest

The following routes are available for this service:
GET/v1/MVPAgentPromotion/{ReportType}/{AgentId}
GET/v1/MVPAgentPromotion/{ReportType}/{StartDate}/{EndDate}/{ShowInactiveAgents}
GET/v1/MVPAgentPromotion/{ReportType}/{StartDate}/{EndDate}/{ShowInactiveAgents}/{AgentId}

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

HTTP + CSV

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

POST /csv/reply/MVPAgentPromotionRequest HTTP/1.1 
Host: api2.exactmedicare.com 
Content-Type: text/csv
Content-Length: length

ReportType,StartDate,EndDate,ShowInactiveAgents,AgentId
String,0001-01-01,0001-01-01,False,0

HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

ResponseStatus,MVPPromotionTotals,MVPDetails,AgentDetails
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}","[{AgentId:0,FirstName:String,LastName:String,AgentNumber:String,Rank:String,TotalPromotionsByAllAgents:0,NumberOfAgentsPromoted:0}]","[{AgentId:0,FirstName:String,LastName:String,AgentNumber:String,Rank:String,AgentLevel:0,Promotions:0}]","[{AgentId:0,FirstName:String,LastName:String,AgentNumber:String,AgentLevel:0,ModifiedBy:String,DateLogged:0001-01-01}]"