Skip to main content

Customer

Customer master allows you to identify the customers for your locations. For example, 7-11 may be your customer and you may have your assets in 100 7-11 locations. In those cases, even though you have individual owners for these locations, the customer for you may be just 7-11

POST /controllers/locationType.ashx
ParameterTypeRequiredDescription
CustomerNameStringYesName of the customer - unique
ExternalCustomerCodeStringNoExternal reference code for the customer

🧩 Customer List API (Response)​

Customer information including identification, categorization, revenue metrics, key account flag, location associations, and optional external system references for integration and reporting purposes.

GET /Controllers/Location.ashx?action=list&start=0&limit=50&asArray=0
Field NameTypeDescription
CustomerIdIntegerUnique identifier for the customer
CustomerNameStringName of the customer
IsKeyAccountBooleanMarks if the customer is a key account
CategoryIdIntegerID of the customer’s category
CategoryStringName of the customer category
LocationCountIntegerNumber of associated locations
RevenueFloatTotal revenue for the customer
RevenueCurrencyIdIntegerCurrency ID used for revenue
RevenueCurrencyStringCurrency name used for revenue
ExternalCustomerCodeStringExternal system reference code (nullable)