- 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 estimate.
All the API methods available for estimate.
Table of Contents
Parameters
Allows the API to create and update your estimates. You can retrieve individual estimates as well as a list of all your estimates.
Allows the API to create and update your estimates. You can retrieve individual estimates as well as a list of all your estimates.
description optional |
String A description of the estimate |
status optional |
String Custom status of the estimate if any are defined in estimate settings |
customer optional |
Long The customer ID this estimate is for |
locationId optional |
Long The Id of the location this estimate is for |
category optional |
Long Category ID of the estimate's categories if any are defined in estimate settings |
assignedTo optional |
String A estimate can be assigned to user existing in MobiWork |
externalId required |
String The third-party client's internal ID |
dueDate required |
String The date which the estimate is due |
address optional |
Address Object The address object associated with this estimate |
contact optional |
Contact Object The contact object associated with this estimate |
Example
<estimate>
<description></description>
<status></status>
<customer>1</customer>
<locationId>123</locationId>
<category></category>
<assignedTo></assignedTo>
<externalId></externalId>
<dueDate>Mon Sep 26 06:35:29 EDT 2018</dueDate>
<address>
<addressName>Primary Address</addressName>
<address1>160 Congress Park Dr</address1>
<address2></address2>
<city>Delray Beach</city>
<state>Florida</state>
<postalCode>33445</postalCode>
<country>1</country>
<latitude>26.4582132</latitude>
<longitude>-80.0940502</longitude>
</address>
<contact>
<firstName>John</firstName>
<lastName>Doe</lastName>
<phoneNumber>1231231234</phoneNumber>
<phoneExt></phoneExt>
<title></title>
<email></email>
<fax></fax>
<altPhone></altPhone>
<altPhoneExt></altPhoneExt>
</contact>
</estimate>
<estimate>
<description></description>
<status></status>
<customer>1</customer>
<locationId>123</locationId>
<category></category>
<assignedTo></assignedTo>
<externalId></externalId>
<dueDate>Mon Sep 26 06:35:29 EDT 2018</dueDate>
<address>
<addressName>Primary Address</addressName>
<address1>160 Congress Park Dr</address1>
<address2></address2>
<city>Delray Beach</city>
<state>Florida</state>
<postalCode>33445</postalCode>
<country>1</country>
<latitude>26.4582132</latitude>
<longitude>-80.0940502</longitude>
</address>
<contact>
<firstName>John</firstName>
<lastName>Doe</lastName>
<phoneNumber>1231231234</phoneNumber>
<phoneExt></phoneExt>
<title></title>
<email></email>
<fax></fax>
<altPhone></altPhone>
<altPhoneExt></altPhoneExt>
</contact>
</estimate>