UK Property Listings

FREEMIUM
By Kazi2812 | Updated 한 달 전 | Business
Health Check

N/A

Back to All Tutorials (1)

Understanding the response payload

The response payload is fairly self explainatory, with the exception of the following keys.

ListingStatus:

public enum ListingStatus
{
    None = 0,
    Rent = 1,
    Sale = 2,
}

FloorAreaUnit:

public enum FloorAreaUnit
{
    None = 0,
    Sqf = 1,
    Sqm = 2, 
}