Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.46 KB

QuoteApi.md

File metadata and controls

57 lines (35 loc) · 1.46 KB

RentCentric::QuoteApi

All URIs are relative to https://www6.rentcentric.com:443/Client7020/UpNorthApi

Method HTTP request Description
quote_get_quote_calculate POST /api/Quote/GetQuoteCalculate

quote_get_quote_calculate

ResponseQuoteCalculateDTO quote_get_quote_calculate(request, opts)

Example

# load the gem
require 'rent_centric'

api_instance = RentCentric::QuoteApi.new

request = RentCentric::GetQuoteCalculateRequest.new # GetQuoteCalculateRequest | 

opts = { 
  authorization: 'authorization_example' # String | {token_type} {access_token}
}

begin
  result = api_instance.quote_get_quote_calculate(request, opts)
  p result
rescue RentCentric::ApiError => e
  puts "Exception when calling QuoteApi->quote_get_quote_calculate: #{e}"
end

Parameters

Name Type Description Notes
request GetQuoteCalculateRequest
authorization String {token_type} {access_token} [optional]

Return type

ResponseQuoteCalculateDTO

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
  • Accept: application/json, text/json, application/xml, text/xml