rentalinventoryCopyPost method
Future<Response<WebApiModulesInventoryRentalInventoryRentalInventory> >
rentalinventoryCopyPost({
- required WebApiModulesInventoryInventoryCopyInventoryRequest? body,
Implementation
Future<chopper.Response<WebApiModulesInventoryRentalInventoryRentalInventory>>
rentalinventoryCopyPost(
{required WebApiModulesInventoryInventoryCopyInventoryRequest?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryRentalInventoryRentalInventory,
() => WebApiModulesInventoryRentalInventoryRentalInventory
.fromJsonFactory);
return _rentalinventoryCopyPost(body: body);
}