rentalinventoryAddremovewallPost method

Implementation

Future<
  chopper.Response<WebApiModulesInventoryRentalInventoryAddRemoveWallResponse>
>
rentalinventoryAddremovewallPost({
  required WebApiModulesInventoryRentalInventoryAddRemoveWallRequest? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryRentalInventoryAddRemoveWallResponse,
    () => WebApiModulesInventoryRentalInventoryAddRemoveWallResponse
        .fromJsonFactory,
  );

  return _rentalinventoryAddremovewallPost(body: body);
}