Developer Docs
Index
Version 1.0.30

API Doc Version 1.0.30

What's New

GET /config/get_asset/by_name

Get Asset Make Record

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

Get a lender record by Lender Slug

GET /config/document-type/{is_stipulation}

Gets a document type

GET /config/reason/filter

Get all reasons by type

GET /config/get-all-languages

Get all Languages

GET /config/get-active-languages

Get active Languages

GET /config/get-tenant-languages

Get all Languages

GET /config/get-lender-languages-and-translations/filter

Get filtered lender languages and translations

GET /config/get-lender-languages-and-translations

Get lender languages and translations

PATCH /config/lender-language

Add or Update Tenant Language

POST /config/lender-placeholder-add-new-tenant-translations

Add Translations For New Tenant

PATCH /config/lender-placeholder-and-translations

Add or Update Translations

DELETE /config/lender-placeholder/{placeholder_id}

Deletes a placeholder record

DELETE /config/lender-language/{language_id}

Delete lender language

POST /config/radius/create-radius

Creates a radius record

GET /config/radius/{radius_id}

Get a radius record by Id

DELETE /config/radius/{radius_id}

Deletes a radius record

PATCH /config/radius/{radius_id}

Updates a radius record

GET /config/radius

Get all radius records

GET /config/stationery

Get stationery records

POST /config/stationery

Creates a new stationery record

GET /config/stationery/type/{stationary_type}/{stationary_event}

Get stationery records by type & event

GET /config/stationery/{stationery_id}

Get stationery by Id

DELETE /config/stationery/{stationery_id}

Deletes a stationery record

PATCH /config/stationery/{stationery_id}

Updates a stationery record

GET /config/stationery/filter/

Get paginated stationery records

GET /config/stationery/get_tenant_documents/

Get paginated stationery records

GET /config/dealer/get_dealer_fees_sum/by_dealer_id/

Get sum of all associated dealer fees

GET /config/dealer/get_dealer/by_lender_id/

Get All Dealer By Lender Id

GET /config/integration/by_provider_name/{provider_name}

Get Product Onboarding

POST /config/get/pre-signed/urls/

Uploads object to AWS S3 Bucket

POST /configbucket/upload/css/file/{tenant_id}

Uploads object to AWS S3 Bucket

GET /config/theme-builder

Get theme by user email

POST /config/theme-builder

Post Theme Builder Record

PATCH /config/theme-builder/{user_email}

Updates a theme builder record

What's Deleted

GET /config/asset-make/test/{lender_id}

Get all asset make records

GET /config/all-asset-make

Get all asset make records

GET /config/integration/mitek-integration/{provider_name}

Get Product Onboarding

What's Changed

POST /config/lender/create-lender

Request:

Changed content type : application/json

  • Added property theme (object)

    • Property is_active (boolean)

    • Property is_deleted (boolean)

    • Property id (integer)

      Primary ID of Theme Builder

    • Property is_lender_theme_active (boolean)

      Check if lender theme is active

    • Property stylesheet (string)

      Stylesheet of Theme Builder Class

    • Property darkmode_stylesheet (string)

      Darkmode Stylesheet of Theme Builder

    • Property favicon (object)

      favicon of Theme Builder

    • Property logo (object)

      logo of Theme Builder

    • Property tenant_id (integer)

      Tenant id to get s3 credentials

    • Property user_email (string)

      Email of logged in user

  • Changed property lender_profile (object)

    • Added property unwind_days (integer)

      Unwind days against tenant

    • Added property planned_return_date (integer)

      Planned return date against tenant

    • Added property slug (string)

      Slug against lender

    • Added property gtm_key (string)

      GTM key against lender

    • Added property default_radius (integer)

      Default radius of the Lender

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property unwind_days (integer)

      Unwind days against tenant

    • Added property planned_return_date (integer)

      Planned return date against tenant

    • Added property slug (string)

      Slug against lender

    • Added property gtm_key (string)

      GTM key against lender

    • Added property default_radius (integer)

      Default radius of the Lender

