get https://services.azuga.com/azuga-ws-oauth/v3/reseller/customers.json
This API allows you to view the list of customer Ids and it's related information associated with your reseller profile.
API Response explanation
Field | Descriptio | Data Type |
---|---|---|
code | Response code from the API server | Integer |
message | Response message from the API server | String |
reason | Reason for the failure | String |
generatedAtInMillis | API request time in UTC milliseconds | Long |
dataList | Object representing the meta data of the reseller | Object |
zip | Zip of the reseller | String |
addr2 | Address line 2 of the reseller | String |
addr1 | Address line 1 of the reseller | String |
city | City of the reseller | String |
resellerName | Name of the reseller | String |
companyName | Company name of the reseller | String |
totalMiles30Days | For Azuga internal use | Double |
contactPerson | Contact person of the reseller account | String |
emailId | Email address of the reseller account | String |
resellerEmail | For Azuga internal use | String |
totalMiles90Days | For Azuga internal use | Double |
averageScores30Days | For Azuga internal use | Double |
averageScores90Days | For Azuga internal use | Double |
totalEvents30Days | For Azuga internal use | Integer |
deleted | Boolean representing whether delete state of the reseller True = Deleted False = Not deleted | boolean |
totalEvents90Days | For Azuga internal use | Integer |
averageScores7Days | For Azuga internal use | Double |
totalMiles7Days | For Azuga internal use | Double |
customerId | Unique identifier representing the customer | Long |
contactNumber | Contact number of the customer | String |
totalEvents7Days | For Azuga internal use | Integer |
state | State of the reseller | String |
activeDevices | Number of active devices in the account | BigInteger |
resellerProfileId | Unique identifier representing the reseller | BigInteger |