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

      • request: Request

      Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  clients: {
                      code: string;
                      currency: | { code: string; id: string; name: string; symbol: string }
                      | null;
                      currencyId: string | null;
                      email: string | null;
                      id: string;
                      isActive: boolean;
                      name: string;
                      phone: string | null;
                      type: string;
                  }[];
                  total: number;
                  page: number;
                  limit: number;
              },
          >,
      >