Developer Docs
Lane
Version 1.3.1

API Doc Version 1.3.1

What's New

PATCH /dms/delete-customer

Delete customer

PATCH /dms/customer/delete-signature

Delete single customer signature record

GET /dms/customer/status-flag-hitsory

Get status flag history

GET /dms/configure/all-quotations

Get Specific quotation

GET /dms/configure/order-status/

Get orders record filtered on order status

GET /dms/configure/order/status/

Update order status history record by order refrence number

DELETE /dms/configure/appointments/

Delete created appointment

PATCH /dms/configure/appointments/

Update an created appointment

DELETE /dms/consents/

Delete consents

What's Deleted

GET /dms/configure/order-status/{order_status}

Get orders record filtered on order status

GET /dms/configure/order/status/{order_reference_number}

Update order status history record by order refrence number

DELETE /dms/configure/appointments/{appointment_id}

Delete created appointment

PATCH /dms/configure/appointments/{appointment_id}

Update an created appointment

DELETE /dms/consents/{consents_id}

Delete consents

What's Deprecated

DELETE /dms/customer/signature

Deprecate signature delete enpoint. Use [delete-signature] instead

DELETE /dms/customer

Deprecate customer delete enpoint. Use [delete-customer] instead

What's Changed

GET /dms/consents/

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

GET /dms/customer/customer-history

Parameters:

Added: from_date in query

Format: YYYY-MM-DD

Added: to_date in query

Format: YYYY-MM-DD

PATCH /dms/check-customer-by-email

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

GET /dms/customer/license-info-history

Parameters:

Added: from_date in query

Format: YYYY-MM-DD

Added: to_date in query

Format: YYYY-MM-DD

DELETE /dms/customer/signature

Deprecate signature delete enpoint. Use [delete-signature] instead

GET /dms/customer/insurance-information-history

Parameters:

Added: from_date in query

Format: YYYY-MM-DD

Added: to_date in query

Format: YYYY-MM-DD

POST /dms/quote/calculation

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

POST /dms/configure/appointment

Request:

Changed content type : application/json

New required properties:

  • appointment_date
  • customer_id
  • dealer_id
  • order_id

GET /dms/customer/document

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property comment (string)

    • Added property category (string)

POST /dms/customer/document

Return Type:

Changed response : 201 Created

Successful Response

  • Changed content type : application/json

    • Added property comment (string)

    • Added property category (string)

PATCH /dms/customer/document

Request:

Changed content type : application/json

  • Added property comment (string)

  • Added property category (string)

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property comment (string)

    • Added property category (string)

GET /dms/customer/document/status

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property comment (string)

    • Added property category (string)

PATCH /dms/customer/document/status

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property comment (string)

    • Added property category (string)

POST /dms/customer/document/review

Request:

Changed content type : application/json

  • Changed property review_status (string)

    An enumeration.

    Added enum values:

    • Draft
    • InProgress PATCH /dms/customer/document/uploading-status

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property comment (string)

    • Added property category (string)

DELETE /dms/customer

Deprecate customer delete enpoint. Use [delete-customer] instead

GET /dms/customer

Parameters:

Added: ssn in query

Changed: reference_id in query

GET /dms/customer/third-party-response-history

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Changed property license_detail (object)

      • Added property address (object)

        • Property address_line_1 (string)

          Address line one

        • Property address_line_2 (string)

          Address line two

        • Property state_name (string)

          Address state name

        • Property zip_code (string)

          Zip code

        • Property county (string)

          Address county

        • Property city (string)

          Address city

        • Property contact_number (string)

          Contact number

        • Property verified (boolean)

          Is Address verified

GET /dms/configure/all-quotation

Parameters:

Added: reference_number in query

Return Type:

New response : 422 Unprocessable Entity

Validation Error

GET /dms/customer/all-customers

Parameters:

Changed: sort_by in query