Create, update, or delete work orders in WorkSkedge. Use event types work_order.created, work_order.updated, or work_order.deleted with the appropriate data fields.
Create Work Order
Create a new work order in WorkSkedge with complete project details.
Update Work Order
Update the Foundation Installation work order status to in-progress and increase crew size due to weather constraints. The work_order_number field is required to identify which work order to update.
Delete Work Order
Delete the Foundation Installation work order. The work_order_number field is required for deletion (or use project_code and phase_name together to identify the work order).
Field Aliases Reference
The following field aliases are supported for convenience. Both field names are accepted and automatically mapped:
required_headcountpeople_requiredestimated_hoursdays_hours_requiredrequested_start_dateexpected_start_daterequested_end_dateexpected_end_daterequested_start_timeexpected_start_timerequested_end_timeexpected_end_timeRequired Fields by Operation Type
project_code- Requiredphase_name- Required
work_order_number- Required to identify which work order to updateproject_code- Optional (if provided, changes the work order's project)phase_name- Optional
work_order_number- Required ORproject_code+phase_name- Together can identify the work order