Zoopla · Example Payload

Zoopla Premium Listing Error

Real EstateUnited KingdomProperty ListingsProperty PortalPropTechRentalsEstate AgentsLeadsCRM Integration

Zoopla Premium Listing Error is an example object payload from Zoopla, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idlistingIdcreatedAtupdatedAtstatus

Example Payload

Raw ↑
{
  "id": "5ecba691-84d6-4a60-9587-ca810292f5b0",
  "listingId": 123,
  "createdAt": "2020-07-20T12:35:38.049963+01:00",
  "updatedAt": "2020-07-20T12:35:38.049963+01:00",
  "status": {
    "result": "ERROR",
    "errors": [
      {
        "reason": "Listing ID doesn't exist",
        "code": 1011011
      }
    ]
  }
}