Result / Settlement Messages
Queue: prematch_queue
Action: add_results
msg_type: 15
{
"action": "add_results",
"data": {
"f_id": 16861271,
"status": 3,
"periods": [
{
"period_code": "ft",
"result": {
"home": 2,
"away": 1
}
}
],
"prematch_markets": [],
"live_markets": []
}
}
Field usage in worker
| Field | Required | Description |
|---|---|---|
f_id | yes | Fixture id to update. |
status | yes | Fixture status applied before save. |
periods | no | Result periods mapped into fixture periods. |
prematch_markets | no | Validation payload segment (forwarded as received). |
live_markets | no | Validation payload segment (forwarded as received). |
Market settlement values
| Settlement | Value |
|---|---|
| 0 | Pending |
| 1 | Win |
| 2 | Lost |
| 3 | Void |
| 4 | Cancelled |