GET api/Commissions/GetBonusRuns?startDate={startDate}&endDate={endDate}&periodCalendar={periodCalendar}

Returns the overall earnings per Bonus Run for a timeframe. Up to 50 Bonus Runs will be returned.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

Start date for the time frame that will be searched.

date

Required

endDate

End date for the time frame that will be searched.

date

Required

periodCalendar

Values for this could be "Monthly", "Weekly" or any period calendars used by their compensation plan.

string

Default value is All

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.