Get Provider Priority Configuration

**🎯 Provider Priority & Routing Configuration** Retrieve the current provider priority configuration for a restaurant, including fallback strategies, conditional routing, and provider-specific settings. ## 📋 **Configuration Elements** ### **Provider Priority** - **Priority Ranking**: 1 = highest priority, higher numbers = lower priority - **Enabled Status**: Whether each provider is active for this restaurant - **Fallback Mode**: Whether provider is used only as fallback or primary option - **Conditional Routing**: Time-based or situation-based provider selection ### **Routing Strategies** - **Priority**: Always try highest priority provider first - **Round Robin**: Distribute load evenly across providers - **Least Busy**: Route to provider with lowest current load - **Performance**: Choose based on recent success rates ## 🎯 **Use Cases** - **Load Balancing**: Distribute bookings across multiple providers - **Cost Optimization**: Prioritize cheaper providers when possible - **Reliability**: Ensure backup providers are available - **Performance Tuning**: Optimize based on provider response times

Path parameters

restaurantIdstringRequired
Unique identifier for the restaurant

Response

Priority configuration retrieved successfully
successboolean or null
restaurantIdstring or null
priorityConfigobject or null
lastUpdateddatetime or null