• 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

Interface IPartnerAgentApiClient

Represents the interface for the Partner Agent API client.

Namespace: PAccess.PartnerAgents.ApiClient
Assembly: PAccess.PartnerAgents.ApiClient.dll
Syntax
public interface IPartnerAgentApiClient

Properties

View Source

Branches

Gets the branches service.

Declaration
IPartnerAgentBranches Branches { get; }
Property Value
Type Description
IPartnerAgentBranches
View Source

CentralHeatingTypes

Gets the central heating types service.

Declaration
IPartnerAgentCentralHeatingTypes CentralHeatingTypes { get; }
Property Value
Type Description
IPartnerAgentCentralHeatingTypes
View Source

CommercialBusinessTypes

Gets the commercial business types service.

Declaration
IPartnerAgentCommercialBusinessTypes CommercialBusinessTypes { get; }
Property Value
Type Description
IPartnerAgentCommercialBusinessTypes
View Source

CommercialPropertyTypes

Gets the commercial property types service.

Declaration
IPartnerAgentCommercialPropertyTypes CommercialPropertyTypes { get; }
Property Value
Type Description
IPartnerAgentCommercialPropertyTypes
View Source

Customers

Gets the vendors service.

Declaration
IPartnerAgentCustomers Customers { get; }
Property Value
Type Description
IPartnerAgentCustomers
View Source

ParkingTypes

Gets the parking types service.

Declaration
IPartnerAgentParkingTypes ParkingTypes { get; }
Property Value
Type Description
IPartnerAgentParkingTypes
View Source

Properties

Gets the properties service.

Declaration
IPartnerAgentProperties Properties { get; }
Property Value
Type Description
IPartnerAgentProperties
View Source

PropertyImages

Gets the property images service.

Declaration
IPartnerAgentPropertyImages PropertyImages { get; }
Property Value
Type Description
IPartnerAgentPropertyImages
View Source

PropertyNotes

Gets the property notes service.

Declaration
IPartnerAgentPropertyNotes PropertyNotes { get; }
Property Value
Type Description
IPartnerAgentPropertyNotes
View Source

ResidentialPropertyTypes

Gets the residential property types service.

Declaration
IPartnerAgentResidentialPropertyTypes ResidentialPropertyTypes { get; }
Property Value
Type Description
IPartnerAgentResidentialPropertyTypes
View Source

TokenValidation

Gets the token validation service.

Declaration
IPartnerAgentTokenValidation TokenValidation { get; }
Property Value
Type Description
IPartnerAgentTokenValidation
View Source

Users

Gets the users service.

Declaration
IPartnerAgentUsers Users { get; }
Property Value
Type Description
IPartnerAgentUsers
View Source

Viewings

Gets the viewings service.

Declaration
IPartnerAgentViewings Viewings { get; }
Property Value
Type Description
IPartnerAgentViewings
  • View Source
In This Article
Back to top Generated by DocFX