Developer Docs
Index
Version 1.0.35

API Doc Version 1.0.35

What's New

POST /config/import/dealer-lenders/

Get default lender record

GET /config/lender/dealer-lenders/{dealer_code}

Get all lender records

GET /config/documents

Get all documents of a company

GET /config/check-slug/slug

check unique slug

PATCH /config/company/update-company-pricing/{company_id}

Updates a company pricing record

POST /config/fees-chart/criteria

Creates a Fees chart criteria

GET /config/fees-chart/name

This method returns name of Chart if duplication of name exists

GET /config/fees-chart

Get all Fees Chart Criteria

POST /config/fees-chart

Add a Fees Chart Criteiria

GET /config/fees-chart/{fees_chart_id}

Get a Fees Chart Criteria by id

DELETE /config/fees-chart/{fees_chart_id}

Deletes a Fees Chart Criteria

PATCH /config/fees-chart/{fees_chart_id}

Updates a Fees Chart Criteria

GET /config/fees-chart/paginated/filter

Get all pagination fees records

POST /config/fee-chart-evaluate

Fee chart evaluation

POST /config/dealer/compatible-options

Get options compatible with all provided trim codes

PUT /config/vehicle/update-bulk

Update vehicle records in bulk

POST /config/tenant/integration/configuration

Create Tenant Configuration

GET /config/tenant/configuration/{tenant_id}

Get Tenant Configuration

POST /config/bucket/upload-view-file/{tenant_id}

Uploads object to AWS S3 Bucket

POST /configbucket/upload/providers/{provider_name}

Uploads Service Provider Logo to AWS S3 Bucket

GET /configbucket/providers/{provider_name}

Get Presigned URL for logo

POST /config/upsert-theme

Update or Create Theme for a Company

GET /config/fees-mapping

Get all Fees Mapping

POST /config/fees-mapping

Creates Fees Mapping

GET /config/fees_mapping/{fees_mapping_id}

Get a Fees Mapping by id

DELETE /config/fees_mapping/{fees_mapping_id}

Delete Fees Mapping

GET /config/option-mapping

Get all Option Mapping

POST /config/option-mapping

Creates a Option Mapping

GET /config/option_mapping/{option_mapping_id}

Get a Option Mapping by id

DELETE /config/option_mapping/{option_mapping_id}

Delete Option Mapping

GET /config/fp-category-mapping

Get all Financial insurance product's category mapping

POST /config/fp-category-mapping

Creates Financial insurance product's category mapping

GET /config/fp-category-mapping/{fp_category_mapping_id}

Get a Financial insurance product's category mapping by id

DELETE /config/fp-category-mapping/{fp_category_mapping_id}

Delete Financial insurance product's category mapping

POST /config/stipulation/

Creates a stipulation record

What's Changed

GET /config/stationery/get_tenant_documents/

Parameters:

Deleted: company_id in header

Return Type:

Deleted response : 422 Unprocessable Entity

Validation Error

GET /config/lender

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    New optional properties:

    • external_code

    • Added property dealer_code (string)

      Dealer Code

    • Added property credit_tier_margins (array)

      Credit Tier Margins associated with Lender

      Items (object):

      • Property is_active (boolean)

        Credit Tier Margin status

      • Property is_deleted (boolean)

      • Property id (integer)

        Primary id of Credit Tier Margin

      • Property tier_name (string)

        Name of the Credit Tier Margin

      • Property finance_type (string)

        Financed type along with Credit Tier Margin is attached

      • Property margin_rate (number)

        Margin rate of Credit Tier upto 6 decimal places

    • Added property min_months_stay_at_address (integer)

      Min. Months required for current address

    • Added property configured_rates (array)

      List of Standard Rates

      Items (object):

      • Property is_active (boolean)

      • Property is_deleted (boolean)

      • Property id (integer)

        Rate configuration id

      • Property down_payment_rate (number)

        Down Payment Rate of rate configuration

      • Property rv_balloon_rate (number)

        RV Balloon Rate of rate configuration

      • Property customer_rate (number)

        Customer Rate of rate configuration

      • Property finance_type (string)

        Finance Type of rate configuration

      • Property lender_id (integer)

        Lender id of rate configuration

      • Property company_id (integer)

        Company id of rate configuration

    • Added property configured_charts (array)

      Chart Configuration

      Items (object):

      • Property is_active (boolean)

      • Property is_deleted (boolean)

      • Property finance_type (string)

        Finance Type

      • Property interest_rate_chart_id (integer)

        ID of Interest Rate Chart

      • Property commission_chart_id (integer)

        ID of Commission Chart

      • Property rv_balloon_rate_chart_id (integer)

        ID of RV/Balloon Rate Chart

      • Property fees_chart_id (integer)

        ID of Fees Chart

      • Property lender_id (integer)

        Lender id of rate configuration

    • Added property pricing_program_provider (string)

      Provider of Pricing Program

    • Added property pricing_program (string)

      Contarting of Program

    • Added property credit_decisioning (string)

      Credit Decision of Lender

    • Added property credit_decisioning_provider (string)

      Provider of Credit Decision

    • Added property contracting_provider (string)

      Provider of Contracting Program

    • Added property signature_type (string)

      Signature Type Provider

    • Added property event (string)

      Events Details of Lender

    • Added property lender_provider (string)

      Details of Lender Added by

    • Added property email (string)

      Email of the Contact Person

    • Added property contact_person_name (string)

      Name of the Contact Person

    • Added property contact_person_phone_number (string)

      Phone number of the Contact Person

    • Deleted property company_id (integer)

      Company Assosiate with Lender

GET /config/configured_lenders

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    New optional properties:

    • external_code

    • Added property dealer_code (string)

      Dealer Code

    • Added property credit_tier_margins (array)

      Credit Tier Margins associated with Lender

    • Added property min_months_stay_at_address (integer)

      Min. Months required for current address

    • Added property configured_rates (array)

      List of Standard Rates

    • Added property configured_charts (array)

      Chart Configuration

    • Added property pricing_program_provider (string)

      Provider of Pricing Program

    • Added property pricing_program (string)

      Contarting of Program

    • Added property credit_decisioning (string)

      Credit Decision of Lender

    • Added property credit_decisioning_provider (string)

      Provider of Credit Decision

    • Added property contracting_provider (string)

      Provider of Contracting Program

    • Added property signature_type (string)

      Signature Type Provider

    • Added property event (string)

      Events Details of Lender

    • Added property lender_provider (string)

      Details of Lender Added by

    • Added property email (string)

      Email of the Contact Person

    • Added property contact_person_name (string)

      Name of the Contact Person

    • Added property contact_person_phone_number (string)

      Phone number of the Contact Person

    • Deleted property company_id (integer)

      Company Assosiate with Lender

GET /config/vehicle-detail

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Deleted property company_id (integer)

      company_id of vehicle

POST /config/lender/create-lender

Parameters:

Added: company_id in header

Request:

Changed content type : application/json

