The Customers namespace has Entities and Operations concerned with Customer and Company management.
https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListContactByCompany
curl -i -X GET \
'https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListContactByCompany?id=0&responsibilityId=0'[ { "Id": 0, "Key": "string", "Code": "string", "ResponsibilityId": 0, "Email": "string", "FirstName": "string", "LastName": "string", "Phone": "string", "CellPhone": "string", "ImagePath": "string", "ImageKey": "string" } ]
https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListContactResponsibilities
curl -i -X GET \
https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListContactResponsibilities[ { "Id": 0, "Value": "string", "Code": "string" } ]