<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="cs">
		<id>https://podpora.nextis.cz/index.php?feed=atom&amp;namespace=0&amp;title=Speci%C3%A1ln%C3%AD%3ANov%C3%A9_str%C3%A1nky</id>
		<title>Podpora.nextis.cz - Nejnovější stránky [cs]</title>
		<link rel="self" type="application/atom+xml" href="https://podpora.nextis.cz/index.php?feed=atom&amp;namespace=0&amp;title=Speci%C3%A1ln%C3%AD%3ANov%C3%A9_str%C3%A1nky"/>
		<link rel="alternate" type="text/html" href="https://podpora.nextis.cz/index.php/Speci%C3%A1ln%C3%AD:Nov%C3%A9_str%C3%A1nky"/>
		<updated>2026-05-12T04:27:04Z</updated>
		<subtitle>Z Podpora.nextis.cz</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>https://podpora.nextis.cz/index.php/API_RemoveOrderItem</id>
		<title>API RemoveOrderItem</title>
		<link rel="alternate" type="text/html" href="https://podpora.nextis.cz/index.php/API_RemoveOrderItem"/>
				<updated>2021-09-06T11:18:45Z</updated>
		
		<summary type="html">&lt;p&gt;Chrzaszcz: Založena nová stránka s textem „==== Description ==== Method allows You to remove order item in system.  ==== Exact name ==== &amp;lt;code&amp;gt;API_RemoveOrderItem&amp;lt;/code&amp;gt;  ==== Type ==== Standard exe…“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Description ====&lt;br /&gt;
Method allows You to remove order item in system.&lt;br /&gt;
&lt;br /&gt;
==== Exact name ====&lt;br /&gt;
&amp;lt;code&amp;gt;API_RemoveOrderItem&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Type ====&lt;br /&gt;
Standard executable stored procedure.&lt;br /&gt;
&lt;br /&gt;
==== Specification ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Parameter&lt;br /&gt;
!Data type&lt;br /&gt;
!Value range&lt;br /&gt;
!Description&lt;br /&gt;
!Relation&lt;br /&gt;
|-&lt;br /&gt;
|@ID&lt;br /&gt;
|int&lt;br /&gt;
|&lt;br /&gt;
|Internal system id&lt;br /&gt;
|API_GetOrderDetail.ID&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Return ====&lt;br /&gt;
 0 : OK&lt;br /&gt;
 100 : Item does not exist&lt;br /&gt;
 200 : Item ordered from the supplier&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
 DECLARE @return_value int&lt;br /&gt;
 EXEC @return_value = [API_RemoveOrderItem]&lt;br /&gt;
 @ID = 3&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Notices ====&lt;br /&gt;
None.&lt;/div&gt;</summary>
		<author><name>Chrzaszcz</name></author>	</entry>

	<entry>
		<id>https://podpora.nextis.cz/index.php/API_GetSupplierProductPriceList</id>
		<title>API GetSupplierProductPriceList</title>
		<link rel="alternate" type="text/html" href="https://podpora.nextis.cz/index.php/API_GetSupplierProductPriceList"/>
				<updated>2021-07-29T10:18:27Z</updated>
		
		<summary type="html">&lt;p&gt;Chrzaszcz: Založena nová stránka s textem „==== Description ==== Method gives You overview of existing supplier product price list in system.  ==== Exact name ==== &amp;lt;code&amp;gt;API_GetSupplierProductPriceL…“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Description ====&lt;br /&gt;
Method gives You overview of existing supplier product price list in system.&lt;br /&gt;
&lt;br /&gt;
==== Exact name ====&lt;br /&gt;
&amp;lt;code&amp;gt;API_GetSupplierProductPriceList&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Type ====&lt;br /&gt;
Standard view.&lt;br /&gt;
&lt;br /&gt;
==== Specification ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column&lt;br /&gt;
!Data type&lt;br /&gt;
!Description&lt;br /&gt;
!Relation&lt;br /&gt;
|-&lt;br /&gt;
|ID&lt;br /&gt;
|int&lt;br /&gt;
|Internal system id&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SupplierID&lt;br /&gt;
|int &lt;br /&gt;
|SupplierID&lt;br /&gt;
|API_GetCustomers.ID&lt;br /&gt;
|-&lt;br /&gt;
|SupplierProductCode&lt;br /&gt;
|nvarchar(40) &lt;br /&gt;
|Supplier product code&lt;br /&gt;
|API_GetSupplierProductCrossList.SupplierProductCode&lt;br /&gt;
|-&lt;br /&gt;
|ManufacturerSupplier&lt;br /&gt;
|nvarchar(50) &lt;br /&gt;
|Manufacturer supplier&lt;br /&gt;
|API_GetSupplierProductCrossList.ManufacturerSupplier&lt;br /&gt;
|-&lt;br /&gt;
|Prefix&lt;br /&gt;
|nvarchar(3) &lt;br /&gt;
|Prefix&lt;br /&gt;
|API_GetSupplierProductCrossList.Prefix&lt;br /&gt;
|-&lt;br /&gt;
|ForeignPrice&lt;br /&gt;
|decimal(19,6) &lt;br /&gt;
|Foreign price&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|CreatedDate&lt;br /&gt;
|datetime &lt;br /&gt;
|Created date&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|UpdatedDate&lt;br /&gt;
|datetime &lt;br /&gt;
|Updated date&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
SELECT TOP 1000 * FROM [API_GetSupplierProductPriceList]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Notices ====&lt;br /&gt;
None.&lt;/div&gt;</summary>
		<author><name>Chrzaszcz</name></author>	</entry>

	<entry>
		<id>https://podpora.nextis.cz/index.php/API_GetSupplierProductCrossList</id>
		<title>API GetSupplierProductCrossList</title>
		<link rel="alternate" type="text/html" href="https://podpora.nextis.cz/index.php/API_GetSupplierProductCrossList"/>
				<updated>2021-07-29T10:11:51Z</updated>
		
		<summary type="html">&lt;p&gt;Chrzaszcz: Založena nová stránka s textem „==== Description ==== Method gives You overview of existing supplier product cross list in system.  ==== Exact name ==== &amp;lt;code&amp;gt;API_GetSupplierProductCrossL…“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Description ====&lt;br /&gt;
