API GetTecDocBrands: Porovnání verzí
Z Podpora.nextis.cz
								
												
				|  (Založena nová stránka s textem „==== Description ==== Method gives You overview of existing branches in system.  ==== Exact name ==== <code>API_GetBranches</code>  ==== Type ==== Standard…“) | |||
| Řádka 1: | Řádka 1: | ||
| ==== Description ==== | ==== Description ==== | ||
| − | Method gives You overview of existing  | + | Method gives You overview of existing TecDoc brands in system. | 
| ==== Exact name ==== | ==== Exact name ==== | ||
| − | <code> | + | <code>API_GetTecDocBrands</code> | 
| ==== Type ==== | ==== Type ==== | ||
| Řádka 18: | Řádka 18: | ||
| |int | |int | ||
| |Internal system id | |Internal system id | ||
| + | | | ||
| + | |- | ||
| + | |TecDocID | ||
| + | |int | ||
| + | |TecDoc ID | ||
| + | | | ||
| + | |- | ||
| + | |Name | ||
| + | |nvarchar(255) | ||
| + | |Name | ||
| | | | | ||
| |} | |} | ||
| Řádka 23: | Řádka 33: | ||
| ==== Example ==== | ==== Example ==== | ||
| <syntaxhighlight lang="sql"> | <syntaxhighlight lang="sql"> | ||
| − | SELECT TOP 1000 * FROM [ | + | SELECT TOP 1000 * FROM [API_GetTecDocBrands] | 
| </syntaxhighlight> | </syntaxhighlight> | ||
| ==== Notices ==== | ==== Notices ==== | ||
| None. | None. | ||
Aktuální verze z 31. 7. 2017, 10:29
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.
