Bonuses
A bonus object includes the total sum of all bonuses, the bonus amount, and bonus name and description. You can manage bonuses from Company Settings > Payments > Bonuses and Penalties. The table below describes each parameter in the bonuses results and how it maps to the Field Nation Platform.
Note: You can only add a bonus when a work order is in Draft status.
Bonus Object
Parameter | Type | Example | Mapping/Notes |
---|---|---|---|
id | integer | "id": 3 | Work Order Bonus ID. |
charged | boolean | "charged": false | Bonus applied, true or false. |
calculation | string | "calculation": "fixed" | Dollar or Percentage Bonus. |
modifier | decimal | "modifier": 35 | Dollar Amount or Percentage Amount. |
name | string | "name": "Dollar Amount Bonus" | Bonus Name. |
description | string | "description": "Example rule explanation." | Rule Explanation. |
amount | decimal | "amount": 35 | If percentage, this is the calculated dollar amount based on total pay. |
Examples
Work Order Bonuses Response
You can locate bonuses in the work order > pay object. Refer to Pay for more information.