ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • POST(
          request: NextRequest,
      ): Promise<
          | NextResponse<{ success: boolean; error: string; message: string }>
          | NextResponse<{ success: boolean; message: string; data: any }>,
      >

      POST /api/tablet/receptions Créer une nouvelle réception depuis la tablette

      Parameters

      • request: NextRequest

      Returns Promise<
          | NextResponse<{ success: boolean; error: string; message: string }>
          | NextResponse<{ success: boolean; message: string; data: any }>,
      >