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