API CreateUnit
Z Podpora.nextis.cz
Description
Method allows You to create new unit in system.
Exact name
API_CreateUnit
Type
Standard executable stored procedure.
Specification
Parameter | Data type | Value range | Description | Relation |
---|---|---|---|---|
@Title | nvarchar(50) | Title |
Example
EXEC [API_CreateUnit] @Name= 'Title' ,@ShortName= 'ss'
Notices
None.