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 |