Creates a new flacon and optionally an initial stock movement.

  • Parameters

    • req: Request

      The Express request object containing the flacon details (codeArticle, description, etc.) in the body.

    • res: Response

      The Express response object.

    Returns Promise<undefined | Response<any, Record<string, any>>>

    A JSON response containing the created flacon data.