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 |
---|---|---|---|---|
@Name | nvarchar(50) | Name | ||
@ShortName | nvarchar(50) | Short name |
Return
0 : OK 100 : Item could not be created
Example
DECLARE @return_value int
EXEC @return_value = [API_CreateUnit] @Name= 'Yard' ,@ShortName= 'yd'
Notices
None.