Get ClientSupplier
Storm Query API Documentation (2.0)
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.
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/query/2.0/
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/ClientSuppliers
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/ClientSuppliers
Success
WarehousesArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplierWarehouse)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplierWarehouse)
Warehouses.
WarehouseLocationsArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplierWarehouseLocation)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplierWarehouseLocation)
WarehouseLocations.
InfosArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplierInfo)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientSupplierInfo)
Infos.
Response
application/json
[ { "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": [ … ] } ]
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/ClientCurrencies
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/ClientCurrencies
Response
application/json
[ { "CurrencyId": 0, "ClientId": 0, "ExchangeRate": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "IsPrimary": true, "ThresholdPercent": 0, "Schedule": "string" } ]
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/CustomerInfoTypes
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/CustomerInfoTypes
Response
application/json
[ { "Id": 0, "ClientId": 0, "GroupId": 0, "DefaultName": "string", "DefaultDescription": "string", "SortOrder": 0, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Code": "string", "Cultures": [ … ] } ]