Zoopla · Example Payload

Zoopla Wfp Pending

Real EstateUnited KingdomProperty ListingsProperty PortalPropTechRentalsEstate AgentsLeadsCRM Integration

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

Top-level fields

idlistingIdcreatedAtupdatedAtstatusisRenewable

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": "PENDING"
  },
  "isRenewable": false
}