ILS Unit Availability Response Model
Structure
This model represents the XML response for unit availability, following the MITS 4.1 standard, as used by Fortress for ILS integrations. Below is an annotated XML skeleton showing the structure and required elements.
The response is designed for consumption by Internet Listing Services (ILS) and matches the MITS 4.1 schema. This page documents the XML representation of the response used by the integration. When other formats (such as JSON via a format parameter) are requested, they represent the same underlying data model. For more details and the full standard, visit the MITS Project website.
Key Elements
- PhysicalProperty: Root element containing one or more properties.
- Property: Each property includes address, contact info, floorplans, and units.
- Floorplan: Describes a floorplan available at the property.
- ILS_Unit: Represents an individual unit, with rent, status, floorplan, and availability details.
XML Example Response
Notes:
- All string fields have maximum lengths as defined in the schema (e.g., AddressLine1: 100 chars, City: 60 chars).
- Optional fields may be omitted if not applicable.
- For a full list of possible values and field constraints, see the MITS Core Data 4.1 schema.

