Creates a new address-only lead (prospect) in the system with address, and location data. The lead can optionally include customer contact information such as name, email, and phone numbers.
Customer Record Creation:
This endpoint always creates a new customer record with each request. No duplicate checking or deduplication checks are performed.
- Job Record: A new Job record is created and linked to the newly created customer.
Important Implications:
Multiple submissions with identical data will create duplicate records. If you submit the same address, email, or phone number multiple times, each submission will create separate customer, user, and job records. If deduplication is required for your use case, you must implement it in your application logic before calling this endpoint.
Accepted State/Province Codes:
The state
field accepts the following standard postal abbreviations:
US States:
Code | State | Code | State | Code | State |
---|---|---|---|---|---|
AL | Alabama | AK | Alaska | AZ | Arizona |
AR | Arkansas | CA | California | CO | Colorado |
CT | Connecticut | DE | Delaware | FL | Florida |
GA | Georgia | HI | Hawaii | ID | Idaho |
IL | Illinois | IN | Indiana | IA | Iowa |
KS | Kansas | KY | Kentucky | LA | Louisiana |
ME | Maine | MD | Maryland | MA | Massachusetts |
MI | Michigan | MN | Minnesota | MS | Mississippi |
MO | Missouri | MT | Montana | NE | Nebraska |
NV | Nevada | NH | New Hampshire | NJ | New Jersey |
NM | New Mexico | NY | New York | NC | North Carolina |
ND | North Dakota | OH | Ohio | OK | Oklahoma |
OR | Oregon | PA | Pennsylvania | RI | Rhode Island |
SC | South Carolina | SD | South Dakota | TN | Tennessee |
TX | Texas | UT | Utah | VT | Vermont |
VA | Virginia | WA | Washington | WV | West Virginia |
WI | Wisconsin | WY | Wyoming | DC | District of Columbia |
Canadian Provinces:
Code | Province/Territory |
---|---|
AB | Alberta |
BC | British Columbia |
MB | Manitoba |
NB | New Brunswick |
NL | Newfoundland and Labrador |
NS | Nova Scotia |
NT | Northwest Territories |
NU | Nunavut |
ON | Ontario |
PE | Prince Edward Island |
QC | Quebec |
SK | Saskatchewan |
YT | Yukon |