B2B Portal
The B2B Portal provides web-based access for travel agents and administrators.
Architecture Diagram
graph TB
subgraph USERS["Portal Users"]
AGENTS["Travel Agents<br/>627+ Active"]
ADMINS["Administrators"]
end
subgraph B2B_INFRA["B2B Infrastructure"]
B2B["B2B Server<br/>Physical Dedicated<br/>b2b.withinearth.com"]
end
subgraph BACKEND["Backend Services"]
API["XConnect API<br/>api.withinearth.com"]
SQL["SQL Server"]
end
AGENTS -->|"Agent Booking"| B2B
ADMINS -->|"Admin Dashboard"| B2B
B2B --> API --> SQL
style B2B fill:#87CEEB
style API fill:#90EE90
Server Details
| Setting |
Value |
| URL |
b2b.withinearth.com |
| Server Type |
Physical Dedicated |
| Purpose |
B2B Client Portal |
Portal Features
| Feature |
Description |
| Agent Booking |
Web-based hotel booking interface |
| Admin Dashboard |
Client management and reporting |
| Rate Management |
Configure markups and pricing |
| Booking History |
View and manage reservations |
| Credit Management |
Balance and payment tracking |
| Active Agents |
627+ in last 30 days |
User Types
graph LR
subgraph AGENTS["Travel Agents"]
A1["Search Hotels"]
A2["Make Bookings"]
A3["View History"]
A4["Manage Credits"]
end
subgraph ADMINS["Administrators"]
AD1["Manage Agents"]
AD2["Set Markups"]
AD3["View Reports"]
AD4["Configure Rates"]
end
style AGENTS fill:#87CEEB
style ADMINS fill:#FFE4B5
Integration
| Component |
Connection |
| API Backend |
XConnect API (api.withinearth.com) |
| Database |
SQL Server (via API) |
| Authentication |
Custom auth system |
| Payment |
Credit-based system |
Last Updated: 2025-12-02