API GetNewsletterEmailAddresses: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(Založena nová stránka s textem „dd“)
 
Řádka 1: Řádka 1:
dd
+
====Description====
 +
Method gives You overview of existing newsletter email addresse in system.
 +
====Exact name====
 +
<code>API_GetNewsletterEmailAddresses</code>
 +
====Type====
 +
Standard view.
 +
====Specification====
 +
{| class="wikitable"
 +
!Column
 +
!Data type
 +
!Description
 +
!Relation
 +
|-
 +
|ID
 +
|int
 +
|Internal system id
 +
|
 +
|-
 +
|CustomerID
 +
|int
 +
|ID of customer from customer list (see relation)
 +
|API_GetCustomers.ID
 +
|-
 +
|Email
 +
|text
 +
|Email
 +
|
 +
|}
 +
====Example====
 +
<syntaxhighlight lang="sql">
 +
SELECT TOP 1000 * FROM [API_GetNewsletterEmailAddresses]
 +
</syntaxhighlight>
 +
====Notices====
 +
<span> </span>None.

Verze z 26. 7. 2017, 09:34

Description

Method gives You overview of existing newsletter email addresse in system.

Exact name

API_GetNewsletterEmailAddresses

Type

Standard view.

Specification

Column Data type Description Relation
ID int Internal system id
CustomerID int ID of customer from customer list (see relation) API_GetCustomers.ID
Email text Email

Example

SELECT TOP 1000 * FROM [API_GetNewsletterEmailAddresses]

Notices

None.