Method gives You overview of existing supplier product cross list in system.&lt;br /&gt;
&lt;br /&gt;
==== Exact name ====&lt;br /&gt;
&amp;lt;code&amp;gt;API_GetSupplierProductCrossList&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Type ====&lt;br /&gt;
Standard view.&lt;br /&gt;
&lt;br /&gt;
==== Specification ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Column&lt;br /&gt;
!Data type&lt;br /&gt;
!Description&lt;br /&gt;
!Relation&lt;br /&gt;
|-&lt;br /&gt;
|ID&lt;br /&gt;
|int&lt;br /&gt;
|Internal system id&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|GroupID&lt;br /&gt;
|int &lt;br /&gt;
|&lt;br /&gt;
|API_GetProductGroups.ID&lt;br /&gt;
|-&lt;br /&gt;
|SupplierID&lt;br /&gt;
|int &lt;br /&gt;
|SupplierID&lt;br /&gt;
|API_GetCustomers.ID&lt;br /&gt;
|-&lt;br /&gt;
|SupplierItemName&lt;br /&gt;
|nvarchar(150) &lt;br /&gt;
|Supplier item name&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SupplierProductCode&lt;br /&gt;
|nvarchar(40) &lt;br /&gt;
|Supplier product code&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Prefix&lt;br /&gt;
|nvarchar(3) &lt;br /&gt;
|Prefix&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ManufacturerSupplier&lt;br /&gt;
|nvarchar(50) &lt;br /&gt;
|Manufacturer supplier&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|CreatedDate&lt;br /&gt;
|datetime &lt;br /&gt;
|Created date&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
SELECT TOP 1000 * FROM [API_GetSupplierProductCrossList]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Notices ====&lt;br /&gt;
None.&lt;/div&gt;</summary>
		<author><name>Chrzaszcz</name></author>	</entry>

	<entry>
		<id>https://podpora.nextis.cz/index.php/API_RemoveAllSupplierProductPriceWithoutSupplierProductCrossListConnection</id>
		<title>API RemoveAllSupplierProductPriceWithoutSupplierProductCrossListConnection</title>
		<link rel="alternate" type="text/html" href="https://podpora.nextis.cz/index.php/API_RemoveAllSupplierProductPriceWithoutSupplierProductCrossListConnection"/>
				<updated>2021-07-29T09:54:20Z</updated>
		
		<summary type="html">&lt;p&gt;Chrzaszcz: Založena nová stránka s textem „==== Description ==== Method allows You to remove all supplier product price without supplier product cross list connection in system.  ==== Exact name ===…“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Description ====&lt;br /&gt;
Method allows You to remove all supplier product price without supplier product cross list connection in system.&lt;br /&gt;
&lt;br /&gt;
==== Exact name ====&lt;br /&gt;
&amp;lt;code&amp;gt;API_RemoveAllSupplierProductPriceWithoutSupplierProductCrossListConnection&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Type ====&lt;br /&gt;
Standard executable stored procedure.&lt;br /&gt;
&lt;br /&gt;
==== Specification ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Parameter&lt;br /&gt;
!Data type&lt;br /&gt;
!Value range&lt;br /&gt;
!Description&lt;br /&gt;
!Relation&lt;br /&gt;
|-&lt;br /&gt;
|@SupplierID&lt;br /&gt;
|int&lt;br /&gt;
|&lt;br /&gt;
|Internal system id&lt;br /&gt;
|API_GetCustomers.ID&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Return ====&lt;br /&gt;
 0 : OK&lt;br /&gt;
 100 : Item does not exist&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
 DECLARE @return_value int&lt;br /&gt;
 EXEC @return_value = [API_RemoveAllSupplierProductPriceWithoutSupplierProductCrossListConnection]&lt;br /&gt;
 @SupplierID = 3&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Notices ====&lt;br /&gt;
