API CreateNewsletterEmailAddresses: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(Založena nová stránka s textem „==== Description ==== Method allows You to create new newsletter email addresses in system. ==== Exact name ==== <code>API_CreateNewsletterEmailAddresses<…“)
 
Řádka 19: Řádka 19:
 
|int
 
|int
 
|
 
|
|ID of customer from workshop list (see relation)
+
|ID of customer from customer list (see relation)
|API_GetWorkshops.ID
+
|API_GetCustomers.ID
 +
|-
 +
|@Email
 +
|text
 +
|
 +
|Email
 +
|
 
|}
 
|}
  

Verze z 31. 7. 2017, 15:15

Description

Method allows You to create new newsletter email addresses in system.

Exact name

API_CreateNewsletterEmailAddresses

Type

Standard executable stored procedure.

Specification

Parameter Data type Value range Description Relation
@CustomerID int ID of customer from customer list (see relation) API_GetCustomers.ID
@Email text Email

Example

EXEC [API_CreateNewsletterEmailAddresses] @CustomerID= 1 ,@Email= 'info@nextis.cz'

Notices

None.