The Customers namespace has Entities and Operations concerned with Customer and Company management.
STORM API
/Customer Service
/- List contact responsibilities [Obsolete("will be removed in a future version.")]
List contact by company [Obsolete("Will be removed in a future version.")]
List contact responsibili...
Documentation CustomerService (1.1)
https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListContactByCompany
- cURL
- JS
- C#
curl -i -X GET \
'https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListContactByCompany?id=0&responsibilityId=0'
Response
[ { "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
- JS
- C#
curl -i -X GET \
https://demo.storm.io/api/1.1/CustomerService.svc/rest/ListContactResponsibilities
Response
[ { "Id": 0, "Value": "string", "Code": "string" } ]