# Fixture Extra Data

### Extra data

| **Extra data**     | **Values**         | **Description**                                                            |
| ------------------ | ------------------ | -------------------------------------------------------------------------- |
| WithLivescore      | true               | Is livescore will be covered for this fixture                              |
| WithInPlay         | true               | Are inplay odds will be offered for this fixture                           |
| NumberOfPeriods    | Numeric value      | Max number of periods which can be played in fixture's livescore (Best of) |
| Description        | Description string | General changes update                                                     |
| CancellationReason | Event Cancelled    | The event was canceled and will not take place                             |

### **Cancellation Reason**

| **Extra data**               | **Description**                                                                                                             |
| ---------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| Invalid Event                | The canceled event was created according to incorrect metadata                                                              |
| Wrong League                 | The event was created under the wrong league                                                                                |
| Participants Swapped         | The canceled event was created with incorrect order of participants                                                         |
| Home/Away Team Corrected     | The canceled event was created with an incorrect home/away participant                                                      |
| Duplication of \<Fixture ID> | <p>There are two instances of the same fixture, and we have canceled one of them. Refer to the Fixture ID in the <><br></p> |
| Fixture Status Corrected     | The canceled event received an incorrect Livescore update                                                                   |

#### <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lsports.eu/u/trade/enumerations/fixture-extra-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
