API GetUnits
Z Podpora.nextis.cz
								
												
				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.
