physicalinventorycycleinventoryIdPut method
Future<Response<WebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory> >
physicalinventorycycleinventoryIdPut({
- required String? id,
- required WebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory? body,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory>>
physicalinventorycycleinventoryIdPut({
required String? id,
required WebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory,
() =>
WebApiModulesHomeControlsPhysicalInventoryCycleInventoryPhysicalInventoryCycleInventory
.fromJsonFactory);
return _physicalinventorycycleinventoryIdPut(id: id, body: body);
}