API CreateCurrency: Porovnání verzí
Z Podpora.nextis.cz
								
												
				|  (Založena nová stránka s textem „==== Description ==== Method allows You to create new currency in system.  ==== Exact name ==== <code>API_CreateCurrency</code>  ==== Type ==== Standard ex…“) | 
| (Žádný rozdíl) | 
Verze z 1. 8. 2017, 09:32
Description
Method allows You to create new currency in system.
Exact name
API_CreateCurrency
Type
Standard executable stored procedure.
Specification
| Parameter | Data type | Value range | Description | Relation | 
|---|---|---|---|---|
| @Title | nvarchar(50) | Title | 
Example
EXEC [API_CreateCurrency] @Name= 'Name' ,@Code= 'Code' ,@Symbol= 'Symbol'
Notices
None.
