---
title: "RoutingConfig"
url: "https://developer.pexa.co.uk/apis/instruction-v1-v1/versions/861f183b-600d-4bbf-9762-abebcbf9b5ac/schemas/RoutingConfig"
---

> Full API specification: https://developer.pexa.co.uk/apis/instruction-v1-v1/versions/861f183b-600d-4bbf-9762-abebcbf9b5ac.md

# RoutingConfig

Information used to determine where to route the instruction

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Lender Instruction
  version: v1
servers:
  - url: https://api.pexa.co.uk
    description: API Gateway URL
components:
  schemas:
    RoutingConfig:
      type: object
      description: Information used to determine where to route the instruction
      properties:
        assignedPanelManager:
          type: string
          pattern: ^(SMOOVE)$
          description: |
            The assigned panel manager Allowed Values: [ `SMOOVE`]
        assignedPanelLawFirm:
          type: string
          maxLength: 50
          description: Panel reference held by the Panel Manager for the law firm
        assignedLawFirm:
          type: string
          pattern: ^(OPTIMA)$
          description: |
            The actual law firm name Allowed Values: [ `OPTIMA` ]
        pexaEligible:
          type: boolean
          description: Indicates if the funds should be settled by PEXA
```
