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/ListCompanyInfoTypes
- cURL
- JS
- C#
curl -i -X GET \
https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListCompanyInfoTypes
Response
[ { "Id": 0, "Value": "string", "Code": "string" } ]
https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListCustomerInfoTypes
- cURL
- JS
- C#
curl -i -X GET \
https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListCustomerInfoTypes
Response
[ { "Id": 0, "Value": "string", "Code": "string" } ]