inventorysearchAddtopackagePost method

Future<Response<bool>> inventorysearchAddtopackagePost({
  1. required WebApiModulesInventoryInventorySearchInventorySearchAddToCompleteKitContainerRequest? body,
})

Implementation

Future<chopper.Response<bool>> inventorysearchAddtopackagePost({
  required WebApiModulesInventoryInventorySearchInventorySearchAddToCompleteKitContainerRequest?
  body,
}) {
  return _inventorysearchAddtopackagePost(body: body);
}