Group: Forum Members
Last Active: Thu 12 Dec 2013
Posts: 14,
Visits: 70
|
Hi,
i'm trying to connect Kartirs to our base system. Therefore i need to sync the categories to kartris. I try that using the WebAPI.
For creating new Categories i utilize the method "CategoriesBLL._Add".
Is it possible to get the CAT_ID of a newly created Category via WebAPI? I need to build parent-/child relations during sync. Therefore i need to know the ID of a created Category in Kartris. Additional i need to store the CAT_ID of a Kartris Category in my Base System for later sync (modification, deletion of category in base system and so on.)
I tried to search for a created category with "CategoriesBLL.SearchCategoryByName", but this method returns all Categories that have the search-team in it and the Category-title in this case had to be unique.
|