None.&lt;/div&gt;</summary>
		<author><name>Chrzaszcz</name></author>	</entry>

	<entry>
		<id>https://podpora.nextis.cz/index.php/API_RemoveAllSupplierProductDoubleCrosses</id>
		<title>API RemoveAllSupplierProductDoubleCrosses</title>
		<link rel="alternate" type="text/html" href="https://podpora.nextis.cz/index.php/API_RemoveAllSupplierProductDoubleCrosses"/>
				<updated>2021-07-29T09:50:46Z</updated>
		
		<summary type="html">&lt;p&gt;Chrzaszcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Description ====&lt;br /&gt;
Method allows You to remove all supplier product double crosses in system. The method leaves the last uploaded cross in system&lt;br /&gt;
&lt;br /&gt;
==== Exact name ====&lt;br /&gt;
&amp;lt;code&amp;gt;API_RemoveAllSupplierProductDoubleCrosses&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Type ====&lt;br /&gt;
Standard executable stored procedure.&lt;br /&gt;
&lt;br /&gt;
==== Specification ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Parameter&lt;br /&gt;
!Data type&lt;br /&gt;
!Value range&lt;br /&gt;
!Description&lt;br /&gt;
!Relation&lt;br /&gt;
|-&lt;br /&gt;
|@SupplierID&lt;br /&gt;
|int&lt;br /&gt;
|&lt;br /&gt;
|Internal system id&lt;br /&gt;
|API_GetCustomers.ID&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Return ====&lt;br /&gt;
 0 : OK&lt;br /&gt;
 100 : Item does not exist&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
 DECLARE @return_value int&lt;br /&gt;
 EXEC @return_value = [API_RemoveAllSupplierProductDoubleCrosses]&lt;br /&gt;
 @SupplierID = 3&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Notices ====&lt;br /&gt;
None.&lt;/div&gt;</summary>
		<author><name>Chrzaszcz</name></author>	</entry>

	<entry>
		<id>https://podpora.nextis.cz/index.php/API_UpdateOrdersDetail</id>
		<title>API UpdateOrdersDetail</title>
		<link rel="alternate" type="text/html" href="https://podpora.nextis.cz/index.php/API_UpdateOrdersDetail"/>
				<updated>2021-05-28T10:44:26Z</updated>
		
		<summary type="html">&lt;p&gt;Chrzaszcz: Založena nová stránka s textem „==== Description ==== Method allows You to update order detail in system.  ==== Exact name ==== &amp;lt;code&amp;gt;API_UpdateOrdersDetail&amp;lt;/code&amp;gt;  ==== Type ==== Standar…“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Description ====&lt;br /&gt;
Method allows You to update order detail in system.&lt;br /&gt;
&lt;br /&gt;
==== Exact name ====&lt;br /&gt;
&amp;lt;code&amp;gt;API_UpdateOrdersDetail&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Type ====&lt;br /&gt;
Standard executable stored procedure.&lt;br /&gt;
&lt;br /&gt;
==== Specification ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Parameter&lt;br /&gt;
!Data type&lt;br /&gt;
!Value range&lt;br /&gt;
!Description&lt;br /&gt;
!Relation&lt;br /&gt;
|-&lt;br /&gt;
|@ID&lt;br /&gt;
|int&lt;br /&gt;
|&lt;br /&gt;
|Internal system id&lt;br /&gt;
|API_GetOrderDetail.ID&lt;br /&gt;
|- &lt;br /&gt;
|@DeliveredQuantity&lt;br /&gt;
|decimal(18,4)&lt;br /&gt;
|&lt;br /&gt;
|Delivered quantity&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
|@CanceledQuantity&lt;br /&gt;
|decimal(18,4)&lt;br /&gt;
|&lt;br /&gt;
|Canceled quantity&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Return ====&lt;br /&gt;
 0 : OK&lt;br /&gt;
 100 : Item could not be updated&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
 DECLARE @return_value int&lt;br /&gt;
 DECLARE @ID int&lt;br /&gt;
 DECLARE @DeliveredQuantity decimal(18,4)&lt;br /&gt;
 DECLARE @CanceledQuantity decimal(18,4)&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 set @ID = 15 &lt;br /&gt;
 set @DeliveredQuantity = 0&lt;br /&gt;
 set @CanceledQuantity = 3&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 EXECUTE @return_value = [API_UpdateOrdersDetail] &lt;br /&gt;
   @ID&lt;br /&gt;
  ,@DeliveredQuantity &lt;br /&gt;
  ,@CanceledQuantity &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Notices ====&lt;br /&gt;
None.&lt;/div&gt;</summary>
		<author><name>Chrzaszcz</name></author>	</entry>

	</feed>