[
{"name": "Create Customer", "type": "action", "description": "Add a new customer to the system."},
{"name": "Update StockTransfer", "type": "action", "description": "Modify details of an existing stock transfer."},
{"name": "Find Customer", "type": "lookup", "description": "Retrieve customer information based on specified criteria."},
{"name": "Find Location By Id", "type": "lookup", "description": "Locate a specific location using its unique ID."},
{"name": "Find SalesRep By Id", "type": "lookup", "description": "Find a sales representative using their unique ID."},
{"name": "Find SalesOrder By Id", "type": "lookup", "description": "Retrieve a sales order based on its ID."},
{"name": "Find Product By Id", "type": "lookup", "description": "Locate a product using its unique ID."},
{"name": "Find Vendor By Query", "type": "lookup", "description": "Search for vendors based on given search criteria."},
{"name": "Find PurchaseOrder By Id", "type": "lookup", "description": "Retrieve a purchase order using its unique ID."},
{"name": "Find Category By Id", "type": "lookup", "description": "Locate a product category using its ID."},
{"name": "Update Customer", "type": "action", "description": "Update the details of an existing customer."},
{"name": "Create Vendor", "type": "action", "description": "Add a new vendor to the system."},
{"name": "Update Vendor", "type": "action", "description": "Modify the details of an existing vendor."},
{"name": "Create StockTransfer", "type": "action", "description": "Initiate a new stock transfer."},
{"name": "Create Product", "type": "action", "description": "Add a new product to the inventory."},
{"name": "Create Manufacturing Order", "type": "action", "description": "Generate a new manufacturing order."},
{"name": "Update Product", "type": "action", "description": "Update the details of an existing product."},
{"name": "Update Sales Quote", "type": "action", "description": "Modify an existing sales quote."},
{"name": "Create PurchaseOrder", "type": "action", "description": "Initiate a new purchase order."},
{"name": "Update PurchaseOrder", "type": "action", "description": "Update the details of an existing purchase order."},
{"name": "Update SalesOrder", "type": "action", "description": "Modify an existing sales order."},
{"name": "Create Stock Adjustment", "type": "action", "description": "Record a stock adjustment in the system."},
{"name": "Update Stock Adjustment", "type": "action", "description": "Modify details of an existing stock adjustment."},
{"name": "Create SalesOrder", "type": "action", "description": "Initiate a new sales order."},
{"name": "Update Manufacturing Order", "type": "action", "description": "Update the details of an existing manufacturing order."},
{"name": "Find Currency By Id", "type": "lookup", "description": "Retrieve currency information using its ID."},
{"name": "Find Taxing Scheme By Id", "type": "lookup", "description": "Locate a taxing scheme using its unique ID."},
{"name": "Find Stock Transfer By Id", "type": "lookup", "description": "Retrieve stock transfer information based on its ID."},
{"name": "Find Manufacture Order By Id", "type": "lookup", "description": "Locate a manufacturing order using its ID."},
{"name": "Find Stock Adjustment By Id", "type": "lookup", "description": "Retrieve details of a stock adjustment by its ID."},
{"name": "Find Stock Count By Id", "type": "lookup", "description": "Locate stock count details using its unique ID."},
{"name": "Create StockCount", "type": "action", "description": "Initiate a new stock count in the system."},
{"name": "Update StockCount", "type": "action", "description": "Modify the details of an existing stock count."}
]