21 vAPI_add_edit_item_go_together
Add/edit item go-together
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 / item_code |
YES |
STRING |
32 |
references: item_master.item_code |
| $arg_array / go_together_item |
YES |
STRING |
32 |
references: item_go_together.go_together_item |
| $arg_array / sort_order |
YES |
INT |
-- |
references: item_go_together.sort_order |
| $dbconn |
YES |
DBHANDLE |
-- |
Database Connection |
Outputs:
| Output Name |
Type |
Details |
| $record |
ASSOC |
Row details follow: |
| $record / action |
STRING |
ADD: New record was added |
|
|
EDIT: Existing record was updated |
Error Codes:
| PGQUERY |
Failed SQL query |
| INVALID_ITEM_CODE |
Supplied Item code is invalid |
Return to:
Item_API Reference
There are no comments on this page. [Add comment]