API GetCustomerSettings: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
Řádka 1: Řádka 1:
 
====Description====
 
====Description====
Method gives You overview of existing article in system.
+
Method gives You overview of existing customer settings in system.
 
====Exact name====
 
====Exact name====
<code>API_GetArticles</code>
+
<code>API_GetCustomerSettings</code>
 
====Type====
 
====Type====
 
Standard view.
 
Standard view.
Řádka 39: Řádka 39:
 
====Example====
 
====Example====
 
<syntaxhighlight lang="sql">
 
<syntaxhighlight lang="sql">
SELECT TOP 1000 * FROM [API_GetArticles]
+
SELECT TOP 1000 * FROM [API_GetCustomerSettings]
 
</syntaxhighlight>
 
</syntaxhighlight>
 
====Notices<span> </span><span> </span>====
 
====Notices<span> </span><span> </span>====
 
None.
 
None.

Verze z 26. 7. 2017, 13:26

Description

Method gives You overview of existing customer settings in system.

Exact name

API_GetCustomerSettings

Type

Standard view.

Specification

Column Data type Description Relation
ID int Internal system id
UrlName nvarchar(50) Url name
Title nvarchar(50) Title
HtmlText ntext Html text
Language int cs=0; pl=1; en=2; de=3; sk=4; hu=5; ar=11; bg=17

Example

SELECT TOP 1000 * FROM [API_GetCustomerSettings]

Notices

None.