physicalinventoryCountserialnumberPost method

Future<Response<bool>> physicalinventoryCountserialnumberPost({
  1. required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountSerialNumberRequest? body,
})

Implementation

Future<chopper.Response<bool>> physicalinventoryCountserialnumberPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountSerialNumberRequest?
  body,
}) {
  return _physicalinventoryCountserialnumberPost(body: body);
}