Add Expense

Adds a system or custom expense to a work order.

URLs

Environment Method URL
Sandbox https://api-sandbox.fndev.net/api/rest/v2/workorders/work_order_id/expenses
Production https://api.fieldnation.com/api/rest/v2/workorders/work_order_id/expenses

Path Parameters

Parameter Type Example Notes
work_order_id integer 1753 Work Order ID.

Query Parameters

Parameter Type Example Notes
access_token string abc123defg459hijk786lmn45 Required.

Body Parameters

Expense category defaults to Uncategorized if a category id is not sent.

Examples

System Expense, Personal Material Costs (Other Materials)
Custom Expense

Response

Returns the Work Order Response. Refer to Work Orders for parameter details and examples.

Errors

Standard HTTP and OAuth error codes.

Examples

400 Bad Request, Missing Parameter
401 Unauthorized, Invalid Work Order ID