API GetProductReplacements: 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 product replacements in system. | ||
+ | |||
+ | ==== Exact name ==== | ||
+ | <code>API_GetProductReplacements</code> | ||
+ | |||
+ | ==== Type ==== | ||
+ | Standard view. | ||
+ | |||
+ | ==== Specification ==== | ||
+ | {| class="wikitable" | ||
+ | !Column | ||
+ | !Data type | ||
+ | !Description | ||
+ | !Relation | ||
+ | |- | ||
+ | |ID | ||
+ | |int | ||
+ | |Internal system id | ||
+ | | | ||
+ | |- | ||
+ | |GroupID | ||
+ | |int | ||
+ | |Group ID | ||
+ | |API_GetProductGroups.ID | ||
+ | |- | ||
+ | |ReplacementID | ||
+ | |int | ||
+ | |Replacement ID | ||
+ | |API_GetProductGroups.ID | ||
+ | |} | ||
+ | |||
+ | ==== Example ==== | ||
+ | <syntaxhighlight lang="sql"> | ||
+ | SELECT TOP 1000 * FROM [API_GetProductReplacements] | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ==== Notices ==== | ||
+ | None. |
Aktuální verze z 29. 9. 2017, 08:58
Description
Method gives You overview of existing product replacements in system.
Exact name
API_GetProductReplacements
Type
Standard view.
Specification
Column | Data type | Description | Relation |
---|---|---|---|
ID | int | Internal system id | |
GroupID | int | Group ID | API_GetProductGroups.ID |
ReplacementID | int | Replacement ID | API_GetProductGroups.ID |
Example
SELECT TOP 1000 * FROM [API_GetProductReplacements]
Notices
None.