Customers


This API lists all the customers

  • Functionality
  • Retrieve Customer Information.
  • HTTP Method 
  • GET
  • API URI
  • dcapi/customers
  • Content-Type
  • application/customerDetails.v1+json
  • Authentication Required
  • Yes
  • Query Parameters
  • To get only Customer ID and Customer Name

    fetchAllDetails = false

Response Data

[
    {
        "country""--",
        "computerLimit"0,
        "website""--",
        "address": [
            "5/247-2 Committiyar colony"
        ],
        "city""Avinashi",
        "companyName""--",
        "postalCode""641654",
        "timeZone": {
            "id""Etc/GMT+12",
            "offset""GMT-12:00",
            "name""GMT-12:00",
            "displayName""(GMT-12:00) GMT-12:00 (Etc/GMT+12)"
        },
        "description""--",
        "rebrandedAgentLogo""/images/rebrand_agent_uems.png",
        "mobileDeviceLimit"0,
        "associatedUser": {
            "associatedUserList": []
        },
        "customerName""1",
        "phoneNo""7708184667",
        "customerLogo""/images/sdp-blue/dc-logo.gif",
        "customerEmail""sh@gmail.com",
        "customerID""5703",
        "state""Tamil Nadu",
        "fax""--"
    },
    {
        "country""--",
        "computerLimit"0,
        "website""--",
        "address": [
            "--"
        ],
        "city""--",
        "companyName""a",
        "postalCode""--",
        "timeZone": {
            "id""Pacific/Niue",
            "offset""GMT-11:00",
            "name""Niue Time",
            "displayName""(GMT-11:00) Niue Time (Pacific/Niue)"
        },
        "description""a",
        "rebrandedAgentLogo""/images/rebrand_agent_uems.png",
        "mobileDeviceLimit"1,
        "associatedUser": {
            "associatedUserList": [
                {
                    "onlyCustomer"false,
                    "userRole""Technician",
                    "userName""aravtech",
                    "userID""8404"
                }
            ]
        },
        "customerName""a",
        "phoneNo""--",
        "customerLogo""/images/sdp-blue/dc-logo.gif",
        "customerEmail""test@gmail.com",
        "customerID""5104",
        "state""--",
        "fax""--"
    }
]