Lane API Information API
The Information API from Lane API — 14 operation(s) for information.
The Information API from Lane API — 14 operation(s) for information.
openapi: 3.0.2
info:
version: 1.3.43
title: Lane Information API
contact:
email: support@netsolapp.io, support@appexnow.com
x-logo:
url: ../lane/docs/64x64.png
altText: Lane
backgroundColor: '#FFFFFF'
description: Lane offers a feature-rich, end-to-end order management system for asset leasing, loans and credit companies. Our platform covers all aspects, from conducting end-to-end sales to performing dealer and partner-related tasks and marketing-related activities.
servers:
- url: https://dms-api.netsolapp.io
tags:
- name: Information
paths:
/dms/customer/license-info:
get:
tags:
- Information
summary: Get license info record by reference id
description: Get license info record by reference id
operationId: findone_license_info_dms_customer_license_info_get
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
- required: false
schema:
title: Is Presigned Url Required
type: boolean
default: false
name: is_presigned_url_required
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
post:
tags:
- Information
summary: Creates license information
description: Create license information against customer
operationId: add_license_info_dms_customer_license_info_post
parameters:
- required: false
schema:
title: Dealer Code
type: string
name: dealer_code
in: query
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/LisenceInfoWithAdress'
required: true
responses:
'201':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/LicenseInfoResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
delete:
tags:
- Information
summary: Delete single license information record
description: Delete customer license information record of customer record ID
operationId: delete_license_by_reference_id_dms_customer_license_info_delete
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/ResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
patch:
tags:
- Information
summary: Updates License Info Record
description: Updates a license info setup record by license id
operationId: update_license_info_dms_customer_license_info_patch
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
- required: false
schema:
title: Is Presigned Url Required
type: boolean
default: false
name: is_presigned_url_required
in: query
- required: false
schema:
title: Dealer Code
type: string
name: dealer_code
in: query
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/LisenceInfoUpdateModel'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/LicenseInfoUpdateResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
/dms/customer/license-info-history:
get:
tags:
- Information
summary: Get all customer license information history
description: Get all customer license information history
operationId: get_license_information_history_dms_customer_license_info_history_get
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
- required: true
schema:
title: Page Number
type: integer
name: page_number
in: query
- required: true
schema:
title: Page Size
minimum: 1
type: integer
name: page_size
in: query
- description: 'Format: YYYY-MM-DD'
required: false
schema:
title: From Date
type: string
description: 'Format: YYYY-MM-DD'
name: from_date
in: query
- description: 'Format: YYYY-MM-DD'
required: false
schema:
title: To Date
type: string
description: 'Format: YYYY-MM-DD'
name: to_date
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/LicenseInfoPaginationResponse'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
/dms/customer/employment-info:
get:
tags:
- Information
summary: Get single employment information record
description: Get employment information by customer ID
operationId: findone_employment_info_dms_customer_employment_info_get
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/EmploymentInfoResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
post:
tags:
- Information
summary: Creates employment information
description: Create employment information against customer
operationId: add_customer_employment_info_dms_customer_employment_info_post
parameters:
- required: false
schema:
title: Dealer Code
type: string
name: dealer_code
in: query
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/EmploymentInfoCreateModelEmpTypeMendatory'
required: true
responses:
'201':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/EmploymentInfoResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
delete:
tags:
- Information
summary: Delete single employment information record
description: Delete employment information record of customer employment record ID
operationId: delete_employment_info_by_id_dms_customer_employment_info_delete
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/ResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
patch:
tags:
- Information
summary: Updates employment information
description: Update employment information against customer
operationId: update_customer_employment_info_dms_customer_employment_info_patch
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
- required: false
schema:
title: Dealer Code
type: string
name: dealer_code
in: query
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/EmploymentInfoUpdateModel'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/EmploymentInfoResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
/dms/customer/payment-information:
get:
tags:
- Information
summary: Get customer payment information
description: Get customer payment information
operationId: get_customer_payment_info_by_dms_customer_payment_information_get
parameters:
- required: true
schema:
title: Reference Id
minLength: 1
type: string
name: reference_id
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema:
title: Response Get Customer Payment Info By Dms Customer Payment Information Get
type: array
items:
$ref: '#/components/schemas/CustomerPaymentInformationResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
post:
tags:
- Information
summary: Create customer payment information
description: Create customer payment information
operationId: add_customer_payment_info_dms_customer_payment_information_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CustomerPaymentModelTypeMandatory'
required: true
responses:
'201':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/CustomerPaymentInformationResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
delete:
tags:
- Information
summary: Delete customer payment information
description: Delete all customer payment information
operationId: delete_customer_payment_info_by_id_dms_customer_payment_information_delete
parameters:
- required: true
schema:
title: Reference Id
minLength: 1
type: string
name: reference_id
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/ResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
patch:
tags:
- Information
summary: Update customer payment information
description: Update customer payment information
operationId: update_customer_payment_dms_customer_payment_information_patch
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CustomerPaymentModelTypeMandatory'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/CustomerPaymentInformationResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
/dms/customer/insurance-information:
get:
tags:
- Information
summary: Get customer insurance information by customer reference id and order reference number
description: Get customer insurance information by customer reference id and order reference number
operationId: get_insurance_info_by_order_and_customer_reference_number_dms_customer_insurance_information_get
parameters:
- description: provide valid reference_id
required: true
schema:
title: Reference Id
minLength: 1
type: string
description: provide valid reference_id
name: reference_id
in: query
- description: provide valid order_reference_id
required: true
schema:
title: Order Reference Id
minLength: 1
type: string
description: provide valid order_reference_id
name: order_reference_id
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/InsuranceInformationResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
post:
tags:
- Information
summary: Create customer insurance information
description: Create customer insurance information
operationId: create_insurance_information_dms_customer_insurance_information_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/InsuranceInformationWithAddressesModel'
required: true
responses:
'201':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/InsuranceInformationResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
delete:
tags:
- Information
summary: Delete single customer insurance information
description: Delete single customer insurance information
operationId: delete_insurance_information_dms_customer_insurance_information_delete
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/ResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
deprecated: true
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
patch:
tags:
- Information
summary: Updates customer insurance information
description: Updates customer insurance information
operationId: update_insurance_information_dms_customer_insurance_information_patch
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
- required: false
schema:
title: Order Reference Id
type: string
name: order_reference_id
in: query
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/InsuranceInformationUpdateModel'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/InsuranceInformationResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
/dms/customer/update-insurance-information:
patch:
tags:
- Information
summary: Updates customer insurance information
description: Updates customer insurance information
operationId: update_insurance_dms_customer_update_insurance_information_patch
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
- required: false
schema:
title: Order Reference Id
type: string
name: order_reference_id
in: query
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/InsuranceInformationUpdateModel'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/InsuranceInformationResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
/dms/customer/insurance-information-history:
get:
tags:
- Information
summary: Get customer insurance information history
description: Get customer insurance information history
operationId: get_insurance_information_history_dms_customer_insurance_information_history_get
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
- required: true
schema:
title: Page Number
type: integer
name: page_number
in: query
- required: true
schema:
title: Page Size
minimum: 1
type: integer
name: page_size
in: query
- description: 'Format: YYYY-MM-DD'
required: false
schema:
title: From Date
type: string
description: 'Format: YYYY-MM-DD'
format: date
name: from_date
in: query
- description: 'Format: YYYY-MM-DD'
required: false
schema:
title: To Date
type: string
description: 'Format: YYYY-MM-DD'
format: date
name: to_date
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/InsuranceInfoPaginationResponse'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
deprecated: true
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
/dms/customer/insurance-information-by-customer:
get:
tags:
- Information
summary: Get customer insurance information by customer reference id
description: Get customer insurance information by customer reference id
operationId: get_insurance_information_by_reference_id_dms_customer_insurance_information_by_customer_get
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/InsuranceInformationResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
/dms/customer/insurance-information-by-order:
get:
tags:
- Information
summary: Get customer insurance information by order reference number
description: Get customer insurance information by order reference number
operationId: get_insurance_information_by_order_reference_number_dms_customer_insurance_information_by_order_get
parameters:
- required: true
schema:
title: Order Reference Id
type: string
name: order_reference_id
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/InsuranceInformationResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
/dms/customer/insurance-information/document-history:
get:
tags:
- Information
summary: Get customer insurance information document history
description: Get customer insurance information document history
operationId: get_insurance_documents_dms_customer_insurance_information_document_history_get
parameters:
- description: provide valid reference_id
required: true
schema:
title: Reference Id
minLength: 1
type: string
description: provide valid reference_id
name: reference_id
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema:
title: Response Get Insurance Documents Dms Customer Insurance Information Document History Get
type: array
items:
$ref: '#/components/schemas/InsuranceDocumentsResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
/dms/customer/delete-insurance-information:
patch:
tags:
- Information
summary: Delete single customer insurance information
description: Delete single customer insurance information
operationId: delete_insurance_info_dms_customer_delete_insurance_information_patch
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/DeleteRequestModel'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/ResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
/dms/customer/insurance-information/add-document:
post:
tags:
- Information
summary: Add insurance document
description: Add insurance document
operationId: add_insurance_document_dms_customer_insurance_information_add_document_post
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/InsuranceDocumentsModel'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
title: Response Add Insurance Document Dms Customer Insurance Information Add Document Post
type: array
items:
$ref: '#/components/schemas/InsuranceDocumentsResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
/dms/customer/insurance-information/remove-document:
delete:
tags:
- Information
summary: 'Delete insurance document '
description: 'Delete insurance document '
operationId: remove_insurance_document_depreceted_dms_customer_insurance_information_remove_document_delete
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
- required: true
schema:
title: Identifier
type: string
name: identifier
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/ResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
deprecated: true
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
/dms/customer/insurance-information/remove-insurance-document:
patch:
tags:
- Information
summary: 'Delete insurance document '
description: 'Delete insurance document '
operationId: remove_insurance_document_dms_customer_insurance_information_remove_insurance_document_patch
parameters:
- required: true
schema:
title: Reference Id
type: string
name: reference_id
in: query
- required: true
schema:
title: Identifier
type: string
name: identifier
in: query
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/DeleteRequestModel'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/ResponseModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- APIKeyHeader: []
- OAuth2PasswordBearer: []
components:
schemas:
CustomerAddressWithoutAddressTypeModel:
title: CustomerAddressWithoutAddressTypeModel
type: object
properties:
address_line_1:
title: Address Line 1
type: string
description: Address line one
address_line_2:
title: Address Line 2
type: string
description: Address line two
state_name:
title: State Name
type: string
description: Address state name
zip_code:
title: Zip Code
type: string
description: Zip code
county:
title: County
type: string
description: Address county
city:
title: City
type: string
description: Address city
contact_number:
title: Contact Number
type: string
description: Contact number
verified:
title: Verified
type: boolean
description: Is Address verified
move_in_date:
title: Move In Date
type: string
description: 'format: YYYY-MM-DD'
format: date
is_garaging:
title: Is Garaging
type: boolean
description: Garaging flag
default: false
identifier:
title: Identifier
minLength: 1
type: string
InsuranceInformationWithAddressesModel:
title: InsuranceInformationWithAddressesModel
required:
- created_by
type: object
properties:
order_reference_id:
title: Order Reference Id
type: string
reference_id:
title: Reference Id
type: string
insurer_name:
title: Insurer Name
type: string
agent_phone:
title: Agent Phone
type: string
subscription_id:
title: Subscription Id
type: string
agent_name:
title: Agent Name
type: string
policy_number:
title: Policy Number
type: string
start_date:
title: Start Date
type: string
description: 'format: YYYY-MM-DD'
format: date
expiration_date:
title: Expiration Date
type: string
description: 'format: YYYY-MM-DD'
format: date
deductible_comprehensive:
title: Deductible Comprehensive
type: number
deductible_collision:
title: Deductible Collision
type: number
created_by:
title: Created By
type: string
identifier:
title: Identifier
type: string
is_verified:
title: Is Verified
type: boolean
default: false
insurance_documents:
title: Insurance Documents
type: array
# --- truncated at 32 KB (61 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/lane-api/refs/heads/main/openapi/lane-api-information-api-openapi.yml