The Customers namespace has Entities and Operations concerned with Customer and Company management.
The Customers namespace has Entities and Operations concerned with Customer and Company management.
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" } ]
curl -i -X GET \ https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListContactResponsibilities
[ { "Id": 0, "Value": "string", "Code": "string" } ]