Storm Query API is an API based on OData V4. It is an API to fill the need for data from Storm in integration services that do not have direct access to Storm’s data and data models.
https://query.storm.io/Query/2.0/
https://query.storm.io/Query/2.0/Application/ClientManufacturers
curl -i -X GET \
https://query.storm.io/Query/2.0/Application/ClientManufacturers[ { "ManufacturerId": 0, "ClientId": 0, "ManufacturerCode": "string", "Name": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "UniqueUrlName": "string", "IsUniqueUrlNameManuallyMaintained": true, "Manufacturer": { … }, "Info": { … } } ]
https://query.storm.io/Query/2.0/Application/SalesAreas
curl -i -X GET \
https://query.storm.io/Query/2.0/Application/SalesAreas[ { "SalesAreaId": 0, "ClientId": 0, "IsPrimary": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Code": "string", "ClientSalesAreaVatCode": "string" } ]
https://query.storm.io/Query/2.0/Application/ClientSuppliers
curl -i -X GET \
https://query.storm.io/Query/2.0/Application/ClientSuppliersSuccess
Warehouses.
WarehouseLocations.
Infos.
[ { "SupplierId": 0, "ClientId": 0, "SupplierCodePrefix": "string", "SupplierCode": "string", "Name": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Supplier": { … }, "Warehouses": [ … ], "WarehouseLocations": [ … ], "Info": { … }, "Infos": [ … ] } ]