API GetProductEAN: Porovnání verzí
Z Podpora.nextis.cz
(Založena nová stránka s textem „a“) |
|||
Řádka 1: | Řádka 1: | ||
− | + | ==== Description ==== | |
+ | Method gives You overview of existing EAN number for product. | ||
+ | |||
+ | ==== Exact name ==== | ||
+ | <code>API_GetProductEAN</code> | ||
+ | |||
+ | ==== Type ==== | ||
+ | Standard view. | ||
+ | |||
+ | ==== Specification ==== | ||
+ | {| class="wikitable" | ||
+ | !Column | ||
+ | !Data type | ||
+ | !Description | ||
+ | !Relation | ||
+ | |- | ||
+ | |GroupID | ||
+ | |int | ||
+ | |Group ID | ||
+ | |API_GetProductGroups.ID | ||
+ | |- | ||
+ | |EAN | ||
+ | |nvarchar(50) | ||
+ | |European Article Number | ||
+ | | | ||
+ | |- | ||
+ | |IsPrimary | ||
+ | |bit | ||
+ | |Is primary | ||
+ | | | ||
+ | |- | ||
+ | |IsArchiving | ||
+ | |int | ||
+ | |Is archiving | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | ==== Example ==== | ||
+ | <syntaxhighlight lang="sql"> | ||
+ | SELECT TOP 1000 * FROM [API_GetProductEAN] | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ==== Notices ==== | ||
+ | None. |
Aktuální verze z 17. 12. 2019, 14:08
Description
Method gives You overview of existing EAN number for product.
Exact name
API_GetProductEAN
Type
Standard view.
Specification
Column | Data type | Description | Relation |
---|---|---|---|
GroupID | int | Group ID | API_GetProductGroups.ID |
EAN | nvarchar(50) | European Article Number | |
IsPrimary | bit | Is primary | |
IsArchiving | int | Is archiving |
Example
SELECT TOP 1000 * FROM [API_GetProductEAN]
Notices
None.