physicalinventoryIdUpdatestepStepnamePost method
Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventory> >
physicalinventoryIdUpdatestepStepnamePost({})
@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);
}