UK Property Listings

फ्रीमियम
द्वारा Kazi2812 | अपडेट किया गया 2 months ago | Business
Health Check

N/A

सभी ट्यूटोरियल पर वापस जाएं (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, 
}