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