Exigo Web Service

GetCustomerLeads
Gets a list of customer leads.

CSV Support
No
Transactional Support
No

GetCustomerLeadsRequest
CustomerID [Required]
Int32
Yes
The unique identifier of the customer
CustomerLeadID
Int32?
No
The unique identifier of the customer's lead
GreaterThanCustomerLeadID
Int32?
No
If specified, the records returned will have a CustomerLeadID greater than the specified value.
BatchSize
Int32?
No
The number of records to return. Defaults to 500.
GetCustomerLeadsResponse
CustomerLeads
A collection of customer leads
Result
The status of your web service call response. This property tells you if the call was executed successfully, any errors that occurred and other miscellanous, method-specific information.
CustomerLeadsResponse
CustomerID
Int32
The unique identifier of the customer
CustomerLeadID
Int32
The unique identifier of the customer's lead
FirstName
String
The customer's first name
LastName
String
The customer's last name
MiddleName
String
The customer's middle name
Company
String
The customer's company name
Phone
String
The customer's primary phone number
Phone2
String
The customer's secondary phone number
MobilePhone
String
The customer's mobile phone number
Fax
String
The customer's fax number
Email
String
The customer's email address
Address1
String
Address2
String
City
String
State
String
Zip
String
Country
String
BirthDate
DateTime?
The customer's birth date
Notes
String
Any additional notes or information about this record
ApiResult
Status
ResultStatus
Specifies whether the web service call was successfully executed.
Errors
String[]
An array of error messages that were returned from Exigo. If the web service call was successful, this colleciton will be empty.
TransactionKey
String
The unique GUID identifier assigned to this web service call for logging purposes.