online-help.platform.features.premier_subscription.connectors.inbound-rest-api.endpoints.estimate.title
Estimates
Overview
All the API methods available for estimate.
Parameters
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>