API CreateTransport: Porovnání verzí
Z Podpora.nextis.cz
(Založena nová stránka s textem „==== Description ==== Method allows You to create new transport in system. ==== Exact name ==== <code>API_CreateTransport</code> ==== Type ==== Standard…“) |
(Žádný rozdíl)
|
Verze z 1. 8. 2017, 08:02
Description
Method allows You to create new transport in system.
Exact name
API_CreateTransport
Type
Standard executable stored procedure.
Specification
Parameter | Data type | Value range | Description | Relation |
---|---|---|---|---|
@Title | nvarchar(50) | Title | ||
@HtmlText | ntext | Html text | ||
@Language | int | Language.
cs=0; pl=1; en=2; de=3; sk=4; hu=5; ar=11; bg=17 |
Example
EXEC [API_CreateTransport] @Title= 'Title' ,@HtmlText= '<span style="color: red;"> Text </span>' ,@Language= 0
Notices
None.