Update Provider Priority Configuration

Update the provider priority and routing configuration. Controls which booking providers are used, in what order, and the fallback strategy when a provider fails. **Fallback strategies:** - `priority`: Strict order based on priority numbers - `round_robin`: Distribute load evenly across providers - `least_busy`: Route to provider with best current performance

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

entityIdstringRequired
Entity identifier

Request

This endpoint expects an object.
providerslist of objectsRequired
Provider priority configuration list
defaultProviderstringRequired

Default provider to use (e.g. pkfare)

fallbackStrategy"priority" or "round_robin" or "least_busy"Required
Strategy for provider fallback

Response

This endpoint returns an object.