API CreateNewsletterEmailAddresses: Porovnání verzí
Z Podpora.nextis.cz
(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 | + | |ID of customer from customer list (see relation) |
| − | | | + | |API_GetCustomers.ID |
| + | |- | ||
| + | |@Email | ||
| + | |text | ||
| + | | | ||
| + | |Email | ||
| + | | | ||
|} | |} | ||
Verze z 31. 7. 2017, 14: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 | |
| text |
Example
EXEC [API_CreateNewsletterEmailAddresses] @CustomerID= 1 ,@Email= 'info@nextis.cz'
Notices
None.