API GetCrossNumbers: Porovnání verzí
Z Podpora.nextis.cz
Řádka 53: | Řádka 53: | ||
|int | |int | ||
|Type ID | |Type ID | ||
− | |TecDoc cross = 0; Laximo cross =1; | + | |TecDoc cross = 0; Laximo cross = 1; |
|} | |} | ||
Verze z 16. 4. 2019, 10:50
Description
Method gives You overview of existing cross numbers in system.
Exact name
API_GetCrossNumbers
Type
Standard view.
Specification
Column | Data type | Description | Relation |
---|---|---|---|
ID | int | Internal system id | |
GroupID | int | Group ID | API_GetProductGroups.ID |
Code | nvarchar(35) | TecDoc code or Laximo code | |
BrandID | int | Brand ID | API_GetTecDocBrands.ID or API_GetLaximoBrands.ID |
BrandName | nvarchar(80) | Brand name | API_GetTecDocBrands.Name or API_GetLaximoBrands.Name |
DateCreated | date | Date created | |
DateUpdated | date | Date updated | |
TypeID | int | Type ID | TecDoc cross = 0; Laximo cross = 1; |
Example
SELECT TOP 1000 * FROM [API_GetCrossNumbers]
Notices
None.