API GetTecDocBrands
Z Podpora.nextis.cz
Description
Method gives You overview of existing TecDoc brands in system.
Exact name
API_GetTecDocBrands
Type
Standard view.
Specification
Column | Data type | Description | Relation |
---|---|---|---|
ID | int | Internal system id | |
TecDocID | int | TecDoc ID | |
Name | nvarchar(255) | Name |
Example
SELECT TOP 1000 * FROM [API_GetTecDocBrands]
Notices
None.