Skip to content

On Site Management 1.0.0

On Site Management


License: Apache 2.0

Servers

Description URL
https://bcg.betfair.com/OnSiteManagement/v1 https://bcg.betfair.com/OnSiteManagement/v1

OnSiteManagement


POST /acknowledge

Acknowledge an on-site message

Request body

{
    "correlationId": "string",
    "success": true,
    "errorCode": "string",
    "errorDescription": "string"
}
⚠️ This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.

Schema of the request body
{
    "type": "object",
    "required": [
        "correlationId",
        "success"
    ],
    "properties": {
        "correlationId": {
            "type": "string"
        },
        "success": {
            "type": "boolean"
        },
        "errorCode": {
            "type": "string"
        },
        "errorDescription": {
            "type": "string"
        }
    }
}

Response 200 OK


Schemas

OnSiteAcknowledgementRequest

Name Type
correlationId string
errorCode string
errorDescription string
success boolean

Tags

Name Description
OnSiteManagement