rentalinventoryAddremovebrochureitemPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryRentalInventoryAddRemoveBrochureItemResponse
  >
>
rentalinventoryAddremovebrochureitemPost({
  required WebApiModulesInventoryRentalInventoryAddRemoveBrochureItemRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryRentalInventoryAddRemoveBrochureItemResponse,
    () => WebApiModulesInventoryRentalInventoryAddRemoveBrochureItemResponse
        .fromJsonFactory,
  );

  return _rentalinventoryAddremovebrochureitemPost(body: body);
}