inventorysearchAddtoorderPost method

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

Implementation

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