rentalinventoryWallsPost method
Future<Response<WebApiModulesInventoryRentalInventoryRentalInventoryWalls> >
rentalinventoryWallsPost({
- required WebApiModulesInventoryRentalInventoryRentalInventoryWalls? body,
Implementation
Future<
chopper.Response<WebApiModulesInventoryRentalInventoryRentalInventoryWalls>
>
rentalinventoryWallsPost({
required WebApiModulesInventoryRentalInventoryRentalInventoryWalls? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryRentalInventoryRentalInventoryWalls,
() => WebApiModulesInventoryRentalInventoryRentalInventoryWalls
.fromJsonFactory,
);
return _rentalinventoryWallsPost(body: body);
}