Skip to content

Instantly share code, notes, and snippets.

@antonioortegajr
Last active June 2, 2017 21:18
Show Gist options
  • Save antonioortegajr/f9bcf468ad3ebb2ec82d to your computer and use it in GitHub Desktop.
Save antonioortegajr/f9bcf468ad3ebb2ec82d to your computer and use it in GitHub Desktop.
IDX Broker Lead API call return
[
{
"id": "216",
"firstName": "Bruce",
"lastName": "Wayne",
"email": "bats@test.com",
"email2": "",
"phone": "555-bat-phone",
"address": "Wayne Manor",
"city": "Gotham",
"stateProvince": "",
"zipCode": "",
"country": "USA",
"agentOwner": "0",
"disabled": "n",
"canLogin": "y",
"receiveUpdates": "y",
"subscribeDate": "2017-05-19 17:51:04",
"lastEdited": "0000-00-00 00:00:00",
"lastActivityDate": "0000-00-00 00:00:00",
"customRegistrationFields": "",
"savedSearches": 0,
"savedProperties": 0
},
{
"id": "616",
"firstName": "Peter",
"lastName": "Parker",
"email": "Spidey@test.co",
"email2": "",
"phone": "",
"address": "20 Ingram Street",
"city": "New York",
"stateProvince": "NY",
"zipCode": "11375",
"country": "USA",
"agentOwner": "0",
"disabled": "n",
"canLogin": "y",
"receiveUpdates": "y",
"subscribeDate": "2017-05-26 22:05:26",
"lastEdited": "0000-00-00 00:00:00",
"lastActivityDate": "0000-00-00 00:00:00",
"customRegistrationFields": "",
"savedSearches": 0,
"savedProperties": 0
}
]
@antonioortegajr
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment