API GetProductReplacements
Z Podpora.nextis.cz
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.