API GetImage: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(Založena nová stránka s textem „====Description==== Method gives You overview of existing image in system. ====Exact name==== <code>API_GetImage</code> ====Type==== Standard view. ====Spe…“)
 
 
Řádka 20: Řádka 20:
 
|int
 
|int
 
|Produkt group ID
 
|Produkt group ID
|
+
|API_GetProductGroups.ID
 
|-
 
|-
 
|Sorting
 
|Sorting

Aktuální verze z 6. 4. 2021, 13:14

Description

Method gives You overview of existing image in system.

Exact name

API_GetImage

Type

Standard view.

Specification

Column Data type Description Relation
ID int Internal system id
ProduktGroupID int Produkt group ID API_GetProductGroups.ID
Sorting int Sorting, numbers from 0 up
ImageURL nvarchar(260) Image URL
IsFeedImage int Is feed image

NO=0; YES=1

Example

SELECT TOP 1000 * FROM [API_GetImage]

Notices

None.