- Overview
- Account Settings
- Assets
- Connectors Framework
- Overview
- QuickBooks Online
- QuickBooks Desktop Web Connector
- Azure AD
- Salesforce Integration
- FleetNet Connector
- Avalara Connector
- Inbound REST API
- Outbound REST API
- Mailchimp Connector
- Text Messaging Connector
- Clearent Connector
- Stripe Connector
- HubSpot Connector
- UKG Connector
- Paylocity Connector
- UKG Connector
- Gusto Connector
- iSolved Payroll Connector
- 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
Asset object allows the API to create and update your assets. You can retrieve individual assets as well as a list of all assets.
Asset object allows the API to create and update your assets. You can retrieve individual assets as well as a list of all assets.
Table of Contents
Elements
| mobiworkAssetId required |
Long An unique ID representing internal ID at MobiWork |
| name optional |
String Name of the asset |
| description optional |
String Detailed description of the asset |
| externalId optional |
String External ID of the asset representing the third-party clients internal ID |
| modelNumber optional |
String Model number of the asset |
| serialNumber required |
String Serial number of the asset |
| status optional |
Long Custom status ID or name of the asset if any defined in asset settings |
| typeId optional |
Long Type ID of the asset types if any defined in asset settings |
| type optional |
String Type Name of the asset types if any defined in asset settings |
| categoryId optional |
Long Category ID of the asset categories if any defined in asset settings |
| category optional |
String Category Name of the asset categories if any defined in asset settings |
| subCategoryId optional |
Long Sub Category ID of the asset categories if any defined in asset settings |
| subCategory optional |
String Sub Category Name of the asset categories if any defined in asset settings |
| customFields optional |
Object List of custom fields defined in asset settings |
