inventorysearchAddtoorderPost method

Future<Response<bool>> inventorysearchAddtoorderPost({
  1. required WebApiModulesHomeControlsInventorySearchInventorySearchAddToOrderRequest? body,
})

Implementation

Future<chopper.Response<bool>> inventorysearchAddtoorderPost(
    {required WebApiModulesHomeControlsInventorySearchInventorySearchAddToOrderRequest?
        body}) {
  return _inventorysearchAddtoorderPost(body: body);
}