ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • Parameters

      • request: NextRequest

      Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  suppliers: {
                      code: string;
                      createdAt: Date;
                      currency: { code: string; id: string; symbol: string }
                      | null;
                      currencyId: string | null;
                      email: string | null;
                      id: string;
                      isActive: boolean;
                      name: string;
                      phone: string | null;
                      type: string;
                      updatedAt: Date;
                      website: string | null;
                  }[];
                  total: number;
              },
          >,
      >