PATCH maintenance/work-orders: Add support for historical started and archived timestamps
4 days ago by ReadMe API
The PATCH maintenance/work-orders endpoint has some new features! Added the following optional fields for backfilling historical work order data:
- startedAtTime - historical time work started on the work order
- archivedAtTime - historical time the work order was archived (closed or cancelled)
Each field, along with the existingcompletedAtTime, is now persisted as provided instead of being overwritten by the automatic status-driven timestamp; leave a field unset to keep today's automatic behavior.startedAtTimeis also now included on the response.