Features - Connectors Framework - Inbound REST API - Prospects
Prospect
Overview
All the API methods available for prospect
Parameters
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>