API RemoveTranslator: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(Založena nová stránka s textem „==== Description ==== Method allows You to remove Translator for product. ==== Exact name ==== <code>API_RemoveTranslator</code> ==== Type ==== Standard…“)
 
Řádka 1: Řádka 1:
 
==== Description ====
 
==== Description ====
Method allows You to remove Translator for product.
+
Method allows You to remove translated in system.
  
 
==== Exact name ====
 
==== Exact name ====
Řádka 20: Řádka 20:
 
|
 
|
 
|Internal system id
 
|Internal system id
|
+
|API_GetProductGroups.Name
 +
 
 +
API_GetProductGroups.Name2
 +
 
 +
API_GetProductGroups.Description
 +
 
 +
API_GetProductGroups.EshopDescription
 
|-
 
|-
 
|@Language
 
|@Language
Řádka 26: Řádka 32:
 
|
 
|
 
|Language
 
|Language
|
+
|cs,pl,en,de,sk,hu,nl,ru,et,lv,lt,ar,fr,it,pt,ro,es,tr,bg,sl,sr
 
|}
 
|}
  

Verze z 21. 11. 2018, 11:21

Description

Method allows You to remove translated in system.

Exact name

API_RemoveTranslator

Type

Standard executable stored procedure.

Specification

Parameter Data type Value range Description Relation
@Text nvarchar(max) Internal system id API_GetProductGroups.Name

API_GetProductGroups.Name2

API_GetProductGroups.Description

API_GetProductGroups.EshopDescription

@Language nvarchar(3) Language cs,pl,en,de,sk,hu,nl,ru,et,lv,lt,ar,fr,it,pt,ro,es,tr,bg,sl,sr

Return

0 : OK
100 : Item does not exist
200 : Language does not exist

Example

 DECLARE @return_value int
 EXEC @return_value = [API_RemoveTranslator]
 @Text= N'Brake pads',
 @Language = N'cs'

Notices

None.