Developer Docs
Lane
Version 1.3.29

API Doc Version 1.3.29

What's Changed

GET /dms/customer/customer-history

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    Changed items (object):

    New optional properties:

    • email

    • Changed property email (string -> string)

PATCH /dms/check-customer-by-email

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • email

    • Changed property email (string -> string)

POST /dms/customer/

Return Type:

Changed response : 201 Created

Successful Response

  • Changed content type : application/json

    New optional properties:

    • email

    • Changed property email (string -> string)

GET /dms/customer

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • email

    • Changed property email (string -> string)

PATCH /dms/customer

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • email

    • Changed property email (string -> string)

GET /dms/customer-by-email

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    New optional properties:

    • email

    • Changed property email (string -> string)

GET /dms/customer/all-customers

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property result (array)

      Changed items (object):

      New optional properties:

      • email

      • Changed property email (string -> string)

POST /dms/customer/all-customers-dynamic-search

Return Type:

Changed response : 200 OK

Successful Response

  • Changed content type : application/json

    • Changed property result (array)

      Changed items (object):

      New optional properties:

      • email

      • Changed property email (string -> string)