New optional properties:

  • external_code
  • Added property dealer_code (string)

    Dealer Code

  • Added property credit_tier_margins (array)

    Credit Tier Margins associated with Lender

  • Added property min_months_stay_at_address (integer)

    Min. Months required for current address

  • Added property configured_rates (array)

    List of Standard Rates

  • Added property configured_charts (array)

    Chart Configuration

  • Added property pricing_program_provider (string)

    Provider of Pricing Program

  • Added property pricing_program (string)

    Contarting of Program

  • Added property credit_decisioning (string)

    Credit Decision of Lender

  • Added property credit_decisioning_provider (string)

    Provider of Credit Decision

  • Added property contracting_provider (string)

    Provider of Contracting Program

  • Added property signature_type (string)

    Signature Type Provider

  • Added property event (string)

    Events Details of Lender

  • Added property lender_provider (string)

    Details of Lender Added by

  • Added property email (string)

    Email of the Contact Person

  • Added property contact_person_name (string)

    Name of the Contact Person

  • Added property contact_person_phone_number (string)

    Phone number of the Contact Person

  • Deleted property company_id (integer)

    Company Assosiate with Lender

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

GET /config/lender/{lender_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • external_code

    • Added property dealer_code (string)

      Dealer Code

    • Added property credit_tier_margins (array)

      Credit Tier Margins associated with Lender

    • Added property min_months_stay_at_address (integer)

      Min. Months required for current address

    • Added property configured_rates (array)

      List of Standard Rates

    • Added property configured_charts (array)

      Chart Configuration

    • Added property pricing_program_provider (string)

      Provider of Pricing Program

    • Added property pricing_program (string)

      Contarting of Program

    • Added property credit_decisioning (string)

      Credit Decision of Lender

    • Added property credit_decisioning_provider (string)

      Provider of Credit Decision

    • Added property contracting_provider (string)

      Provider of Contracting Program

    • Added property signature_type (string)

      Signature Type Provider

    • Added property event (string)

      Events Details of Lender

    • Added property lender_provider (string)

      Details of Lender Added by

    • Added property email (string)

      Email of the Contact Person

    • Added property contact_person_name (string)

      Name of the Contact Person

    • Added property contact_person_phone_number (string)

      Phone number of the Contact Person

    • Deleted property company_id (integer)

      Company Assosiate with Lender

DELETE /config/lender/{lender_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • external_code

    • Added property dealer_code (string)

      Dealer Code

    • Added property credit_tier_margins (array)

      Credit Tier Margins associated with Lender

    • Added property min_months_stay_at_address (integer)

      Min. Months required for current address

    • Added property configured_rates (array)

      List of Standard Rates

    • Added property configured_charts (array)

      Chart Configuration

    • Added property pricing_program_provider (string)

      Provider of Pricing Program

    • Added property pricing_program (string)

      Contarting of Program

    • Added property credit_decisioning (string)

      Credit Decision of Lender

    • Added property credit_decisioning_provider (string)

      Provider of Credit Decision

    • Added property contracting_provider (string)

      Provider of Contracting Program

    • Added property signature_type (string)

      Signature Type Provider

    • Added property event (string)

      Events Details of Lender

    • Added property lender_provider (string)

      Details of Lender Added by

    • Added property email (string)

      Email of the Contact Person

    • Added property contact_person_name (string)

      Name of the Contact Person

    • Added property contact_person_phone_number (string)

      Phone number of the Contact Person

    • Deleted property company_id (integer)

      Company Assosiate with Lender

PATCH /config/lender/update-lender/{lender_id}

Request:

Changed content type : application/json

New optional properties:

  • external_code
  • Added property dealer_code (string)

    Dealer Code

  • Added property credit_tier_margins (array)

    Credit Tier Margins associated with Lender

  • Added property min_months_stay_at_address (integer)

    Min. Months required for current address

  • Added property configured_rates (array)

    List of Standard Rates

  • Added property configured_charts (array)

    Chart Configuration

  • Added property pricing_program_provider (string)

    Provider of Pricing Program

  • Added property pricing_program (string)

    Contarting of Program

  • Added property credit_decisioning (string)

    Credit Decision of Lender

  • Added property credit_decisioning_provider (string)

    Provider of Credit Decision

  • Added property contracting_provider (string)

    Provider of Contracting Program

  • Added property signature_type (string)

    Signature Type Provider

  • Added property event (string)

    Events Details of Lender

  • Added property lender_provider (string)

    Details of Lender Added by

  • Added property email (string)

    Email of the Contact Person

  • Added property contact_person_name (string)

    Name of the Contact Person

  • Added property contact_person_phone_number (string)

    Phone number of the Contact Person

  • Deleted property company_id (integer)

    Company Assosiate with Lender

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • external_code

    • Added property dealer_code (string)

      Dealer Code

    • Added property credit_tier_margins (array)

      Credit Tier Margins associated with Lender

    • Added property min_months_stay_at_address (integer)

      Min. Months required for current address

    • Added property configured_rates (array)

      List of Standard Rates

    • Added property configured_charts (array)

      Chart Configuration

    • Added property pricing_program_provider (string)

      Provider of Pricing Program

    • Added property pricing_program (string)

      Contarting of Program

    • Added property credit_decisioning (string)

      Credit Decision of Lender

    • Added property credit_decisioning_provider (string)

      Provider of Credit Decision

    • Added property contracting_provider (string)

      Provider of Contracting Program

    • Added property signature_type (string)

      Signature Type Provider

    • Added property event (string)

      Events Details of Lender

    • Added property lender_provider (string)

      Details of Lender Added by

    • Added property email (string)

      Email of the Contact Person

    • Added property contact_person_name (string)

      Name of the Contact Person

    • Added property contact_person_phone_number (string)

      Phone number of the Contact Person

    • Deleted property company_id (integer)

      Company Assosiate with Lender

GET /config/all-lenders/filter

Parameters:

Added: dealer_code in query

Added: show_credit_margins in query

Added: email in query

Added: contact_person_name in query

Added: contact_person_phone_number in query

Added: lender_provider in query

GET /config/default/lender

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

GET /config/company

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property company_code (string)

      Code of a company

    • Added property min_odometer_prior_use (integer)

      Minimum odometer for prior use

    • Added property credit_decision_expiry_in_days (integer)

      Credit Decision valid days

    • Added property pre_qualification_expiry_in_days (integer)

      Pre-Qualification valid days

    • Added property configured_rates (array)

      List of Standard Rates

    • Added property configured_charts (array)

      Chart Configuration

    • Added property pricing_program (string)

      Pricing Program of a Company

GET /config/company_by_api_key

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property company_code (string)

      Code of a company

    • Added property min_odometer_prior_use (integer)

      Minimum odometer for prior use

    • Added property credit_decision_expiry_in_days (integer)

      Credit Decision valid days

    • Added property pre_qualification_expiry_in_days (integer)

      Pre-Qualification valid days

    • Added property configured_rates (array)

      List of Standard Rates

    • Added property configured_charts (array)

      Chart Configuration

    • Added property pricing_program (string)

      Pricing Program of a Company

GET /config/company/by-tenant-id/{tenant_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property company_code (string)

      Code of a company

    • Added property min_odometer_prior_use (integer)

      Minimum odometer for prior use

    • Added property credit_decision_expiry_in_days (integer)

      Credit Decision valid days

    • Added property pre_qualification_expiry_in_days (integer)

      Pre-Qualification valid days

    • Added property configured_rates (array)

      List of Standard Rates

    • Added property configured_charts (array)

      Chart Configuration

    • Added property pricing_program (string)

      Pricing Program of a Company

GET /config/company/by-tenant-slug/{slug}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property company_code (string)

      Code of a company

    • Added property min_odometer_prior_use (integer)

      Minimum odometer for prior use

    • Added property credit_decision_expiry_in_days (integer)

      Credit Decision valid days

    • Added property pre_qualification_expiry_in_days (integer)

      Pre-Qualification valid days

    • Added property configured_rates (array)

      List of Standard Rates

    • Added property configured_charts (array)

      Chart Configuration

    • Added property pricing_program (string)

      Pricing Program of a Company

PATCH /config/company/update-company/{company_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property company_code (string)

      Code of a company

    • Added property min_odometer_prior_use (integer)

      Minimum odometer for prior use

    • Added property credit_decision_expiry_in_days (integer)

      Credit Decision valid days

    • Added property pre_qualification_expiry_in_days (integer)

      Pre-Qualification valid days

    • Added property configured_rates (array)

      List of Standard Rates

    • Added property configured_charts (array)

      Chart Configuration

    • Added property pricing_program (string)

      Pricing Program of a Company

DELETE /config/address/{address_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property lender_id (integer)

      Lender id of Address

GET /config/interest-chart/filter

Parameters:

Added: rate_type in query

Added: finance_type in query

Added: customer_type in query

Added: product_type in query

Added: asset_category in query

Added: asset_type in query

Added: business_trading_age in query

GET /config/interest-chart

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property rate_type (string)

      Rate type for Interest Rate Chart Criteria

    • Added property finance_type (array)

      Specify finance type i.e., from finance type setup for Interest Rate Chart Criteria

      Items (string):

    • Added property customer_type (array)

      Specify customer type i.e., from customer type setup for Interest Rate Chart Criteria

      Items (string):

    • Added property product_type (array)

      Specify product type i.e., from product type setup for Interest Rate Chart Criteria

      Items (string):

    • Added property asset_category (array)

      Specify asset category i.e., from asset category setup for Interest Rate Chart Criteria

      Items (string):

    • Added property asset_type (array)

      Specify asset type i.e., from asset type setup for Interest Rate Chart Criteria

      Items (string):

    • Added property business_trading_age (array)

      Specify business trading age i.e., from business trading age setup for Interest Rate Chart Criteria

      Items (string):

    • Added property down_payment_range (array)

      down payment range for Interest Rate Chart Criteria

      Items (string):

POST /config/interest-chart

Request:

Changed content type : application/json

  • Added property rate_type (string)

    Rate type for Interest Rate Chart Criteria

  • Added property finance_type (array)

    Specify finance type i.e., from finance type setup for Interest Rate Chart Criteria

  • Added property customer_type (array)

    Specify customer type i.e., from customer type setup for Interest Rate Chart Criteria

  • Added property product_type (array)

    Specify product type i.e., from product type setup for Interest Rate Chart Criteria

  • Added property asset_category (array)

    Specify asset category i.e., from asset category setup for Interest Rate Chart Criteria

  • Added property asset_type (array)

    Specify asset type i.e., from asset type setup for Interest Rate Chart Criteria

  • Added property business_trading_age (array)

    Specify business trading age i.e., from business trading age setup for Interest Rate Chart Criteria

  • Added property down_payment_range (array)

    down payment range for Interest Rate Chart Criteria

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property rate_type (string)

      Rate type for Interest Rate Chart Criteria

    • Added property finance_type (array)

      Specify finance type i.e., from finance type setup for Interest Rate Chart Criteria

    • Added property customer_type (array)

      Specify customer type i.e., from customer type setup for Interest Rate Chart Criteria

    • Added property product_type (array)

      Specify product type i.e., from product type setup for Interest Rate Chart Criteria

    • Added property asset_category (array)

      Specify asset category i.e., from asset category setup for Interest Rate Chart Criteria

    • Added property asset_type (array)

      Specify asset type i.e., from asset type setup for Interest Rate Chart Criteria

    • Added property business_trading_age (array)

      Specify business trading age i.e., from business trading age setup for Interest Rate Chart Criteria

    • Added property down_payment_range (array)

      down payment range for Interest Rate Chart Criteria

GET /config/interest-chart/{interest_chart_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property rate_type (string)

      Rate type for Interest Rate Chart Criteria

    • Added property finance_type (array)

      Specify finance type i.e., from finance type setup for Interest Rate Chart Criteria

    • Added property customer_type (array)

      Specify customer type i.e., from customer type setup for Interest Rate Chart Criteria

    • Added property product_type (array)

      Specify product type i.e., from product type setup for Interest Rate Chart Criteria

    • Added property asset_category (array)

      Specify asset category i.e., from asset category setup for Interest Rate Chart Criteria

    • Added property asset_type (array)

      Specify asset type i.e., from asset type setup for Interest Rate Chart Criteria

    • Added property business_trading_age (array)

      Specify business trading age i.e., from business trading age setup for Interest Rate Chart Criteria

    • Added property down_payment_range (array)

      down payment range for Interest Rate Chart Criteria

DELETE /config/interest-chart/{interest_chart_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property rate_type (string)

      Rate type for Interest Rate Chart Criteria

    • Added property finance_type (array)

      Specify finance type i.e., from finance type setup for Interest Rate Chart Criteria

    • Added property customer_type (array)

      Specify customer type i.e., from customer type setup for Interest Rate Chart Criteria

    • Added property product_type (array)

      Specify product type i.e., from product type setup for Interest Rate Chart Criteria

    • Added property asset_category (array)

      Specify asset category i.e., from asset category setup for Interest Rate Chart Criteria

    • Added property asset_type (array)

      Specify asset type i.e., from asset type setup for Interest Rate Chart Criteria

    • Added property business_trading_age (array)

      Specify business trading age i.e., from business trading age setup for Interest Rate Chart Criteria

    • Added property down_payment_range (array)

      down payment range for Interest Rate Chart Criteria

PATCH /config/interest-chart/{interest_chart_id}

Request:

Changed content type : application/json

  • Added property rate_type (string)

    Rate type for Interest Rate Chart Criteria

  • Added property finance_type (array)

    Specify finance type i.e., from finance type setup for Interest Rate Chart Criteria

  • Added property customer_type (array)

    Specify customer type i.e., from customer type setup for Interest Rate Chart Criteria

  • Added property product_type (array)

    Specify product type i.e., from product type setup for Interest Rate Chart Criteria

  • Added property asset_category (array)

    Specify asset category i.e., from asset category setup for Interest Rate Chart Criteria

  • Added property asset_type (array)

    Specify asset type i.e., from asset type setup for Interest Rate Chart Criteria

  • Added property business_trading_age (array)

    Specify business trading age i.e., from business trading age setup for Interest Rate Chart Criteria

  • Added property down_payment_range (array)

    down payment range for Interest Rate Chart Criteria

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property rate_type (string)

      Rate type for Interest Rate Chart Criteria

    • Added property finance_type (array)

      Specify finance type i.e., from finance type setup for Interest Rate Chart Criteria

    • Added property customer_type (array)

      Specify customer type i.e., from customer type setup for Interest Rate Chart Criteria

    • Added property product_type (array)

      Specify product type i.e., from product type setup for Interest Rate Chart Criteria

    • Added property asset_category (array)

      Specify asset category i.e., from asset category setup for Interest Rate Chart Criteria

    • Added property asset_type (array)

      Specify asset type i.e., from asset type setup for Interest Rate Chart Criteria

    • Added property business_trading_age (array)

      Specify business trading age i.e., from business trading age setup for Interest Rate Chart Criteria

    • Added property down_payment_range (array)

      down payment range for Interest Rate Chart Criteria

GET /config/rv-chart

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property customer_type (array)

      Multiple customer_type IDs in array format for RV Chart Criteria

      Items (string):

    • Added property finance_type (array)

      Multiple finance_type IDs in array format for RV Chart Criteria

      Items (string):

    • Added property asset_category (array)

      Multiple asset_category IDs in array format for RV Chart Criteria

      Items (string):

    • Added property asset_type (array)

      Multiple asset_type IDs in array format for RV Chart Criteria

      Items (string):

    • Added property lender_id (integer)

      Lender id for RV Chart Criteria

POST /config/rv-chart

Request:

Changed content type : application/json

  • Added property customer_type (array)

    Multiple customer_type IDs in array format for RV Chart Criteria

  • Added property finance_type (array)

    Multiple finance_type IDs in array format for RV Chart Criteria

  • Added property asset_category (array)

    Multiple asset_category IDs in array format for RV Chart Criteria

  • Added property asset_type (array)

    Multiple asset_type IDs in array format for RV Chart Criteria

  • Added property lender_id (integer)

    Lender id for RV Chart Criteria

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property customer_type (array)

      Multiple customer_type IDs in array format for RV Chart Criteria

    • Added property finance_type (array)

      Multiple finance_type IDs in array format for RV Chart Criteria

    • Added property asset_category (array)

      Multiple asset_category IDs in array format for RV Chart Criteria

    • Added property asset_type (array)

      Multiple asset_type IDs in array format for RV Chart Criteria

    • Added property lender_id (integer)

      Lender id for RV Chart Criteria

GET /config/rv-chart/filter

Parameters:

Added: customer_type in query

Added: finance_type in query

Added: asset_category in query

Added: asset_type in query

GET /config/rv-chart/{rv_chart_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property customer_type (array)

      Multiple customer_type IDs in array format for RV Chart Criteria

    • Added property finance_type (array)

      Multiple finance_type IDs in array format for RV Chart Criteria

    • Added property asset_category (array)

      Multiple asset_category IDs in array format for RV Chart Criteria

    • Added property asset_type (array)

      Multiple asset_type IDs in array format for RV Chart Criteria

    • Added property lender_id (integer)

      Lender id for RV Chart Criteria

DELETE /config/rv-chart/{rv_chart_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property customer_type (array)

      Multiple customer_type IDs in array format for RV Chart Criteria

    • Added property finance_type (array)

      Multiple finance_type IDs in array format for RV Chart Criteria

    • Added property asset_category (array)

      Multiple asset_category IDs in array format for RV Chart Criteria

    • Added property asset_type (array)

      Multiple asset_type IDs in array format for RV Chart Criteria

    • Added property lender_id (integer)

      Lender id for RV Chart Criteria

PATCH /config/rv-chart/{rv_chart_id}

Request:

Changed content type : application/json

  • Added property customer_type (array)

    Multiple customer_type IDs in array format for RV Chart Criteria

  • Added property finance_type (array)

    Multiple finance_type IDs in array format for RV Chart Criteria

  • Added property asset_category (array)

    Multiple asset_category IDs in array format for RV Chart Criteria

  • Added property asset_type (array)

    Multiple asset_type IDs in array format for RV Chart Criteria

  • Added property lender_id (integer)

    Lender id for RV Chart Criteria

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property customer_type (array)

      Multiple customer_type IDs in array format for RV Chart Criteria

    • Added property finance_type (array)

      Multiple finance_type IDs in array format for RV Chart Criteria

    • Added property asset_category (array)

      Multiple asset_category IDs in array format for RV Chart Criteria

    • Added property asset_type (array)

      Multiple asset_type IDs in array format for RV Chart Criteria

    • Added property lender_id (integer)

      Lender id for RV Chart Criteria

POST /config/rv-evaluate

Request:

Changed content type : application/json

  • Added property customer_type (string)

  • Added property finance_type (string)

  • Added property asset_category (string)

  • Added property asset_type (string)

POST /config/interest-chart-evaluate

Request:

Changed content type : application/json

  • Added property finance_type (string)

  • Added property customer_type (string)

  • Added property product_type (string)

  • Added property asset_category (string)

  • Added property asset_type (string)

  • Added property business_trading_age (string)

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property rate_type (string)

      Rate type for Interest Rate Chart Criteria

    • Added property finance_type (array)

      Multiple finance type in array format for Interest Rate Chart Criteria

      Items (string):

    • Added property customer_type (array)

      Multiple customer type in array format for Interest Rate Chart Criteria

      Items (string):

    • Added property product_type (array)

      Multiple product type in array format for Interest Rate Chart Criteria

      Items (string):

    • Added property asset_category (array)

      Multiple asset category in array format for Interest Rate Chart Criteria

      Items (string):

    • Added property asset_type (array)

      Multiple asset type in array format for Interest Rate Chart Criteria

      Items (string):

    • Added property business_trading_age (array)

      Multiple business trading age in array format for Interest Rate Chart Criteria

      Items (string):

POST /config/interest-chart/criteria

Request:

Changed content type : application/json

  • Changed property interestCriteria (object)

    • Added property rate_type (string)

      Rate type for Interest Rate Chart Criteria

    • Added property finance_type (array)

      Specify finance type i.e., from finance type setup for Interest Rate Chart Criteria

    • Added property customer_type (array)

      Specify customer type i.e., from customer type setup for Interest Rate Chart Criteria

    • Added property product_type (array)

      Specify product type i.e., from product type setup for Interest Rate Chart Criteria

    • Added property asset_category (array)

      Specify asset category i.e., from asset category setup for Interest Rate Chart Criteria

    • Added property asset_type (array)

      Specify asset type i.e., from asset type setup for Interest Rate Chart Criteria

    • Added property business_trading_age (array)

      Specify business trading age i.e., from business trading age setup for Interest Rate Chart Criteria

    • Added property down_payment_range (array)

      down payment range for Interest Rate Chart Criteria

POST /config/rv-chart/criteria

Request:

Changed content type : application/json

  • Changed property criteria (object)

    • Added property customer_type (array)

      Multiple customer_type IDs in array format for RV Chart Criteria

    • Added property finance_type (array)

      Multiple finance_type IDs in array format for RV Chart Criteria

    • Added property asset_category (array)

      Multiple asset_category IDs in array format for RV Chart Criteria

    • Added property asset_type (array)

      Multiple asset_type IDs in array format for RV Chart Criteria

    • Added property lender_id (integer)

      Lender id for RV Chart Criteria

POST /config/commissions/criteria

Request:

Changed content type : application/json

  • Changed property criteria (object)

    • Added property customer_type (array)

      Multiple customer_type IDs in array format for Commission Chart Criteria

      Items (string):

    • Added property finance_type (array)

      Multiple finance_type IDs in array format for Commission Chart Criteria

      Items (string):

    • Added property asset_category (array)

      Multiple asset_category IDs in array format for Commission Chart Criteria

      Items (string):

    • Added property asset_type (array)

      Multiple asset_type IDs in array format for Commission Chart Criteria

      Items (string):

    • Added property product_type (array)

      Multiple product_type IDs in array format for Commission Chart Criteria

      Items (string):

GET /config/commissions/filter

Parameters:

Added: customer_type in query

Added: finance_type in query

Added: asset_category in query

Added: asset_type in query

Added: product_type in query

GET /config/commissions

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property customer_type (array)

      Multiple customer_type IDs in array format for Commission Chart Criteria

    • Added property finance_type (array)

      Multiple finance_type IDs in array format for Commission Chart Criteria

    • Added property asset_category (array)

      Multiple asset_category IDs in array format for Commission Chart Criteria

    • Added property asset_type (array)

      Multiple asset_type IDs in array format for Commission Chart Criteria

    • Added property product_type (array)

      Multiple product_type IDs in array format for Commission Chart Criteria

POST /config/commissions

Request:

Changed content type : application/json

  • Added property customer_type (array)

    Multiple customer_type IDs in array format for Commission Chart Criteria

  • Added property finance_type (array)

    Multiple finance_type IDs in array format for Commission Chart Criteria

  • Added property asset_category (array)

    Multiple asset_category IDs in array format for Commission Chart Criteria

  • Added property asset_type (array)

    Multiple asset_type IDs in array format for Commission Chart Criteria

  • Added property product_type (array)

    Multiple product_type IDs in array format for Commission Chart Criteria

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property customer_type (array)

      Multiple customer_type IDs in array format for Commission Chart Criteria

    • Added property finance_type (array)

      Multiple finance_type IDs in array format for Commission Chart Criteria

    • Added property asset_category (array)

      Multiple asset_category IDs in array format for Commission Chart Criteria

    • Added property asset_type (array)

      Multiple asset_type IDs in array format for Commission Chart Criteria

    • Added property product_type (array)

      Multiple product_type IDs in array format for Commission Chart Criteria

GET /config/commissions/{commission_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property customer_type (array)

      Multiple customer_type IDs in array format for Commission Chart Criteria

    • Added property finance_type (array)

      Multiple finance_type IDs in array format for Commission Chart Criteria

    • Added property asset_category (array)

      Multiple asset_category IDs in array format for Commission Chart Criteria

    • Added property asset_type (array)

      Multiple asset_type IDs in array format for Commission Chart Criteria

    • Added property product_type (array)

      Multiple product_type IDs in array format for Commission Chart Criteria

DELETE /config/commissions/{commission_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property customer_type (array)

      Multiple customer_type IDs in array format for Commission Chart Criteria

    • Added property finance_type (array)

      Multiple finance_type IDs in array format for Commission Chart Criteria

    • Added property asset_category (array)

      Multiple asset_category IDs in array format for Commission Chart Criteria

    • Added property asset_type (array)

      Multiple asset_type IDs in array format for Commission Chart Criteria

    • Added property product_type (array)

      Multiple product_type IDs in array format for Commission Chart Criteria

PATCH /config/commissions/{commission_id}

Request:

Changed content type : application/json

  • Added property customer_type (array)

    Multiple customer_type IDs in array format for Commission Chart Criteria

  • Added property finance_type (array)

    Multiple finance_type IDs in array format for Commission Chart Criteria

  • Added property asset_category (array)

    Multiple asset_category IDs in array format for Commission Chart Criteria

  • Added property asset_type (array)

    Multiple asset_type IDs in array format for Commission Chart Criteria

  • Added property product_type (array)

    Multiple product_type IDs in array format for Commission Chart Criteria

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property customer_type (array)

      Multiple customer_type IDs in array format for Commission Chart Criteria

    • Added property finance_type (array)

      Multiple finance_type IDs in array format for Commission Chart Criteria

    • Added property asset_category (array)

      Multiple asset_category IDs in array format for Commission Chart Criteria

    • Added property asset_type (array)

      Multiple asset_type IDs in array format for Commission Chart Criteria

    • Added property product_type (array)

      Multiple product_type IDs in array format for Commission Chart Criteria

POST /config/commission-chart-evaluate

Request:

Changed content type : application/json

  • Added property finance_type (string)

  • Added property customer_type (string)

  • Added property asset_category (string)

  • Added property asset_type (string)

  • Added property product_type (string)

GET /config/document-type

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property customer_type (array)

      Customer Type for Document Type

      Items (string):

    • Added property finance_type (array)

      Finance Type for Document Type

      Items (string):

    • Added property financed_amount (array)

      Financed Amount Range for Document Type

      Items (string):

    • Added property state (boolean)

      Document type state

POST /config/document-type

Request:

Changed content type : application/json

  • Added property customer_type (array)

    Customer Type for Document Type

  • Added property finance_type (array)

    Finance Type for Document Type

  • Added property financed_amount (array)

    Financed Amount Range for Document Type

  • Added property state (boolean)

    Document type state

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property customer_type (array)

      Customer Type for Document Type

    • Added property finance_type (array)

      Finance Type for Document Type

    • Added property financed_amount (array)

      Financed Amount Range for Document Type

    • Added property state (boolean)

      Document type state

GET /config/document-type/{is_stipulation}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property customer_type (array)

      Customer Type for Document Type

    • Added property finance_type (array)

      Finance Type for Document Type

    • Added property financed_amount (array)

      Financed Amount Range for Document Type

    • Added property state (boolean)

      Document type state

GET /config/document-type/filter/

Parameters:

Added: customer_type in query

Added: finance_type in query

Added: financed_amount in query

Added: state in query

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property result (array)

      Changed items (object):

      • Added property customer_type (array)

        Customer Type for Document Type

      • Added property finance_type (array)

        Finance Type for Document Type

      • Added property financed_amount (array)

        Financed Amount Range for Document Type

      • Added property state (boolean)

        Document type state

GET /config/document-type/{document_type_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property customer_type (array)

      Customer Type for Document Type

    • Added property finance_type (array)

      Finance Type for Document Type

    • Added property financed_amount (array)

      Financed Amount Range for Document Type

    • Added property state (boolean)

      Document type state

DELETE /config/document-type/{document_type_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property customer_type (array)

      Customer Type for Document Type

    • Added property finance_type (array)

      Finance Type for Document Type

    • Added property financed_amount (array)

      Financed Amount Range for Document Type

    • Added property state (boolean)

      Document type state

PATCH /config/document-type/{document_type_id}

Request:

Changed content type : application/json

  • Added property customer_type (array)

    Customer Type for Document Type

  • Added property finance_type (array)

    Finance Type for Document Type

  • Added property financed_amount (array)

    Financed Amount Range for Document Type

  • Added property state (boolean)

    Document type state

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property customer_type (array)

      Customer Type for Document Type

    • Added property finance_type (array)

      Finance Type for Document Type

    • Added property financed_amount (array)

      Financed Amount Range for Document Type

    • Added property state (boolean)

      Document type state

GET /config/decision_status

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Changed property order_status (string)

      An enumeration.

      Added enum values:

      • Awaiting More
      • Fully Received POST /config/decision_status

Request:

Changed content type : application/json

  • Changed property order_status (string)

    An enumeration.

    Added enum values:

    • Awaiting More
    • Fully Received Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property order_status (string)

      An enumeration.

      Added enum values:

      • Awaiting More
      • Fully Received GET /config/decision_status/{decision_status_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property order_status (string)

      An enumeration.

      Added enum values:

      • Awaiting More
      • Fully Received DELETE /config/decision_status/{decision_status_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property order_status (string)

      An enumeration.

      Added enum values:

      • Awaiting More
      • Fully Received PATCH /config/decision_status/{decision_status_id}

Request:

Changed content type : application/json

  • Changed property order_status (string)

    An enumeration.

    Added enum values:

    • Awaiting More
    • Fully Received Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property order_status (string)

      An enumeration.

      Added enum values:

      • Awaiting More
      • Fully Received GET /config/decision_statuses/filter

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property result (array)

      Changed items (object):

      • Changed property order_status (string)

        An enumeration.

        Added enum values:

        • Awaiting More
        • Fully Received GET /config/odometer/{company_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property min_odometer_prior_use (integer)

      Minimum odometer for prior use

    • Added property credit_decision_expiry_in_days (integer)

      Credit Decision valid days

    • Added property pre_qualification_expiry_in_days (integer)

      Pre-Qualification valid days

    • Added property company_code (string)

      Company Code

    • Added property contact_person_name (string)

      Contact Person Name

    • Added property contact_person_email (string)

      Contact Person Email

    • Added property contact_person_phone_number (string)

      Contact Person Phone Number

    • Added property pricing_program (string)

      Pricing Program of a Company

POST /config/programs/all/

Request:

Changed content type : application/json

New required properties:

  • company_code
  • Added property dealer_code (string)

    Dealer Code

  • Added property lender_code (string)

    Lender Code

  • Added property company_code (string)

    Company Code

  • Added property customer_type (string)

    Customer Type for Chart

  • Added property product_type (string)

    Product Type For Chart

  • Added property asset_category (string)

    Asset Category For Chart

  • Added property asset_type (string)

    Asset Type For Chart

  • Added property business_trading_age (string)

    Business Trading Age For Chart

  • Added property model_code (string)

    Model Code

  • Added property vin (string)

    Vin Number

  • Added property odometer (integer)

    Odometer

  • Added property selling_price (integer)

    Selling Price

  • Added property msrp (integer)

    MSRF

  • Added property is_new (boolean)

    Is it new

  • Added property total_score (integer)

    Total Score

  • Added property is_payment_estimator (boolean)

    Is Payment Estimator

  • Deleted property dealer_id (integer)

    System Generated Dealer Id

  • Deleted property lender_id (integer)

    System Generated Lender Id

  • Deleted property company_id (integer)

    System Generated Company Id

  • Deleted property asset_make_id (integer)

    System Generated Asset Make Id

  • Deleted property asset_model_id (integer)

    System Generated Asset Model Id

  • Deleted property asset_model_detail_id (integer)

    System Generated Asset Trim Id

  • Deleted property is_renewal (boolean)

    If Quotation for Renewal or New Quotation

  • Deleted property previous_program_id (integer)

    Previous Program ID

  • Deleted property late_charge_inclusive_adder (boolean)

    Late Charge Inclusive Adder

  • Deleted property property_tax_inclusive_adder (boolean)

    Property Tax inclusive adder

  • Deleted property origination_fee_inclusive_adder (boolean)

    Origination Fee Inclusive adder

GET /config/dealer/option-trim-code

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    New optional properties:

    • category_name

GET /config/dealer/fee

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    New required properties:

    • calculation_type

    • event

    • Added property event (string)

      event type

    • Added property calculation_type (string)

      fee calculation type

    • Added property multiplication_factor (number)

      multipication factor if calculation type is monthly

POST /config/dealer/fee

Request:

Changed content type : application/json

New required properties:

  • calculation_type
  • event
  • Added property event (string)

    event type

  • Added property calculation_type (string)

    fee calculation type

  • Added property multiplication_factor (number)

    multipication factor if calculation type is monthly

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New required properties:

    • calculation_type

    • event

    • Added property event (string)

      event type

    • Added property calculation_type (string)

      fee calculation type

    • Added property multiplication_factor (number)

      multipication factor if calculation type is monthly

GET /config/dealer/{dealer_code}/fees

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    New required properties:

    • calculation_type

    • event

    • Added property event (string)

      event type

    • Added property calculation_type (string)

      fee calculation type

    • Added property multiplication_factor (number)

      multipication factor if calculation type is monthly

GET /config/dealer/fee/{fee_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New required properties:

    • calculation_type

    • event

    • Added property event (string)

      event type

    • Added property calculation_type (string)

      fee calculation type

    • Added property multiplication_factor (number)

      multipication factor if calculation type is monthly

DELETE /config/dealer/fee/{fee_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New required properties:

    • calculation_type

    • event

    • Added property event (string)

      event type

    • Added property calculation_type (string)

      fee calculation type

    • Added property multiplication_factor (number)

      multipication factor if calculation type is monthly

PATCH /config/dealer/fee/{fee_id}

Request:

Changed content type : application/json

New required properties:

  • calculation_type
  • event
  • Added property event (string)

    event type

  • Added property calculation_type (string)

    fee calculation type

  • Added property multiplication_factor (number)

    multipication factor if calculation type is monthly

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New required properties:

    • calculation_type

    • event

    • Added property event (string)

      event type

    • Added property calculation_type (string)

      fee calculation type

    • Added property multiplication_factor (number)

      multipication factor if calculation type is monthly

GET /config/dealer/preference

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property default_margin_rate_lease (number)

      Default margin rate for lease

    • Added property default_margin_rate_finance (number)

      Default margin rate for finance

    • Added property standard_lease_rates (object)

      Standard Lease rates for dealer

    • Added property standard_finance_rates (object)

      Standard Finance rates for dealer

POST /config/dealer/preference

Request:

Changed content type : application/json

  • Added property default_margin_rate_lease (number)

    Default margin rate for lease

  • Added property default_margin_rate_finance (number)

    Default margin rate for finance

  • Added property standard_lease_rates (object)

    Standard Lease rates for dealer

  • Added property standard_finance_rates (object)

    Standard Finance rates for dealer

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property default_margin_rate_lease (number)

      Default margin rate for lease

    • Added property default_margin_rate_finance (number)

      Default margin rate for finance

    • Added property standard_lease_rates (object)

      Standard Lease rates for dealer

    • Added property standard_finance_rates (object)

      Standard Finance rates for dealer

DELETE /config/dealer/preference/{dealerpreference_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property default_margin_rate_lease (number)

      Default margin rate for lease

    • Added property default_margin_rate_finance (number)

      Default margin rate for finance

    • Added property standard_lease_rates (object)

      Standard Lease rates for dealer

    • Added property standard_finance_rates (object)

      Standard Finance rates for dealer

PATCH /config/dealer/preference/{dealer_preference_id}

Parameters:

Deleted: company_id in header

Request:

Changed content type : application/json

  • Added property default_margin_rate_lease (number)

    Default margin rate for lease

  • Added property default_margin_rate_finance (number)

    Default margin rate for finance

  • Added property standard_lease_rates (object)

    Standard Lease rates for dealer

  • Added property standard_finance_rates (object)

    Standard Finance rates for dealer

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property default_margin_rate_lease (number)

      Default margin rate for lease

    • Added property default_margin_rate_finance (number)

      Default margin rate for finance

    • Added property standard_lease_rates (object)

      Standard Lease rates for dealer

    • Added property standard_finance_rates (object)

      Standard Finance rates for dealer

GET /config/dealer/preference-by-dealer-code/{dealer_code}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property default_margin_rate_lease (number)

      Default margin rate for lease

    • Added property default_margin_rate_finance (number)

      Default margin rate for finance

    • Added property standard_lease_rates (object)

      Standard Lease rates for dealer

    • Added property standard_finance_rates (object)

      Standard Finance rates for dealer

PATCH /config/dealer/payment-detail/{payment_detail_id}

Parameters:

Deleted: company_id in header

POST /config/dealers

Request:

Changed content type : application/json

  • Added property external_code (string)

    Lender Code

Return Type:

Changed response : 201 Created

Successful Response

  • Changed content type : application/json

    • Added property external_code (string)

      Lender Code

GET /config/dealers/filter

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property result (array)

      Changed items (object):

      • Added property external_code (string)

        Lender Code

GET /config/dealers/{dealer_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property external_code (string)

      Lender Code

DELETE /config/dealers/{dealer_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property external_code (string)

      Lender Code

GET /config/dealer

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property external_code (string)

      Lender Code

GET /config/dealer/{dealer_code}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property external_code (string)

      Lender Code

GET /config/dealer/find/by-tenant

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property external_code (string)

      Lender Code

GET /config/dealer/fees/filter

Parameters:

Added: vendor in query

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property result (array)

      Changed items (object):

      New required properties:

      • calculation_type

      • event

      • Added property event (string)

        event type

      • Added property calculation_type (string)

        fee calculation type

      • Added property multiplication_factor (number)

        multipication factor if calculation type is monthly

GET /config/vehicle-detail/{vin}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Deleted property company_id (integer)

      company_id of vehicle

POST /config/vehicle-detail/

Request:

Changed content type : application/json

  • Deleted property company_id (integer)

    company_id of vehicle

Return Type:

Changed response : 201 Created

Successful Response

  • Changed content type : application/json

    • Deleted property company_id (integer)

      company_id of vehicle

PATCH /config/vehicle-detail/{vehicle_detail_id}

Request:

Changed content type : application/json

  • Deleted property company_id (integer)

    company_id of vehicle

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Deleted property company_id (integer)

      company_id of vehicle

DELETE /config/vehicle-detail/{vehicle_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Deleted property company_id (integer)

      company_id of vehicle

GET /config/inventory/attached-option

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    New optional properties:

    • category_name

GET /config/financial-insurance

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property category (string)

      Category for Financial Insurance Product

POST /config/financial-insurance

Request:

Changed content type : application/json

  • Added property category (string)

    Category for Financial Insurance Product

Return Type:

Changed response : 201 Created

Successful Response

  • Changed content type : application/json

    • Added property category (string)

      Category for Financial Insurance Product

GET /config/financial-insurance/{financial_insurance_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property category (string)

      Category for Financial Insurance Product

DELETE /config/financial-insurance/{financial_insurance_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property category (string)

      Category for Financial Insurance Product

PATCH /config/financial-insurance/{financial_insurance_id}

Request:

Changed content type : application/json

  • Added property category (string)

    Category for Financial Insurance Product

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property category (string)

      Category for Financial Insurance Product

PATCH /config/integration/dealer/provider

Request:

Changed content type : application/json

  • Changed property dealer_providers (array)

    Company providers added/enable by dealer

    Changed items (object):

    New optional properties:

    • is_active

POST /config/bucket/upload-file/{tenant_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property content_type (string)

GET /config/asset_category

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Changed property is_active (boolean)

POST /config/asset_category

Request:

Changed content type : application/json

  • Changed property is_active (boolean)

Return Type:

Changed response : 201 Created

Successful Response

  • Changed content type : application/json

    • Changed property is_active (boolean)

GET /config/asset_category/{asset_category_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property is_active (boolean)

DELETE /config/asset_category/{asset_category_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property is_active (boolean)

PATCH /config/asset_category/{asset_category_id}

Request:

Changed content type : application/json

  • Changed property is_active (boolean)

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property is_active (boolean)

GET /config/asset_type

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    New optional properties:

    • description

POST /config/asset_type

Request:

Changed content type : application/json

New optional properties:

  • description

Return Type:

Changed response : 201 Created

Successful Response

  • Changed content type : application/json

    New optional properties:

    • description

GET /config/asset_type/{asset_type_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • description

DELETE /config/asset_type/{asset_type_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • description

PATCH /config/asset_type/{asset_type_id}

Request:

Changed content type : application/json

New optional properties:

  • description

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • description

POST /config/company/create-company

Request:

Changed content type : application/json

  • Added property company_documents (object)

    • Property key (array)

      Document Name for storing in database

      Items (string):

    • Property user_email (string)

      User Email for storing in database

  • Added property deleted_documents (array)

    List of keys representing deleted documents

    Items (string):

  • Changed property company_profile (object)

    • Added property min_odometer_prior_use (integer)

      Minimum odometer for prior use

    • Added property credit_decision_expiry_in_days (integer)

      Credit Decision valid days

    • Added property pre_qualification_expiry_in_days (integer)

      Pre-Qualification valid days

    • Added property company_code (string)

      Company Code

    • Added property contact_person_name (string)

      Contact Person Name

    • Added property contact_person_email (string)

      Contact Person Email

    • Added property contact_person_phone_number (string)

      Contact Person Phone Number

    • Added property pricing_program (string)

      Pricing Program of a Company

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property min_odometer_prior_use (integer)

      Minimum odometer for prior use

    • Added property credit_decision_expiry_in_days (integer)

      Credit Decision valid days

    • Added property pre_qualification_expiry_in_days (integer)

      Pre-Qualification valid days

    • Added property company_code (string)

      Company Code

    • Added property contact_person_name (string)

      Contact Person Name

    • Added property contact_person_email (string)

      Contact Person Email

    • Added property contact_person_phone_number (string)

      Contact Person Phone Number

    • Added property pricing_program (string)

      Pricing Program of a Company

GET /config/company/{company_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property company_code (string)

      Code of a company

    • Added property min_odometer_prior_use (integer)

      Minimum odometer for prior use

    • Added property credit_decision_expiry_in_days (integer)

      Credit Decision valid days

    • Added property pre_qualification_expiry_in_days (integer)

      Pre-Qualification valid days

    • Added property configured_rates (array)

      List of Standard Rates

    • Added property configured_charts (array)

      Chart Configuration

    • Added property pricing_program (string)

      Pricing Program of a Company

DELETE /config/company/{company_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property company_code (string)

      Code of a company

    • Added property min_odometer_prior_use (integer)

      Minimum odometer for prior use

    • Added property credit_decision_expiry_in_days (integer)

      Credit Decision valid days

    • Added property pre_qualification_expiry_in_days (integer)

      Pre-Qualification valid days

    • Added property configured_rates (array)

      List of Standard Rates

    • Added property configured_charts (array)

      Chart Configuration

    • Added property pricing_program (string)

      Pricing Program of a Company

PATCH /config/company/{company_id}

Request:

Changed content type : application/json

  • Added property company_documents (object)

  • Added property deleted_documents (array)

    List of keys representing deleted documents

  • Changed property company_profile (object)

    • Added property min_odometer_prior_use (integer)

      Minimum odometer for prior use

    • Added property credit_decision_expiry_in_days (integer)

      Credit Decision valid days

    • Added property pre_qualification_expiry_in_days (integer)

      Pre-Qualification valid days

    • Added property company_code (string)

      Company Code

    • Added property contact_person_name (string)

      Contact Person Name

    • Added property contact_person_email (string)

      Contact Person Email

    • Added property contact_person_phone_number (string)

      Contact Person Phone Number

    • Added property pricing_program (string)

      Pricing Program of a Company

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property company_code (string)

      Code of a company

    • Added property min_odometer_prior_use (integer)

      Minimum odometer for prior use

    • Added property credit_decision_expiry_in_days (integer)

      Credit Decision valid days

    • Added property pre_qualification_expiry_in_days (integer)

      Pre-Qualification valid days

    • Added property configured_rates (array)

      List of Standard Rates

    • Added property configured_charts (array)

      Chart Configuration

    • Added property pricing_program (string)

      Pricing Program of a Company

GET /config/financial-product/{financial_product_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property dealers (array)

      Associated dealers with a program

      Changed items (object):

      • Added property external_code (string)

        Lender Code

PATCH /config/financial-product/{financial_product_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property dealers (array)

      Associated dealers with a program

      Changed items (object):

      • Added property external_code (string)

        Lender Code

POST /config/financial-product/create-fp

Return Type:

Changed response : 201 Created

Successful Response

  • Changed content type : application/json

    • Changed property dealers (array)

      Associated dealers with a program

      Changed items (object):

      • Added property external_code (string)

        Lender Code

PATCH /config/financial-product/update-fp/{custom_financial_product_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property dealers (array)

      Associated dealers with a program

      Changed items (object):

      • Added property external_code (string)

        Lender Code

GET /config/financial-insurances/filter

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property result (array)

      Changed items (object):

      • Added property category (string)

        Category for Financial Insurance Product

GET /config/integration/company

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Changed property providers (array)

      Associated Providers

      Changed items (object):

      • Changed property dealer_providers (array)

        Company providers added/enable by dealer

        Changed items (object):

        New optional properties:

        • is_active

POST /config/integration/company

Request:

Changed content type : application/json

  • Changed property providers (array)

    Associated Providers

    Changed items (object):

    • Changed property dealer_providers (array)

      Company providers added/enable by dealer

      Changed items (object):

      New optional properties:

      • is_active

Return Type:

Changed response : 201 Created

Successful Response

  • Changed content type : application/json

    • Changed property providers (array)

      Associated Providers

      Changed items (object):

      • Changed property dealer_providers (array)

        Company providers added/enable by dealer

        Changed items (object):

        New optional properties:

        • is_active

PATCH /config/integration/company

Request:

Changed content type : application/json

  • Changed property providers (array)

    Associated Providers

    Changed items (object):

    • Changed property dealer_providers (array)

      Company providers added/enable by dealer

      Changed items (object):

      New optional properties:

      • is_active

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property providers (array)

      Associated Providers

      Changed items (object):

      • Changed property dealer_providers (array)

        Company providers added/enable by dealer

        Changed items (object):

        New optional properties:

        • is_active

GET /config/integration/dealer/active/{dealer_code}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Changed property providers (array)

      Associated Providers

      Changed items (object):

      • Changed property dealer_providers (array)

        Company providers added/enable by dealer

        Changed items (object):

        New optional properties:

        • is_active

DELETE /config/integration/company/{integration_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property providers (array)

      Associated Providers

      Changed items (object):

      • Changed property dealer_providers (array)

        Company providers added/enable by dealer

        Changed items (object):

        New optional properties:

        • is_active

PATCH /config/integration/status/{integration_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property providers (array)

      Associated Providers

      Changed items (object):

      • Changed property dealer_providers (array)

        Company providers added/enable by dealer

        Changed items (object):

        New optional properties:

        • is_active

GET /config/integration/integration-type/{dealer_code}/{integration_type}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property providers (array)

      Associated Providers

      Changed items (object):

      • Changed property dealer_providers (array)

        Company providers added/enable by dealer

        Changed items (object):

        New optional properties:

        • is_active

GET /config/integration/integration-type-company/{integration_type}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property providers (array)

      Associated Providers

      Changed items (object):

      • Changed property dealer_providers (array)

        Company providers added/enable by dealer

        Changed items (object):

        New optional properties:

        • is_active

GET /config/financial-product/filter

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property result (array)

      Changed items (object):

      • Changed property dealers (array)

        Associated dealers with a program

        Changed items (object):

        • Added property external_code (string)

          Lender Code -->