Class: Buildium::ClientLeadsApi
- Inherits:
-
Object
- Object
- Buildium::ClientLeadsApi
- Defined in:
- lib/buildium-ruby/api/client_leads_api.rb
Instance Attribute Summary collapse
-
#api_client ⇒ Object
Returns the value of attribute api_client.
Instance Method Summary collapse
-
#get_client_leads(opts = {}) ⇒ Array<ClientLeadMessage>
Retrieve all client leads Retrieves all client leads <br /><br /> Note: When using the ‘orderby` query string parameter, the only supported options are DateReceived.
-
#get_client_leads_with_http_info(opts = {}) ⇒ Array<(Array<ClientLeadMessage>, Integer, Hash)>
Retrieve all client leads Retrieves all client leads <br /><br /> Note: When using the `orderby` query string parameter, the only supported options are DateReceived.
-
#get_prospective_client(client_lead_id, opts = {}) ⇒ ClientLeadMessage
Retrieve a client lead Retrieves a specific client lead <br /><br /><h4>Required permission(s):</h4><span class="permissionBlock">Administration > All Property Management</span> - ‘View`.
-
#get_prospective_client_with_http_info(client_lead_id, opts = {}) ⇒ Array<(ClientLeadMessage, Integer, Hash)>
Retrieve a client lead Retrieves a specific client lead <br /><br /><h4>Required permission(s):</h4><span class="permissionBlock">Administration &gt; All Property Management</span> - `View`.
-
#initialize(api_client = ApiClient.default) ⇒ ClientLeadsApi
constructor
A new instance of ClientLeadsApi.
Constructor Details
#initialize(api_client = ApiClient.default) ⇒ ClientLeadsApi
Returns a new instance of ClientLeadsApi.
19 20 21 |
# File 'lib/buildium-ruby/api/client_leads_api.rb', line 19 def initialize(api_client = ApiClient.default) @api_client = api_client end |
Instance Attribute Details
#api_client ⇒ Object
Returns the value of attribute api_client.
17 18 19 |
# File 'lib/buildium-ruby/api/client_leads_api.rb', line 17 def api_client @api_client end |
Instance Method Details
#get_client_leads(opts = {}) ⇒ Array<ClientLeadMessage>
Retrieve all client leads Retrieves all client leads <br /><br /> Note: When using the ‘orderby` query string parameter, the only supported options are DateReceived. <br /><br /><h4>Required permission(s):</h4><span class="permissionBlock">Administration > All Property Management</span> - `View`
34 35 36 37 |
# File 'lib/buildium-ruby/api/client_leads_api.rb', line 34 def get_client_leads(opts = {}) data, _status_code, _headers = get_client_leads_with_http_info(opts) data end |
#get_client_leads_with_http_info(opts = {}) ⇒ Array<(Array<ClientLeadMessage>, Integer, Hash)>
Retrieve all client leads Retrieves all client leads <br /><br /> Note: When using the `orderby` query string parameter, the only supported options are DateReceived. <br /><br /><h4>Required permission(s):</h4><span class="permissionBlock">Administration &gt; All Property Management</span> - `View`
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/buildium-ruby/api/client_leads_api.rb', line 51 def get_client_leads_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: ClientLeadsApi.get_client_leads ...' end allowable_values = ["Unknown", "New", "Contacting", "Qualifying", "Closing", "ClosedWon", "ClosedLost"] if @api_client.config.client_side_validation && opts[:'leadstatuses'] && !opts[:'leadstatuses'].all? { |item| allowable_values.include?(item) } fail ArgumentError, "invalid value for \"leadstatuses\", must include one of #{allowable_values}" end allowable_values = ["SingleHomeUpToThreeHundredThousand", "SingleHomeThreeHundredToFiveHundredThousand", "SingleHomeFiveHundredThousandToOneMillion", "SingleHomeOverOneMillion", "MultiFamilyTwoToFourUnits", "MultiFamilyFiveToNineteenUnits", "MultiFamilyTwentyToFortyNineUnits", "MultiFamilyOverOneHundredUnits", "OfficeLessThanTenThousandSqFt", "OfficeTenThousandToOneHundredThousandSqFt", "OfficeOverOneHundredThousandSqFt", "RetailLessThanTenThousandSqFt", "RetailTenThousandToOneHundredThousandSqFt", "RetailOverOneHundredThousandSqFt", "LightManufacturingUpToOneHundredThousandSqFt", "LightManufacturingOverOneHundredThousandSqFt", "WarehouseUpToOneHundredThousandSqFt", "WarehouseOverOneHundredThousandSqFt", "VacationOneToTwoUnits", "VacationOverThreeUnits", "ParkingGarage", "OtherAssociation", "BiotechMissionCritical", "HOATwoToFortyNineUnits", "HOAFiftyToNinetyNineUnits", "HOAOverOneHundredUnits", "COATwoToFortyNineUnits", "COAFiftyToNinetyNineUnits", "COAOverOneHundredUnits", "MobileHomeCommunity"] if @api_client.config.client_side_validation && opts[:'propertytypes'] && !opts[:'propertytypes'].all? { |item| allowable_values.include?(item) } fail ArgumentError, "invalid value for \"propertytypes\", must include one of #{allowable_values}" end # resource path local_var_path = '/v1/clientleads' # query parameters query_params = opts[:query_params] || {} query_params[:'leadstatuses'] = @api_client.build_collection_param(opts[:'leadstatuses'], :multi) if !opts[:'leadstatuses'].nil? query_params[:'propertytypes'] = @api_client.build_collection_param(opts[:'propertytypes'], :multi) if !opts[:'propertytypes'].nil? query_params[:'datereceivedfrom'] = opts[:'datereceivedfrom'] if !opts[:'datereceivedfrom'].nil? query_params[:'datereceivedto'] = opts[:'datereceivedto'] if !opts[:'datereceivedto'].nil? query_params[:'includecreditedleads'] = opts[:'includecreditedleads'] if !opts[:'includecreditedleads'].nil? query_params[:'orderby'] = opts[:'orderby'] if !opts[:'orderby'].nil? query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil? query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:debug_body] # return_type return_type = opts[:debug_return_type] || 'Array<ClientLeadMessage>' # auth_names auth_names = opts[:debug_auth_names] || ['clientId', 'clientSecret'] = opts.merge( :operation => :"ClientLeadsApi.get_client_leads", :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: ClientLeadsApi#get_client_leads\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#get_prospective_client(client_lead_id, opts = {}) ⇒ ClientLeadMessage
Retrieve a client lead Retrieves a specific client lead <br /><br /><h4>Required permission(s):</h4><span class="permissionBlock">Administration > All Property Management</span> - ‘View`
116 117 118 119 |
# File 'lib/buildium-ruby/api/client_leads_api.rb', line 116 def get_prospective_client(client_lead_id, opts = {}) data, _status_code, _headers = get_prospective_client_with_http_info(client_lead_id, opts) data end |
#get_prospective_client_with_http_info(client_lead_id, opts = {}) ⇒ Array<(ClientLeadMessage, Integer, Hash)>
Retrieve a client lead Retrieves a specific client lead <br /><br /><h4>Required permission(s):</h4><span class="permissionBlock">Administration &gt; All Property Management</span> - `View`
126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
# File 'lib/buildium-ruby/api/client_leads_api.rb', line 126 def get_prospective_client_with_http_info(client_lead_id, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: ClientLeadsApi.get_prospective_client ...' end # verify the required parameter 'client_lead_id' is set if @api_client.config.client_side_validation && client_lead_id.nil? fail ArgumentError, "Missing the required parameter 'client_lead_id' when calling ClientLeadsApi.get_prospective_client" end # resource path local_var_path = '/v1/clientleads/{clientLeadId}'.sub('{' + 'clientLeadId' + '}', CGI.escape(client_lead_id.to_s)) # query parameters query_params = opts[:query_params] || {} # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:debug_body] # return_type return_type = opts[:debug_return_type] || 'ClientLeadMessage' # auth_names auth_names = opts[:debug_auth_names] || ['clientId', 'clientSecret'] = opts.merge( :operation => :"ClientLeadsApi.get_prospective_client", :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: ClientLeadsApi#get_prospective_client\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |