Pay

A pay object includes pay rates, fees, bonuses, penalties, expenses, and other payment related information. The table below describes each parameter and how it maps to the Field Nation Platform.

Pay Object

Parameter Type Example Mapping/Notes
work_order_id integer “work_order_id”: 1731 Work Order ID.
type string "type": "fixed" Payment > How will this work be paid? Refer to Pay Rates for more information.
base object “base”: {} Depends on pay type. Refer to Pay Rates for more information.
additional object “additional”: {} Depends on pay type. Refer to Pay Rates for more information.
expenses object “expenses”: {} Pay > Expenses. Refer to Expenses for parameter details and examples.
bonuses object “bonuses”: {} Pay > Bonuses. Refer to Bonuses for parameter details and examples.
penalties object “penalties”: {} Pay > Penalties. Refer to Penalties for parameter details and examples.

Examples

Refer to Pay Rates for pay types and examples.

Work Order Pay Response

You can locate pay information in the work order > pay object.

"pay": { }
Work Order Pay Response, Fixed Pay
Work Order Pay Response, Dollar Bonus
Pay Response by Work Order