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