Developer Docs
Lane
Version 1.2.9

API Doc Version 1.2.9

What's Changed

GET /dms/customer/license-info-history

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property created_by (string)

PATCH /dms/configure/disclaimer/{name}

Request:

Changed content type : application/json

  • Added property meta_data (object)

GET /dms/customer/document

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    • Added property document_name (string)

    • Added property reason_by_system (string)

    • Added property reason_for_customer (string)

    • Added property document_upload_indicator (boolean)

    • Added property created_by (string)

    • Deleted property document_location (string)

    • Deleted property document (string)

POST /dms/customer/document

Request:

Changed content type : application/json

  • Added property created_by (string)

PATCH /dms/customer/document

Request:

Changed content type : application/json

New required properties:

  • customer_reference_id
  • Added property customer_reference_id (string)

GET /dms/configure/document-package/document

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property signatures (array)

      Changed items (object):

      New required properties:

      • id
      • type

POST /dms/configure/{document_package_id}/{document_id}/{signature_id}

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property signatures (array)

      Changed items (object):

      New required properties:

      • id
      • type

PATCH /dms/customer/license-info

Request:

Changed content type : application/json

  • Added property created_by (string)

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Added property created_by (string)

POST /dms/customer/license-info

Request:

Changed content type : application/json

  • Added property created_by (string)

Return Type:

Changed response : 201 Created

Successful Response

  • Changed content type : application/json

    • Added property created_by (string)

GET /dms/configure/document-package

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property documents (array)

      Changed items (object):

      • Changed property signatures (array)

        Changed items (object):

        New required properties:

        • id
        • type

POST /dms/configure/document-package

Request:

Changed content type : application/json

  • Changed property documents (array)

    Changed items (object):

    • Changed property signatures (array)

      Changed items (object):

      New required properties:

      • id
      • type

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property documents (array)

      Changed items (object):

      • Changed property signatures (array)

        Changed items (object):

        New required properties:

        • id
        • type

GET /dms/customer/all-customers

Parameters:

Added: sort in query

Added: sort_by in query