Discussions

Ask a Question
Back to All

property.mlsNumber does not populate correctly on POST /events

Hello Support,

I believe I have encountered a defect.

Summary
The property.mlsNumber is not retain when sending POSTS to /events.
The mlsNumber shown is not the one provided for the given event.
This behavior has been observed regularly, but is not always consistent.

Here is one example I discovered during my recent round of testing;

Note: Our post request inserts all of our details into the description property. You can clearly see the MLSID provided is C4163365 and not to C4098911.

It is my hunch that your system keeps a 1:1 relation between MLS # and address. Good for homes, bad for condo buildings. In our case, we specialize in condos. This mismatch of MLS# has been of great confusion to the team.

https://condosforrentto.followupboss.com/api/v1/timeline?limit=25&offset=0&personId=8780

{
  "id": "Event:18740",
  "date": "2018-06-18T00:19:48Z",
  "type": "Event",
  "item": {
    "id": 18740,
    "created": "2018-06-18T00:19:48Z",
    "updated": "2018-06-18T00:19:48Z",
    "personId": 8780,
    "message": "Client Message:\nTesting failure.",
    "description":
      "Client Details:\n    Income: 75,100\n    Credit: BAD\n    Verified: pass\n\n    Credit Validation:\n    Primary User Score: 0\n    Secondary User Score: 3\n    Total Score: 3\n    Credit Pass: false\n    \n    Has Roommate: true\n    Roommate: Travis Gairy\n    Roommate Phone: 02302323\n    Roommate Income: 50,75\n    Roommate Credit: GOOD\n    \n    Timeslots: \n    \t\n    \n    Target Move In: Jun 1, 2018 to Sep 28, 2018\n    \n    Property Details:\n    MLSID: C4163365\n    Broker: LANDPOWER REAL ESTATE LTD., BROKERAGE    \n    Unit: 525\n    Address: 525 Adelaide St W, Toronto, ON M5V, Canada        \n    Move In: Aug 1, 2018\n    Bed: 2\n    Bath: 2\n    Price: 2800",
    "noteId": null,
    "sourceId": 15,
    "source": "Listatto",
    "type": "Property Inquiry",
    "property": {
      "street": "525 Adelaide Street W",
      "city": "Toronto",
      "state": "Ontario",
      "code": "M5V",
      "mlsNumber": "C4098911",
      "price": 2800,
      "forRent": true,
      "url":
        "https://app.listatto.com/condo/toronto/525-adelaide-street-west/unit-525/24790",
      "type": "Condo",
      "bedrooms": "2",
      "bathrooms": "2.0",
      "area": "799",
      "lot": null
    },
    "pageTitle": "",
    "pageUrl": "",
    "pageDuration": 0
  }