- 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 prospect
All the API methods available for prospect
Table of Contents
Parameters
Allows the API to create and update your prospects. You can retrieve individual prospects as well as a list of all your prospects.
Allows the API to create and update your prospects. You can retrieve individual prospects as well as a list of all your prospects.
prospectId required |
Long An unique ID representing an internal ID at MobiWork |
name optional |
String The name of the prospect |
firstName optional |
String The first name of the prospect contact |
lastName optional |
String The last name of the prospect contact |
email optional |
String The email of the prospect contact |
Example
<prospect>
<entityId>1223587</entityId>
<name>Test Prospect</name>
<createdDate>09/17/2018 14:30:42</createdDate>
<prospectId>1223587</prospectId>
<firstName>Prospect First Name</firstName>
<lastName>Prospect Last Name</lastName>
<email>jdoe@gmail.com</email>
</prospect>
<prospect>
<entityId>1223587</entityId>
<name>Test Prospect</name>
<createdDate>09/17/2018 14:30:42</createdDate>
<prospectId>1223587</prospectId>
<firstName>Prospect First Name</firstName>
<lastName>Prospect Last Name</lastName>
<email>jdoe@gmail.com</email>
</prospect>