16 vAPI_delete_assembly_component
Delete a component from an assembly
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 / employee_id |
YES |
INT |
-- |
references: employee_master.employee_id |
| $arg_array / assembly_item_code |
YES |
STRING |
32 |
references: item_assembly.assembly_item_code |
| $arg_array / component_item_code |
YES |
STRING |
32 |
references: item_assembly.component_item_code |
| $dbconn |
YES |
DBHANDLE |
-- |
Database Connection |
Outputs:
NONE
Error Codes:
| PGQUERY |
Failed SQL query |
| CHECKPOINT |
Error when calling the checkpoint function |
Called API Functions:
logAPI:vAPI_checkpoint_table_revision
Return to:
Item_API Reference
There are no comments on this page. [Add comment]