API RemoveProductOEM: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
 
Řádka 1: Řádka 1:
 
==== Description ====
 
==== Description ====
Method allows You to remove product original equipment manufacturer in system.
+
Method allows You to remove OEM number for product.
  
 
==== Exact name ====
 
==== Exact name ====

Aktuální verze z 12. 11. 2018, 17:06

Description

Method allows You to remove OEM number for product.

Exact name

API_RemoveProductOEM

Type

Standard executable stored procedure.

Specification

Parameter Data type Value range Description Relation
@GroupID int GroupID API_GetProductGroups.ID
@OEM nvarchar(40) Original Equipment Manufacturer

Return

0 : OK
100 : Item does not exist

Example

 DECLARE @return_value int
 EXEC @return_value = [API_RemoveProductOEM]
 @GroupID = 3,
 @OEM = 'OE123'

Notices

None.