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