OfferInput
The OfferInput type determines the input fields for an offer request as part of the OfferRequestUpdateInput. That includes contact details as well as the home details.
Definition
Section titled “Definition”input OfferInput { sellerEmail: String sellerFullName: String sellerPhoneNumber: String sellerRelationToOwner: String sellerWorkingWithHomeBuilder: Boolean sellerSaleTimeline: String homeDwellingType: String homeBedrooms: Int homeBathroomsFull: Int homeBathroomsPartial: Int homeYearBuilt: Int homeExteriorStories: Int homeAboveGradeSqFt: Int homeCoveredParkingType: String homeGarageSpaces: Int homeCarportSpaces: Int homePoolType: String homeHasBasement: Boolean homeBasementFinishedSqFt: Int homeBasementUnfinishedSqFt: Int homeKitchenCounterType: String homeHoa: Boolean homeHoaTypeAgeRestrictedCommunity: Boolean homeHoaTypeGatedCommunity: Boolean homeHoaTypeGuardedGatedCommunity: Boolean homeEntryType: String homeEligibilityCriteriaLeasedSolarPanels: Boolean homeEligibilityCriteriaKnownFoundationIssues: Boolean homeEligibilityCriteriaFireDamage: Boolean homeEligibilityCriteriaWellWater: Boolean homeEligibilityCriteriaSeptic: Boolean homeEligibilityCriteriaAsbestosSiding: Boolean homeEligibilityCriteriaLivestock: Boolean homeEligibilityCriteriaMobileManufacturedHome: Boolean homeEligibilityCriteriaUniqueOwnershipStructure: Boolean homeEligibilityCriteriaBelowMarketRateOwnership: Boolean homeEligibilityCriteriaRentControlledTenantOccupied: Boolean homeKitchenCondition: String homeBathroomCondition: String homeLivingRoomCondition: String homeExteriorCondition: String homeHoaFees: Float homeHasUpgrades: Boolean sellerSmsOptIn: Boolean correlationId: String experimental: [ExperimentalQuestionAnswerInput!]}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
sellerEmail | String | Email address of the customer |
sellerFullName | String | Full name of the customer |
sellerPhoneNumber | String | Phone number of the customer |
sellerRelationToOwner | String | Customer’s relationship to the homeowner, one of SELF, AGENT, AGENT_AND_OWNER |
sellerWorkingWithHomeBuilder | Boolean | Is the customer working with a homebuilder |
sellerSaleTimeline | String | How soon the customer is looking to sell the home, one of ASAP, 2_TO_4_WEEKS, 4_TO_6_WEEKS, 6_PLUS_WEEKS, JUST_BROWSING |
homeDwellingType | String | Type of dwelling that best describes the home, one of SINGLE_FAMILY, TOWNHOUSE, APARTMENT, MOBILE_HOME. For condos, use APARTMENT. |
homeBedrooms | Int | Number of bedrooms of the home |
homeBathroomsFull | Int | Number of full bathrooms of the home |
homeBathroomsPartial | Int | Number of partial bathrooms of the home |
homeYearBuilt | Int | Year the home is built |
homeExteriorStories | Int | Number of floors, excluding basement |
homeAboveGradeSqFt | Int | Square footage of the home |
homeCoveredParkingType | String | Covered parking type of the home. If exists, one of GARAGE, CARPORT, BOTH, NONE |
homeGarageSpaces | Int | Number of covered garage spaces of the home |
homeCarportSpaces | Int | Number of covered carport spaces of the home |
homePoolType | String | Pool type of the home, one of IN_GROUND, ABOVE_GROUND, COMMUNITY_POOL, NO_POOL |
homeHasBasement | Boolean | Whether the home has a basement |
homeBasementFinishedSqFt | Int | Finished square footage of basement if the home has a basement |
homeBasementUnfinishedSqFt | Int | Unfinished square footage of basement if the home has a basement |
homeKitchenCounterType | String | Countertop of the kitchen in the home, one of FORMICA, CORIAN, SOLID_STONE_SLAB, GRANITE_TILE, OTHER_TILE |
homeHoa | Boolean | Is the home part of a home owner’s association (HOA) |
homeHoaTypeAgeRestrictedCommunity | Boolean | If the home has a HOA, whether it belongs to an age restricted community |
homeHoaTypeGatedCommunity | Boolean | If the home has a HOA, whether it belongs to a gated community |
homeHoaTypeGuardedGatedCommunity | Boolean | If the home has a HOA, and it belongs to a gated community, whether there is a guard at the entrance |
homeEntryType | String | For apartments / condos, describes how to best enter the home. One of DIRECT_ENTRY, SHARED_ENTRANCE_CONDO. Choose SHARED_ENTRANCE_CONDO if entry is via a lobby or foyer, and DIRECT_ENTRY if there is direct entry from the outside to the home. |
homeEligibilityCriteriaLeasedSolarPanels | Boolean | Home has leased or financed solar panels |
homeEligibilityCriteriaKnownFoundationIssues | Boolean | Home has known foundation issues such as excessive cracking or uneven floors |
homeEligibilityCriteriaFireDamage | Boolean | Home has fire damage |
homeEligibilityCriteriaWellWater | Boolean | Home maintains a well to supply water |
homeEligibilityCriteriaSeptic | Boolean | Home has a septic system separate from municipal sewage |
homeEligibilityCriteriaAsbestosSiding | Boolean | Home has asbestos siding |
homeEligibilityCriteriaLivestock | Boolean | Home has livestock live on property such as horses |
homeEligibilityCriteriaMobileManufacturedHome | Boolean | Home is a mobile or manufactured home |
homeEligibilityCriteriaUniqueOwnershipStructure | Boolean | Home has unique ownership structure, such as tenants in common, or co-ops |
homeEligibilityCriteriaBelowMarketRateOwnership | Boolean | Home is part of a below market rate ownership program |
homeEligibilityCriteriaRentControlledTenantOccupied | Boolean | Home is rent controlled and has a tenant today |
homeKitchenCondition | String | Home kitchen condition as rated by the seller, one of FIXER_UPPER, DATED, STANDARD, HIGH_END, LUXURY. |
homeBathroomCondition | String | Home bathroom condition as rated by the seller, one of FIXER_UPPER, DATED, STANDARD, HIGH_END, LUXURY. |
homeLivingRoomCondition | String | Home living room condition as rated by the seller, one of FIXER_UPPER, DATED, STANDARD, HIGH_END, LUXURY. |
homeExteriorCondition | String | Home exterior condition as rated by the seller, one of FIXER_UPPER, DATED, STANDARD, HIGH_END, LUXURY. |
homeHoaFees | Float | — |
homeHasUpgrades | Boolean | — |
sellerSmsOptIn | Boolean | — |
correlationId | String | — |
experimental | [ExperimentalQuestionAnswerInput!] | Flexible experimental questions (e.g. for Lennar Trade-In SDK) |