GET /config/lender

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property unwind_days (integer)

      Unwind days against tenant

    • Added property planned_return_date (integer)

      Planned return date against tenant

    • Added property slug (string)

      Slug of a lender

    • Added property gtm_key (string)

      GTM key of a lender

    • Added property default_radius (integer)

      Default radius of the Lender

    • Added property theme (object)

      Theme of a lender

GET /config/lender_by_api_key

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property unwind_days (integer)

      Unwind days against tenant

    • Added property planned_return_date (integer)

      Planned return date against tenant

    • Added property slug (string)

      Slug of a lender

    • Added property gtm_key (string)

      GTM key of a lender

    • Added property default_radius (integer)

      Default radius of the Lender

    • Added property theme (object)

      Theme of a lender

GET /config/lender/{lender_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property unwind_days (integer)

      Unwind days against tenant

    • Added property planned_return_date (integer)

      Planned return date against tenant

    • Added property slug (string)

      Slug of a lender

    • Added property gtm_key (string)

      GTM key of a lender

    • Added property default_radius (integer)

      Default radius of the Lender

    • Added property theme (object)

      Theme of a lender

DELETE /config/lender/{lender_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property unwind_days (integer)

      Unwind days against tenant

    • Added property planned_return_date (integer)

      Planned return date against tenant

    • Added property slug (string)

      Slug of a lender

    • Added property gtm_key (string)

      GTM key of a lender

    • Added property default_radius (integer)

      Default radius of the Lender

    • Added property theme (object)

      Theme of a lender

PATCH /config/lender/{lender_id}

Request:

Changed content type : application/json

  • Added property theme (object)

  • Changed property lender_profile (object)

    • Added property unwind_days (integer)

      Unwind days against tenant

    • Added property planned_return_date (integer)

      Planned return date against tenant

    • Added property slug (string)

      Slug against lender

    • Added property gtm_key (string)

      GTM key against lender

    • Added property default_radius (integer)

      Default radius of the Lender

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property unwind_days (integer)

      Unwind days against tenant

    • Added property planned_return_date (integer)

      Planned return date against tenant

    • Added property slug (string)

      Slug of a lender

    • Added property gtm_key (string)

      GTM key of a lender

    • Added property default_radius (integer)

      Default radius of the Lender

    • Added property theme (object)

      Theme of a lender

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

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property unwind_days (integer)

      Unwind days against tenant

    • Added property planned_return_date (integer)

      Planned return date against tenant

    • Added property slug (string)

      Slug of a lender

    • Added property gtm_key (string)

      GTM key of a lender

    • Added property default_radius (integer)

      Default radius of the Lender

    • Added property theme (object)

      Theme of a lender

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

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property unwind_days (integer)

      Unwind days against tenant

    • Added property planned_return_date (integer)

      Planned return date against tenant

    • Added property slug (string)

      Slug of a lender

    • Added property gtm_key (string)

      GTM key of a lender

    • Added property default_radius (integer)

      Default radius of the Lender

    • Added property theme (object)

      Theme of a lender

GET /config/charts/{chart_id}

Parameters:

Changed: chart_id in path

DELETE /config/charts/{chart_id}

Parameters:

Changed: chart_id in path

GET /config/rv-chart/{rv_chart_id}

Parameters:

Changed: rv_chart_id in path

DELETE /config/rv-chart/{rv_chart_id}

Parameters:

Changed: rv_chart_id in path

GET /config/down-payment/{down_payment_id}

Parameters:

Changed: down_payment_id in path

DELETE /config/down-payment/{down_payment_id}

Parameters:

Changed: down_payment_id in path

GET /config/commissions/{commission_id}

Parameters:

Changed: commission_id in path

DELETE /config/commissions/{commission_id}

Parameters:

Changed: commission_id in path

GET /config/subsidy/{subsidy_id}

Parameters:

Changed: subsidy_id in path

DELETE /config/subsidy/{subsidy_id}

Parameters:

Changed: subsidy_id in path

GET /config/financial-product/filter

Return Type:

New response : 200 OK

Successful Response

Deleted response : 201 Created

Successful Response

GET /config/financial-product/name/{name}

Parameters:

Changed: name in path

GET /config/financial-product/code/{code}

Parameters:

Changed: code in path

GET /config/document-type

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property is_stipulation (boolean)

      Document type is for stipulation or not

POST /config/document-type

Request:

Changed content type : application/json

  • Added property is_stipulation (boolean)

    Document type is for stipulation or not

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property is_stipulation (boolean)

      Document type is for stipulation or not

GET /config/document-type/filter

Parameters:

Added: is_stipulation in query

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property result (array)

      Changed items (object):

      • Added property is_stipulation (boolean)

        Document type is for stipulation or not

GET /config/document-type/{document_type_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property is_stipulation (boolean)

      Document type is for stipulation or not

DELETE /config/document-type/{document_type_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property is_stipulation (boolean)

      Document type is for stipulation or not

PATCH /config/document-type/{document_type_id}

Request:

Changed content type : application/json

  • Added property is_stipulation (boolean)

    Document type is for stipulation or not

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property is_stipulation (boolean)

      Document type is for stipulation or not

GET /config/credit-ratings

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    New required properties:

    • description
    • score_from
    • score_to

POST /config/credit-ratings

Parameters:

Added: lender_id in header

Request:

Changed content type : application/json

New required properties:

  • description
  • score_from
  • score_to

New optional properties:

  • lender_id
  • Deleted property lender_id (integer)

    Lender id that supports credit rating mode

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New required properties:

    • description
    • score_from
    • score_to

GET /config/credit-ratings/filter

Parameters:

Added: score_from in query

Added: score_to in query

Deleted: score_range 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:

      • description
      • score_from
      • score_to

GET /config/credit-rating/active

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    New required properties:

    • description
    • score_from
    • score_to

GET /config/credit-ratings/{credit_rating_id}

Parameters:

Changed: credit_rating_id in path

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New required properties:

    • description
    • score_from
    • score_to

DELETE /config/credit-ratings/{credit_rating_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New required properties:

    • description
    • score_from
    • score_to

PATCH /config/credit-ratings/{credit_rating_id}

Request:

Changed content type : application/json

New required properties:

  • description
  • score_from
  • score_to

New optional properties:

  • lender_id
  • Deleted property lender_id (integer)

    Lender id that supports credit rating mode

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New required properties:

    • description
    • score_from
    • score_to

GET /config/annual-mileage

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    New optional properties:

    • is_active

POST /config/annual-mileage

Parameters:

Added: lender_id in header

Request:

Changed content type : application/json

New optional properties:

  • is_active
  • lender_id
  • Deleted property lender_id (integer)

    Lender id that supports annual mileage mode

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • is_active

GET /config/annual-mileage/filter

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property result (array)

      Changed items (object):

      New optional properties:

      • is_active

GET /config/annual-mileage/active

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    New optional properties:

    • is_active

GET /config/annual-mileage/{annual_mileage_id}

Parameters:

Changed: annual_mileage_id in path

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • is_active

DELETE /config/annual-mileage/{annual_mileage_id}

Parameters:

Changed: annual_mileage_id in path

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • is_active

PATCH /config/annual-mileage/{annual_mileage_id}

Parameters:

Added: lender_id in header

Request:

Changed content type : application/json

New optional properties:

  • is_active
  • lender_id
  • Deleted property lender_id (integer)

    Lender id that supports annual mileage mode

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • is_active

POST /config/Financed-Amount

Parameters:

Added: lender_id in header

Request:

Changed content type : application/json

New optional properties:

  • lender_id
  • Deleted property lender_id (integer)

    Lender id that supports financed amount mode

GET /config/Financed-Amount/{financed_amount_id}

Parameters:

Changed: financed_amount_id in path

DELETE /config/Financed-Amount/{financed_amount_id}

Parameters:

Changed: financed_amount_id in path

PATCH /config/Financed-Amount/{financed_amount_id}

Parameters:

Added: lender_id in header

Request:

Changed content type : application/json

New optional properties:

  • lender_id
  • Deleted property lender_id (integer)

    Lender id that supports financed amount mode

GET /config/fee-names

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    New required properties:

    • lender_id

POST /config/fee-names

Parameters:

Added: lender_id in header

Request:

Changed content type : application/json

  • Deleted property lender_id (integer)

    Data serve against lender ID

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New required properties:

    • lender_id

GET /config/fee-names/{fee_name_id}

Parameters:

Changed: fee_name_id in path

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New required properties:

    • lender_id

DELETE /config/fee-names/{fee_name_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New required properties:

    • lender_id

PATCH /config/fee-names/{fee_name_id}

Parameters:

Added: lender_id in header

Request:

Changed content type : application/json

  • Deleted property lender_id (integer)

    Data serve against lender ID

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New required properties:

    • lender_id

GET /config/fee-name/filter

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property result (array)

      Changed items (object):

      • Deleted property lender_id (integer)

        Data serve against lender ID

GET /config/contract-term/{contract_term_id}

Parameters:

Changed: contract_term_id in path

DELETE /config/contract-term/{contract_term_id}

Parameters:

Changed: contract_term_id in path

GET /config/option-category/{option_category_id}

Parameters:

Changed: option_category_id in path

DELETE /config/option-category/{option_category_id}

Parameters:

Changed: option_category_id in path

GET /config/contract-allowed-annum-mileage/{contract_allowed_annum_mileage_id}

Parameters:

Changed: contract_allowed_annum_mileage_id in path

DELETE /config/contract-allowed-annum-mileage/{contract_allowed_annum_mileage_id}

Parameters:

Changed: contract_allowed_annum_mileage_id in path

GET /config/decision_status

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Changed property id (integer)

      Primary ID of Decision Status

POST /config/decision_status

Request:

Changed content type : application/json

  • Changed property id (integer)

    Primary ID of Decision Status

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property id (integer)

      Primary ID of Decision Status

GET /config/decision_status/{decision_status_id}

Parameters:

Changed: decision_status_id in path

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property id (integer)

      Primary ID of Decision Status

DELETE /config/decision_status/{decision_status_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property id (integer)

      Primary ID of Decision Status

PATCH /config/decision_status/{decision_status_id}

Request:

Changed content type : application/json

  • Changed property id (integer)

    Primary ID of Decision Status

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property id (integer)

      Primary ID of Decision Status

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 id (integer)

        Primary ID of Decision Status

DELETE /config/status-flags/{status_flags_id}

Parameters:

Changed: status_flags_id in path

GET /config/dairy-category/{dairy_category_id}

Get Diary Category by Id

DELETE /config/dairy-category/{dairy_category_id}

Deletes a Diary Category record

Parameters:

Changed: dairy_category_id in path

PATCH /config/dairy-category/{dairy_category_id}

Updates a Diary Category record

GET /config/dairy-category

Gets all Diary Category

POST /config/dairy-category

DELETE /config/prefix/{prefix_identifier}

Parameters:

Changed: prefix_identifier in path

DELETE /config/address_category/{address_category_identifier}

Parameters:

Changed: address_category_identifier in path

DELETE /config/event/{event_id}

Parameters:

Changed: event_id in path

GET /config/reason

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property reason_type (string)

      Reason type of Reason

POST /config/reason

Request:

Changed content type : application/json

  • Added property reason_type (string)

    Reason type of Reason

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property reason_type (string)

      Reason type of Reason

GET /config/reason/{reason_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property reason_type (string)

      Reason type of Reason

DELETE /config/reason/{reason_id}

Parameters:

Changed: reason_id in path

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property reason_type (string)

      Reason type of Reason

PATCH /config/reason/{reason_id}

Request:

Changed content type : application/json

  • Added property reason_type (string)

    Reason type of Reason

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property reason_type (string)

      Reason type of Reason

GET /config/odometer/{lender_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property unwind_days (integer)

      Unwind days against tenant

    • Added property planned_return_date (integer)

      Planned return date against tenant

    • Added property slug (string)

      Slug against lender

    • Added property gtm_key (string)

      GTM key against lender

    • Added property default_radius (integer)

      Default radius of the Lender

GET /config/stipulation/filter

Parameters:

Changed: document_type_id in query

GET /config/stipulation/{stipulation_id}

Parameters:

Changed: stipulation_id in path

DELETE /config/stipulation/{stipulation_id}

Parameters:

Changed: stipulation_id in path

POST /config/stipulation-reason

Request:

Changed content type : application/json

  • Added property review_status (string)

    Stipulation Status i.e., either Soft Reject or Hard Reject

  • Added property stipulation_code (array)

    List of Stipulation Id

    Items (string):

  • Deleted property reason_status (string)

    Stipulation Status i.e., either Soft Reject or Hard Reject

  • Deleted property stipulation_id (array)

    List of Stipulation Id

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property review_status (string)

      Stipulation Status i.e., either Soft Reject or Hard Reject

    • Added property stipulation_code (array)

      List of Stipulation Id

    • Deleted property reason_status (string)

      Stipulation Status i.e., either Soft Reject or Hard Reject

    • Deleted property stipulation_id (array)

      List of Stipulation Id

GET /config/stipulation-reason/{stipulation_name}/{reason_status}

DELETE /config/stipulation-reason/{stipulation_reason_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property review_status (string)

      Stipulation Status i.e., either Soft Reject or Hard Reject

    • Added property stipulation_code (array)

      List of Stipulation Id

    • Deleted property reason_status (string)

      Stipulation Status i.e., either Soft Reject or Hard Reject

    • Deleted property stipulation_id (array)

      List of Stipulation Id

POST /config/programs/permutation/

Request:

Changed content type : application/json

  • Changed property asset_condition (string -> array)

    Asset Condition

  • Changed property credit_rating (string -> array)

    Credit rating

  • Changed property finance_type (string -> array)

    Finance Type

  • Changed property asset_classification (string -> array)

    Asset Classification (e.g. Vehicle, Equipment etc.)

  • Changed property is_rv_guaranteed (string -> array)

    Is RV Guaranteed

  • Changed property rental_mode (string -> array)

    Payment Mode

  • Changed property rental_frequency (string -> array)

    Rental Frequency available with Program

POST /config/programs/multi-quote/

Request:

Changed content type : application/json

  • Changed property asset_condition (string -> array)

    Asset Condition

  • Changed property credit_rating (string -> array)

    Credit rating

  • Changed property finance_type (string -> array)

    Finance Type

  • Changed property asset_classification (string -> array)

    Asset Classification (e.g. Vehicle, Equipment etc.)

  • Changed property is_rv_guaranteed (string -> array)

    Is RV Guaranteed

  • Changed property rental_mode (string -> array)

    Payment Mode

  • Changed property rental_frequency (string -> array)

    Rental Frequency available with Program

GET /config/dealer/option/{option_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • compatible_models

    • dealer_code

    • lender_id

    • Deleted property dealer_id (integer)

      Addon dealer_id

    • Changed property compatible_models (array)

      Addon compatible_models

      Changed items (integer -> object):

GET /config/dealer/profile

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property facebook (string)

      Facebook profile url

    • Added property twitter (string)

      Twitter profile url

    • Added property google (string)

      Google profile url

    • Added property instagram (string)

      Instagram profile url

    • Added property linkedin (string)

      Linkedin Profile url

    • Added property youtube (string)

      Youtube url

POST /config/dealer/profile

Request:

Changed content type : application/json

  • Added property facebook (string)

    Facebook profile url

  • Added property twitter (string)

    Twitter profile url

  • Added property google (string)

    Google profile url

  • Added property instagram (string)

    Instagram profile url

  • Added property linkedin (string)

    Linkedin Profile url

  • Added property youtube (string)

    Youtube url

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property facebook (string)

      Facebook profile url

    • Added property twitter (string)

      Twitter profile url

    • Added property google (string)

      Google profile url

    • Added property instagram (string)

      Instagram profile url

    • Added property linkedin (string)

      Linkedin Profile url

    • Added property youtube (string)

      Youtube url

DELETE /config/dealer/profile/{dealer_profile_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property facebook (string)

      Facebook profile url

    • Added property twitter (string)

      Twitter profile url

    • Added property google (string)

      Google profile url

    • Added property instagram (string)

      Instagram profile url

    • Added property linkedin (string)

      Linkedin Profile url

    • Added property youtube (string)

      Youtube url

PATCH /config/dealer/profile/{dealer_profile_id}

Request:

Changed content type : application/json

  • Added property facebook (string)

    Facebook profile url

  • Added property twitter (string)

    Twitter profile url

  • Added property google (string)

    Google profile url

  • Added property instagram (string)

    Instagram profile url

  • Added property linkedin (string)

    Linkedin Profile url

  • Added property youtube (string)

    Youtube url

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property facebook (string)

      Facebook profile url

    • Added property twitter (string)

      Twitter profile url

    • Added property google (string)

      Google profile url

    • Added property instagram (string)

      Instagram profile url

    • Added property linkedin (string)

      Linkedin Profile url

    • Added property youtube (string)

      Youtube url

PATCH /config/dealer/profile/pen-dealer-id/{dealer_code}/{pen_dealer_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property facebook (string)

      Facebook profile url

    • Added property twitter (string)

      Twitter profile url

    • Added property google (string)

      Google profile url

    • Added property instagram (string)

      Instagram profile url

    • Added property linkedin (string)

      Linkedin Profile url

    • Added property youtube (string)

      Youtube url

GET /config/dealer/profile/{dealer_code}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property facebook (string)

      Facebook profile url

    • Added property twitter (string)

      Twitter profile url

    • Added property google (string)

      Google profile url

    • Added property instagram (string)

      Instagram profile url

    • Added property linkedin (string)

      Linkedin Profile url

    • Added property youtube (string)

      Youtube url

GET /config/dealer/preference

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property availability_check (string)

      Check Asset Availability

POST /config/dealer/preference

Request:

Changed content type : application/json

  • Added property availability_check (string)

    Check Asset Availability

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property availability_check (string)

      Check Asset Availability

DELETE /config/dealer/preference/{dealerpreference_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property availability_check (string)

      Check Asset Availability

PATCH /config/dealer/preference/{dealer_preference_id}

Request:

Changed content type : application/json

  • Added property availability_check (string)

    Check Asset Availability

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property availability_check (string)

      Check Asset Availability

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

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property availability_check (string)

      Check Asset Availability

GET /config/dealers/active

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    New required properties:

    • email

    • Added property email (string)

      Email address of Dealer

PATCH /config/dealer/profile/shift-digital-dealer-id/{dealer_code}/{shift_digital_dealer_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property facebook (string)

      Facebook profile url

    • Added property twitter (string)

      Twitter profile url

    • Added property google (string)

      Google profile url

    • Added property instagram (string)

      Instagram profile url

    • Added property linkedin (string)

      Linkedin Profile url

    • Added property youtube (string)

      Youtube url

PATCH /config/dealer/profile/unregister-pen-dealer/{dealer_code}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property facebook (string)

      Facebook profile url

    • Added property twitter (string)

      Twitter profile url

    • Added property google (string)

      Google profile url

    • Added property instagram (string)

      Instagram profile url

    • Added property linkedin (string)

      Linkedin Profile url

    • Added property youtube (string)

      Youtube url

PATCH /config/dealer/profile/stripe-dealer-id/{dealer_code}/{stripe_dealer_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property facebook (string)

      Facebook profile url

    • Added property twitter (string)

      Twitter profile url

    • Added property google (string)

      Google profile url

    • Added property instagram (string)

      Instagram profile url

    • Added property linkedin (string)

      Linkedin Profile url

    • Added property youtube (string)

      Youtube url

GET /config/financial-insurance/{financial_insurance_id}

Parameters:

Changed: financial_insurance_id in path

DELETE /config/financial-insurance/delete-all/{dealer_code}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

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 presigned_url (string)

PATCH /config/update_checklist/

Request:

Changed content type : application/json

  • Changed property payload (object)

    • Changed property items (array)

      Changed items (object):

      • Added property description (string)

POST /config/create_checklist/

Request:

Changed content type : application/json

  • Changed property payload (array)

    Changed items (object):

    • Changed property items (array)

      Changed items (object):

      • Added property description (string)