<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="cs">
		<id>https://podpora.nextis.cz/index.php?action=history&amp;feed=atom&amp;title=API_CreateProductService</id>
		<title>API CreateProductService - Historie editací</title>
		<link rel="self" type="application/atom+xml" href="https://podpora.nextis.cz/index.php?action=history&amp;feed=atom&amp;title=API_CreateProductService"/>
		<link rel="alternate" type="text/html" href="https://podpora.nextis.cz/index.php?title=API_CreateProductService&amp;action=history"/>
		<updated>2026-05-06T20:34:32Z</updated>
		<subtitle>Historie editací této stránky</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>https://podpora.nextis.cz/index.php?title=API_CreateProductService&amp;diff=2332&amp;oldid=prev</id>
		<title>Chrzaszcz: Založena nová stránka s textem „==== Description ==== Method allows You to create new product service in system.  ==== Exact name ==== &lt;code&gt;API_CreateProductService&lt;/code&gt;  ==== Type ===…“</title>
		<link rel="alternate" type="text/html" href="https://podpora.nextis.cz/index.php?title=API_CreateProductService&amp;diff=2332&amp;oldid=prev"/>
				<updated>2019-11-05T15:07:42Z</updated>
		
		<summary type="html">&lt;p&gt;Založena nová stránka s textem „==== Description ==== Method allows You to create new product service in system.  ==== Exact name ==== &amp;lt;code&amp;gt;API_CreateProductService&amp;lt;/code&amp;gt;  ==== Type ===…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nová stránka&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==== Description ====&lt;br /&gt;
Method allows You to create new product service in system.&lt;br /&gt;
&lt;br /&gt;
==== Exact name ====&lt;br /&gt;
&amp;lt;code&amp;gt;API_CreateProductService&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;
|@ProductCode&lt;br /&gt;
|nvarchar(40) &lt;br /&gt;
|&lt;br /&gt;
|Product code&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|@Name&lt;br /&gt;
|nvarchar(150) &lt;br /&gt;
|&lt;br /&gt;
|Name&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|@Description&lt;br /&gt;
|nvarchar(250) &lt;br /&gt;
|&lt;br /&gt;
|Description&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|@UnitID&lt;br /&gt;
|int &lt;br /&gt;
|&lt;br /&gt;
|ID of unit from units list (see relation)&lt;br /&gt;
|API_GetUnits.ID&lt;br /&gt;
|-&lt;br /&gt;
|@VATRate&lt;br /&gt;
|int &lt;br /&gt;
|&lt;br /&gt;
|ID of VAT rates from VAT rates list (see relation)&lt;br /&gt;
|API_GetVATRates.ID&lt;br /&gt;
|-&lt;br /&gt;
|@EshopHide&lt;br /&gt;
|int&lt;br /&gt;
|&lt;br /&gt;
|Eshop hide: &lt;br /&gt;
0 = show, 1 = hide &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|@RetailPrice&lt;br /&gt;
|decimal(19,6) &lt;br /&gt;
|&lt;br /&gt;
|Retail price&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 created&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_CreateProductService] @ProductCode = 'Transport', @Name = 'Transport 10', @Description = '', @UnitID = 148, @VATRate = 16028, @EshopHide = 0, @RetailPrice = 10&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>