Venture ERP Documentation : GetCategoryChildren

Venture :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

05 vAPI_get_category_children


Get children of a category

Inputs:
Input Name Required Type Max Length Details
$arg_array YES ASSOC -- Details follow:
$arg_array / company_id YES INT -- references: company_master.company_id
$arg_array / category_number YES INT -- references: category_master.category_number
$dbconn YES DBHANDLE -- Database Connection


Outputs:
Output Name Type Details
$record ASSOC Details follow:
$record / company_id INT references: category_master.company_id
$record / category_number INT references: category_master.category_number
$record / parent_category_number INT references: category_master.parent_category_number
$record / description STRING references: category_master.description
$record / extended_description TEXT references: category_master.extended_description
$record / keywords TEXT references: category_master.keywords
$record / ecomm_hidden_flag BOOLEAN references: category_master.ecomm_hidden_flag
$record / is_leaf_node BOOLEAN references: category_master.is_leaf_node
$record / sort_order INT references: category_master.sort_order
$record / added_by STRING references: category_master.added_by
$record / modified_by STRING references: category_master.modified_by
$record / date_added DATE references: category_master.date_added
$record / date_last_modified DATE references: category_master.date_last_modified


Error Codes:
PGQUERY Failed SQL query


Return to:
Category_API Reference

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.3
Page was generated in 0.0670 seconds