rentalinventoryPost method

Implementation

Future<chopper.Response<WebApiModulesInventoryRentalInventoryRentalInventory>>
rentalinventoryPost({
  required WebApiModulesInventoryRentalInventoryRentalInventory? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryRentalInventoryRentalInventory,
    () =>
        WebApiModulesInventoryRentalInventoryRentalInventory.fromJsonFactory,
  );

  return _rentalinventoryPost(body: body);
}