API GetSupplierProductCrossList
Z Podpora.nextis.cz
								
												
				Description
Method gives You overview of existing supplier product cross list in system.
Exact name
API_GetSupplierProductCrossList
Type
Standard view.
Specification
| Column | Data type | Description | Relation | 
|---|---|---|---|
| ID | int | Internal system id | |
| GroupID | int | API_GetProductGroups.ID | |
| SupplierID | int | SupplierID | API_GetCustomers.ID | 
| SupplierItemName | nvarchar(150) | Supplier item name | |
| SupplierProductCode | nvarchar(40) | Supplier product code | |
| Prefix | nvarchar(3) | Prefix | |
| ManufacturerSupplier | nvarchar(50) | Manufacturer supplier | |
| CreatedDate | datetime | Created date | 
Example
SELECT TOP 1000 * FROM [API_GetSupplierProductCrossList]
Notices
None.
