The Customers namespace has Entities and Operations concerned with Customer and Company management.
https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListCompanyFlags
curl -i -X GET \
https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListCompanyFlags[ { "Id": 0, "Name": "string", "Description": "string", "SortOrder": 0, "Group": { … } } ]
https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListCustomerFlags
curl -i -X GET \
https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListCustomerFlags[ { "Id": 0, "Name": "string", "Description": "string", "SortOrder": 0, "Group": { … } } ]