I have a solid $E$ below that I would like to compute the volume. I can slice $E$ by cross-sections $E_x$ that are perpendicular to Ox. Then $$ |E|=\int_0^1 E_x \,dx = \int_0^1 \frac{1}{2}z[e^{2x}-(-e^x)] \,dx = \frac{1}{2} \int_0^1 e^{3x} (e^{2x} + e^x) \,dx = \frac{4e^5+5e^4-9}{40}. $$ Am I right?
I want to do a different way. I divide the solid into two parts: $y<0$ (left solid) and $y>0$ (right solid). The volume for left and right solids is given by the integral of the equation of the left and right side surfaces. However, I don't know how to find the equations of these surfaces. Is there a way to do it?
Thank you.

For the part of the solid where $y>0$ (the blue "half" in the image below), one can parameterize the surface by
$$\vec r(s,t) = (1-t) \left\langle s,0,e^{3s}\right\rangle + t \left\langle s,e^{2s},0\right\rangle$$
with $(s,t)\in[0,1]^2$. In other words,
$$\begin{cases}x = s \\ y = te^{2s} \\ z=(1-t)e^{3s}\end{cases}$$
and eliminating the parameters yields
$$x=s \implies y=te^{2x} \implies z=\left(1-ye^{-2x}\right) e^{3x}$$
For $y<0$ (red), the only difference is in the $y$-coordinate of the parameterization,
$$\vec r(s,t) = (1-t) \left\langle s,0,e^{3s}\right\rangle + t \left\langle s,-e^{s},0\right\rangle$$
so that
$$x=s \implies y=-te^x \implies z=\left(1+ye^{-x}\right) e^{3x}$$