Created
July 12, 2021 19:23
-
-
Save AndersonZacharyT/6ac86a0b76905772d594a593f25e92e6 to your computer and use it in GitHub Desktop.
Generic Real Estate Lead Payload
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "James Bond", | |
"email": "[email protected]", | |
"phone": "1-305-555-1234", | |
"zipCode": "32958", | |
"purchasePriceRange": "200k - 220k", | |
"creditProfileRange": "740 - 760", | |
"propertyType": "Single Family", | |
"purchaseTimeline": "3 - 6 Months", | |
"leadId": "br12345678912345678912lid" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment