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
| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.