API GetStocks
Z Podpora.nextis.cz
Description
Method gives You overview of existing stocks in system.
Exact name
API_GetStocks
Type
Standard view.
Specification
Column | Data type | Description | Relation |
---|---|---|---|
ID | int | Internal system id | |
WorkshopID | int | ID of workshop from workshop list (see relation) | API_GetWorkshops.ID |
Name | nvarchar(100) | Stock name | |
Description | nvarchar(500) | Description | |
EshopName | nvarchar(30) | Eshop name | |
BranchID | int | ID of branch from branch list (see relation) | API_GetBranches.ID |
IsVisibleOnEshop | int | Is visible on eshop |
Example
SELECT TOP 1000 * FROM [API_GetStocks]
Notices
None.