physicalinventoryIdUpdatestepStepnamePost method

Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventory>> physicalinventoryIdUpdatestepStepnamePost({
  1. required String? id,
  2. required String? stepname,
})

@param id @param stepname

Implementation

Future<
        chopper.Response<
            WebApiModulesInventoryPhysicalInventoryPhysicalInventory>>
    physicalinventoryIdUpdatestepStepnamePost({
  required String? id,
  required String? stepname,
}) {
  generatedMapping.putIfAbsent(
      WebApiModulesInventoryPhysicalInventoryPhysicalInventory,
      () => WebApiModulesInventoryPhysicalInventoryPhysicalInventory
          .fromJsonFactory);

  return _physicalinventoryIdUpdatestepStepnamePost(
      id: id, stepname: stepname);
}