rentalinventoryAddremovewallPost method
Future<Response<WebApiModulesInventoryRentalInventoryAddRemoveWallResponse> >
rentalinventoryAddremovewallPost({
- required WebApiModulesInventoryRentalInventoryAddRemoveWallRequest? body,
Implementation
Future<
chopper.Response<
WebApiModulesInventoryRentalInventoryAddRemoveWallResponse>>
rentalinventoryAddremovewallPost(
{required WebApiModulesInventoryRentalInventoryAddRemoveWallRequest?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryRentalInventoryAddRemoveWallResponse,
() => WebApiModulesInventoryRentalInventoryAddRemoveWallResponse
.fromJsonFactory);
return _rentalinventoryAddremovewallPost(body: body);
}