<?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_UpdateImage</id>
		<title>API UpdateImage - 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_UpdateImage"/>
		<link rel="alternate" type="text/html" href="https://podpora.nextis.cz/index.php?title=API_UpdateImage&amp;action=history"/>
		<updated>2026-05-07T12:48:26Z</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_UpdateImage&amp;diff=3046&amp;oldid=prev</id>
		<title>Chrzaszcz: Založena nová stránka s textem „==== Description ==== Method allows You to update image in system.  ==== Exact name ==== &lt;code&gt;API_UpdateImage&lt;/code&gt;  ==== Type ==== Standard executable s…“</title>
		<link rel="alternate" type="text/html" href="https://podpora.nextis.cz/index.php?title=API_UpdateImage&amp;diff=3046&amp;oldid=prev"/>
				<updated>2021-04-06T12:43:33Z</updated>
		
		<summary type="html">&lt;p&gt;Založena nová stránka s textem „==== Description ==== Method allows You to update image in system.  ==== Exact name ==== &amp;lt;code&amp;gt;API_UpdateImage&amp;lt;/code&amp;gt;  ==== Type ==== Standard executable s…“&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 update image in system.&lt;br /&gt;
&lt;br /&gt;
==== Exact name ====&lt;br /&gt;
&amp;lt;code&amp;gt;API_UpdateImage&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;
|&lt;br /&gt;
|-&lt;br /&gt;
|@ProduktGroupID&lt;br /&gt;
|int&lt;br /&gt;
|&lt;br /&gt;
|Produkt group ID&lt;br /&gt;
|API_GetProductGroups.ID&lt;br /&gt;
|-&lt;br /&gt;
|@Sorting&lt;br /&gt;
|int&lt;br /&gt;
|&lt;br /&gt;
|Sorting, numbers from 0 up&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|@ImageURL&lt;br /&gt;
|nvarchar(260)&lt;br /&gt;
|&lt;br /&gt;
|Image URL&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|@IsFeedImage&lt;br /&gt;
|int&lt;br /&gt;
|&lt;br /&gt;
|Is feed image&lt;br /&gt;
NO=0; YES=1&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 @ProduktGroupID int&lt;br /&gt;
 DECLARE @Sorting int&lt;br /&gt;
 DECLARE @ImageURL nvarchar(260)&lt;br /&gt;
 DECLARE @IsFeedImage int&lt;br /&gt;
 &lt;br /&gt;
 SELECT @ID = [ID], &lt;br /&gt;
       @ProduktGroupID = [ProduktGroupID], &lt;br /&gt;
       @Sorting = [Sorting], &lt;br /&gt;
       @ImageURL = [ImageURL],&lt;br /&gt;
       @IsFeedImage = 1&lt;br /&gt;
 FROM   [API_GetImage] &lt;br /&gt;
 WHERE  id = 2345&lt;br /&gt;
 &lt;br /&gt;
 EXECUTE @return_value = [API_UpdateImage] &lt;br /&gt;
  @ID, &lt;br /&gt;
  @ProduktGroupID, &lt;br /&gt;
  @Sorting,&lt;br /&gt;
  @ImageURL,&lt;br /&gt;
  @IsFeedImage&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>