API GetProducts

Z Podpora.nextis.cz
Verze z 31. 7. 2017, 11:11, kterou vytvořil Chrzaszcz (diskuse | příspěvky) (Založena nová stránka s textem „==== Description ==== Method gives You overview of existing products in system. ==== Exact name ==== <code>API_GetProducts</code> ==== Type ==== Standard…“)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Přejít na: navigace, hledání

Description

Method gives You overview of existing products in system.

Exact name

API_GetProducts

Type

Standard view.

Specification

Column Data type Description Relation
ID int Internal system id
GroupID int GroupID
SupplierID int SupplierID
ProductCode nvarchar(40) Product code
TypeID int TypeID
MinimumOrderableQuantity decimal(18,2) Minimum orderable quantity
BasicPrice decimal(18,6) Basic price
CreatedDate datetime Created date
UpdatedDate datetime Updated date
SupplierItemName nvarchar(150) Supplier item name
SupplierProductCode nvarchar(40) Supplier product code
Prefix nvarchar(3) Prefix
ManufacturerSupplier nvarchar(50) Manufacturer supplier
ForeignPrice decimal(19,6) Foreign price
RetailPrice decimal(18,6) Retail price

Example

SELECT TOP 1000 * FROM [API_GetProducts]

Notices

None.