class RealPage::Request::GetMarketingSourcesByProperty

Retrieve marketing sources information for a specific property. Marketing sources are also referred to as traffic sources throughout RealPage.

Required intializer parameters:

@param pmc_id [String] the unique identifier for the property management

company in RealPage

@param site_id [String] the unique identifier for the property in RealPage

Private Instance Methods

parser() click to toggle source
# File lib/real_page/request/get_marketing_sources_by_property.rb, line 18
def parser
  DocumentParser::Picklist.new(soap_action)
end