API GetNewsletterEmailAddresses

Z Podpora.nextis.cz
Verze z 9. 11. 2018, 15:19, kterou vytvořil Chrzaszcz (diskuse | příspěvky)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Přejít na: navigace, hledání

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 nvarchar(max) Email

Example

SELECT TOP 1000 * FROM [API_GetNewsletterEmailAddresses]

Notices

None.