- Overview
- Account Settings
- Assets
- Connectors Framework
- Customer Portal
- Customers
- Dashboards
- Devices
- Dispatching
- Forms
- Inventory
- Invoices & Billing
- Locations
- Payments
- Parts
- Projects
- Quotes
- Recurrent Routes
- Recurrent Services
- Reports
- Sales Orders
- Schedule
- Services
- Tasks
- Text Messaging
- Time Tracking
- Users
- Work Orders
Overview
All the API methods available for Work Orders.
All the API methods available for Work Orders.
Table of Contents
- Work Orders
- Overview
- View Work Order
- Add Work Order
- Edit Work Order
- Delete Work Order
- List Work Orders
- Add Document to Work Order
- Add Note to Work Order
- List Custom Status
- Update Custom Status
- List Status
- Update Status
- List Work Order Types
- Update Integration Status
- Assign Work Order
- Update Assignment
- Delete Work Order Assignment
- Update Appointment
- Edit Schedule
- Add Action Item
- List Action Items
- View Work Order By External Id
Parameters
Allows the API to create and update your Work Orders. You can retrieve individual Work Orders as well as a list of all Work Orders.
Allows the API to create and update your Work Orders. You can retrieve individual Work Orders as well as a list of all Work Orders.
mobiworkWorkOrderId required |
Long An unique ID representing an internal ID |
externalWorkOrderId optional |
String External ID of the work order representing the third-party clients internal ID |
mobiworkCustomerId required |
Long Represents the Customer attached to the work order |
description required |
String Detailed description of the work order |
workOrderType optional |
Long Type of work order defined in work order settings |
status required |
Integer Regular status of the work order (OPEN, ASSIGNED, CLOSED) |
customStatus optional |
Long Custom status of the work order if any defined in work order or work order type settings |
createdDate optional |
Date Created date of the work order - format YYYY/MM/DD HH:MM:SS |
customFields optional |
Object List of custom fields defined in work order settings |
location optional |
Address Location address of the work order |