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