• Articles
  • Api Documentation
Show / Hide Table of Contents
  • PAccess.PartnerAgents
    • Api.Contracts
      • Branches
        • BranchAddress
        • BranchDetails
      • Customer
        • CreateCustomerRequest
        • CreateCustomerResponse
        • CustomerAddress
      • Property
        • ApiPropertyType
        • AuctionBidDetails
        • AuctionBidSummary
        • AuctionDetails
        • CentralHeatingType
        • CommercialBusinessType
        • CommercialPropertyDetails
        • CommercialPropertyType
        • GetPropertiesRequest
        • IReferredRequest
        • ListDataInfo
        • ParkingType
        • PropertyAddress
        • PropertyDetails
        • PropertyStatus
        • PropertySummary
        • ReferCommercialPropertyRequest
        • ReferPropertyResponse
        • ReferResidentialPropertyRequest
        • ResidentialPropertyDetails
        • ResidentialPropertyType
      • PropertyImage
        • AddPropertyImageRequest
        • AddPropertyImageResponse
        • PropertyImageDetails
        • RemovePropertyImageRequest
        • RemovePropertyImageResponse
        • SortPropertyImagesRequest
        • SortPropertyImagesResponse
      • PropertyNote
        • PropertyNoteDetails
      • Users
        • CreateUserRequest
        • CreateUserResponse
        • UserDetails
      • Viewing
        • AddViewingFeedbackRequest
        • AddViewingFeedbackResponse
        • CancelViewingRequest
        • CancelViewingResponse
        • CreateViewingRequest
        • CreateViewingResponse
        • RescheduleViewingRequest
        • RescheduleViewingResponse
        • ViewingDetails
      • ApiClientDetails
      • ErrorResponse
      • IApiAddress
      • IApiResponse
    • ApiClient
      • Configuration
        • PartnerAgentApiClientSettings
      • Factories
        • IPartnerAgentApiClientFactory
        • PartnerAgentApiClientFactory
      • Services
        • Branches
          • IPartnerAgentBranches
        • BusinessTypes
          • IPartnerAgentCommercialBusinessTypes
        • CentralHeatingTypes
          • IPartnerAgentCentralHeatingTypes
        • Customers
          • IPartnerAgentCustomers
        • ParkingTypes
          • IPartnerAgentParkingTypes
        • Properties
          • IPartnerAgentProperties
        • PropertyImages
          • IPartnerAgentPropertyImages
        • PropertyNotes
          • IPartnerAgentPropertyNotes
        • PropertyTypes
          • IPartnerAgentCommercialPropertyTypes
          • IPartnerAgentResidentialPropertyTypes
        • RequestExecution
          • NullableReferenceTypesExtensions
        • TokenValidation
          • IPartnerAgentTokenValidation
        • Users
          • IPartnerAgentUsers
        • Viewings
          • IPartnerAgentViewings
      • IPartnerAgentApiClient

Enum PropertyStatus

Represents the status of a property.

Namespace: PAccess.PartnerAgents.Api.Contracts.Property
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public enum PropertyStatus

Fields

Name Description
Archived

Indicates that the property has been archived.

Dead

Indicates that the property is no longer active or relevant (dead).

Exchanged

Indicates that the property sale has been exchanged.

ForSale

Indicates that the property is available for sale.

OnHold

Indicates that the property is on hold and temporarily unavailable.

PartnerAgentPending

Indicates that the property is pending for Partner Agent action.

PrivateSale

Indicates that the property is sold through a private sale.

TransactionComplete

Indicates that the transaction for the property is complete.

UnderOffer

Indicates that the property is under offer.

ValuationAppointment

Indicates that a valuation appointment has been scheduled for the property.

ValuationAppointmentRequired

Indicates that a valuation appointment is required for the property.

ValuationCancelled

Indicates that a valuation appointment for the property has been cancelled.

ValuationProspect

Indicates that the property is in the prospect stage of valuation.

Withdrawn

Indicates that the property has been withdrawn from the market.

  • View Source
In This Article
Back to top Generated by DocFX