Zoopla · Example Payload

Zoopla Premium Listing Create With Highlights Request

Real EstateUnited KingdomProperty ListingsProperty PortalPropTechRentalsEstate AgentsLeadsCRM Integration

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

Top-level fields

listingIDhighlights

Example Payload

Raw ↑
{
  "listingID": 123,
  "highlights": [
    {
      "id": 456,
      "description": "optional text description of highlight"
    }
  ]
}