Skip to content

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.

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!]
}
FieldTypeDescription
sellerEmailStringEmail address of the customer
sellerFullNameStringFull name of the customer
sellerPhoneNumberStringPhone number of the customer
sellerRelationToOwnerStringCustomer’s relationship to the homeowner, one of SELF, AGENT, AGENT_AND_OWNER
sellerWorkingWithHomeBuilderBooleanIs the customer working with a homebuilder
sellerSaleTimelineStringHow 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
homeDwellingTypeStringType of dwelling that best describes the home, one of SINGLE_FAMILY, TOWNHOUSE, APARTMENT, MOBILE_HOME. For condos, use APARTMENT.
homeBedroomsIntNumber of bedrooms of the home
homeBathroomsFullIntNumber of full bathrooms of the home
homeBathroomsPartialIntNumber of partial bathrooms of the home
homeYearBuiltIntYear the home is built
homeExteriorStoriesIntNumber of floors, excluding basement
homeAboveGradeSqFtIntSquare footage of the home
homeCoveredParkingTypeStringCovered parking type of the home. If exists, one of GARAGE, CARPORT, BOTH, NONE
homeGarageSpacesIntNumber of covered garage spaces of the home
homeCarportSpacesIntNumber of covered carport spaces of the home
homePoolTypeStringPool type of the home, one of IN_GROUND, ABOVE_GROUND, COMMUNITY_POOL, NO_POOL
homeHasBasementBooleanWhether the home has a basement
homeBasementFinishedSqFtIntFinished square footage of basement if the home has a basement
homeBasementUnfinishedSqFtIntUnfinished square footage of basement if the home has a basement
homeKitchenCounterTypeStringCountertop of the kitchen in the home, one of FORMICA, CORIAN, SOLID_STONE_SLAB, GRANITE_TILE, OTHER_TILE
homeHoaBooleanIs the home part of a home owner’s association (HOA)
homeHoaTypeAgeRestrictedCommunityBooleanIf the home has a HOA, whether it belongs to an age restricted community
homeHoaTypeGatedCommunityBooleanIf the home has a HOA, whether it belongs to a gated community
homeHoaTypeGuardedGatedCommunityBooleanIf the home has a HOA, and it belongs to a gated community, whether there is a guard at the entrance
homeEntryTypeStringFor 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.
homeEligibilityCriteriaLeasedSolarPanelsBooleanHome has leased or financed solar panels
homeEligibilityCriteriaKnownFoundationIssuesBooleanHome has known foundation issues such as excessive cracking or uneven floors
homeEligibilityCriteriaFireDamageBooleanHome has fire damage
homeEligibilityCriteriaWellWaterBooleanHome maintains a well to supply water
homeEligibilityCriteriaSepticBooleanHome has a septic system separate from municipal sewage
homeEligibilityCriteriaAsbestosSidingBooleanHome has asbestos siding
homeEligibilityCriteriaLivestockBooleanHome has livestock live on property such as horses
homeEligibilityCriteriaMobileManufacturedHomeBooleanHome is a mobile or manufactured home
homeEligibilityCriteriaUniqueOwnershipStructureBooleanHome has unique ownership structure, such as tenants in common, or co-ops
homeEligibilityCriteriaBelowMarketRateOwnershipBooleanHome is part of a below market rate ownership program
homeEligibilityCriteriaRentControlledTenantOccupiedBooleanHome is rent controlled and has a tenant today
homeKitchenConditionStringHome kitchen condition as rated by the seller, one of FIXER_UPPER, DATED, STANDARD, HIGH_END, LUXURY.
homeBathroomConditionStringHome bathroom condition as rated by the seller, one of FIXER_UPPER, DATED, STANDARD, HIGH_END, LUXURY.
homeLivingRoomConditionStringHome living room condition as rated by the seller, one of FIXER_UPPER, DATED, STANDARD, HIGH_END, LUXURY.
homeExteriorConditionStringHome exterior condition as rated by the seller, one of FIXER_UPPER, DATED, STANDARD, HIGH_END, LUXURY.
homeHoaFeesFloat
homeHasUpgradesBoolean
sellerSmsOptInBoolean
correlationIdString
experimental[ExperimentalQuestionAnswerInput!]Flexible experimental questions (e.g. for Lennar Trade-In SDK)