API CreateUniversalPartsCategoryConnection

Z Podpora.nextis.cz
Přejít na: navigace, hledání

Description

Method allows You to create new universal parts category connection in system.

Exact name

API_CreateUniversalPartsCategoryConnection

Type

Standard executable stored procedure.

Specification

Parameter Data type Value range Description Relation
@GroupID int ID of group from product groups list (see relation) API_GetProductGroups.ID
@FolderID int ID of folder from universal parts categories list (see relation) API_GetUniversalPartsCategories.ID

Return

0 : OK
100 : Item could not be created

Example

 DECLARE @return_value int
 EXEC @return_value = [API_CreateUniversalPartsCategoryConnection] @GroupID= 1 ,@FolderID= 1

Notices

None.