API GetUnits

Z Podpora.nextis.cz
Verze z 31. 7. 2017, 11:47, kterou vytvořil Chrzaszcz (diskuse | příspěvky)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Přejít na: navigace, hledání

Description

Method gives You overview of existing units in system.

Exact name

API_GetUnits

Type

Standard view.

Specification

Column Data type Description Relation
ID int Internal system id
Name nvarchar(50) Name
ShortName nvarchar(50) Short Name

Example

SELECT TOP 1000 * FROM [API_GetUnits]

Notices

None.