API GetCustomerSettings: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
Řádka 12: Řádka 12:
 
!Relation
 
!Relation
 
|-
 
|-
|ID
+
|CustomerID
 
|int
 
|int
 
|Internal system id
 
|Internal system id
|
+
ID of customer from customer list (see relation)
 +
|API_GetCustomers.ID
 
|-
 
|-
|UrlName
+
|IsChildRegistrationEnabled
|nvarchar(50)
+
|int
|Url name
+
|Is child registration enabled
|
 
|-
 
|Title
 
|nvarchar(50)
 
|Title
 
|
 
|-
 
|HtmlText
 
|ntext
 
|Html text
 
 
|
 
|
 
|-
 
|-
|Language
+
|IsBlocked
 
|int
 
|int
|cs=0; pl=1; en=2; de=3; sk=4; hu=5; ar=11; bg=17
+
|Is blocked
 
|
 
|
 
|}
 
|}

Verze z 26. 7. 2017, 13:30

Description

Method gives You overview of existing customer settings in system.

Exact name

API_GetCustomerSettings

Type

Standard view.

Specification

Column Data type Description Relation
CustomerID int Internal system id

ID of customer from customer list (see relation)

API_GetCustomers.ID
IsChildRegistrationEnabled int Is child registration enabled
IsBlocked int Is blocked

Example

SELECT TOP 1000 * FROM [API_GetCustomerSettings]

Notices

None.