Snapshot
The Snapshot API is designed to provide real-time, comprehensive data snapshots of ongoing sports events. This API allows you to request detailed information about live events, enabling you to capture the current state of a fixture, including live scores, markets, and settlement data.\
The Snapshot API should be used primarily when you are not in sync with the RabbitMQ feed. It serves as a fallback mechanism to ensure you can access the latest data when needed.
How to Use the Snapshot API
You can request a snapshot from our API service using the following endpoint:
Method: POST
URL: https://stm-snapshot.lsports.eu/InPlay/{action}
Request Limitations
Full Requests Without Filters: Allowed once every 15 seconds.
Filtered Requests: Allowed once per second.
Fixture Snapshot Availability: Snapshots for fixtures that ended more than 24 hours before the request will not be available.
General API Call Limit: Limited to 1 call per second for all types of requests combined.
Time Filtering Behavior
The API supports three filtering parameters:
fromDateandtoDatefilter fixtures by their scheduled start date. If you don’t set them, you get all the fixtures.timestampfilters only the markets and settlements updated since the specified time.
These filters are independent. Here’s how they work together:
If you set
fromDate/toDatewithouttimestamp, you receive all data (live scores, markets, settlements) for fixtures within the date range.If you set
fromDate/toDateandtimestampy,you get those fixtures, but only the markets and settlements changed since the timestamp.If you set only
timestamp,you get all fixtures, but again, only updated markets and settlements are included (fixtures without any changes will still be returned, but without market data).
Best Practice
For recovery purposes, it is recommended to use only the timestamp filter, so you receive all updates since the time your system lost connection.
Prematch Snapshot
Used to provide snapshot messages for all types (fixture, livescore, markets, and settlements), This endpoint should only be used in case of data loss. It is recommended to use filters such as sport, location, league, or specific fixture to narrow down the results.
Success
No content
POST /PreMatch/GetEvents HTTP/1.1
Host: stm-snapshot.lsports.eu
Content-Type: application/json
Accept: */*
Content-Length: 161
{
"userName": "text",
"password": "text",
"packageId": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"fromDate": 1,
"toDate": 1,
"timestamp": 1,
"markets": [
1
]
}Success
No content
Success
No content
POST /PreMatch/GetFixtureMarkets HTTP/1.1
Host: stm-snapshot.lsports.eu
Content-Type: application/json
Accept: */*
Content-Length: 147
{
"userName": "text",
"password": "text",
"packageId": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"fromDate": 1,
"toDate": 1,
"timestamp": 1
}Success
No content
Success
No content
POST /PreMatch/GetFixtures HTTP/1.1
Host: stm-snapshot.lsports.eu
Content-Type: application/json
Accept: */*
Content-Length: 147
{
"userName": "text",
"password": "text",
"packageId": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"fromDate": 1,
"toDate": 1,
"timestamp": 1
}Success
No content
Success
No content
POST /PreMatch/GetScores HTTP/1.1
Host: stm-snapshot.lsports.eu
Content-Type: application/json
Accept: */*
Content-Length: 147
{
"userName": "text",
"password": "text",
"packageId": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"fromDate": 1,
"toDate": 1,
"timestamp": 1
}Success
No content
Success
No content
POST /PreMatch/GetOutrightEvents HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 165
{
"userName": "text",
"password": "text",
"packageId": 1,
"sports": [
1
],
"locations": [
1
],
"fixtures": [
1
],
"markets": [
1
],
"tournaments": [
1
],
"fromDate": 1,
"toDate": 1,
"timestamp": 1
}Success
No content
Success
No content
POST /PreMatch/GetOutrightFixture HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 151
{
"userName": "text",
"password": "text",
"packageId": 1,
"sports": [
1
],
"locations": [
1
],
"fixtures": [
1
],
"tournaments": [
1
],
"fromDate": 1,
"toDate": 1,
"timestamp": 1
}Success
No content
Success
No content
POST /PreMatch/GetOutrightLeagues HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 147
{
"userName": "text",
"password": "text",
"packageId": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"fromDate": 1,
"toDate": 1,
"timestamp": 1
}Success
No content
Success
No content
POST /PreMatch/GetOutrightLeagueMarkets HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 161
{
"userName": "text",
"password": "text",
"packageId": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"markets": [
1
],
"fromDate": 1,
"toDate": 1,
"timestamp": 1
}Success
No content
Success
No content
POST /PreMatch/GetOutrightLeagueEvents HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 10656
{
"userName": "text",
"password": "text",
"packageId": 1,
"package": {
"id": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"description": "text",
"customerId": 1,
"expirationDate": "2025-11-03T00:47:01.311Z",
"isActive": true,
"creationDate": "2025-11-03T00:47:01.311Z",
"lastUpdate": "2025-11-03T00:47:01.311Z",
"username": "text",
"password": "text",
"sendFormat": 1,
"totalCredits": 1,
"eventStartDateLimit": 1,
"sendChangesOnly": true,
"suspensionRangeMinPrice": 1,
"suspensionRangeMaxPrice": 1,
"outOfRangeSuspensionBehaviour": 0,
"oddsFormats": 1,
"sendMainLineOnly": true,
"defaultMargin": 1,
"defaultMinimumDifference": 1,
"defaultLineTypes": 0,
"locationsString": "text",
"sportsString": "text",
"type": 1,
"protocolVersion": 1,
"distributionEnabled": true,
"externalProvider": 1,
"isReusableFeed": true,
"probabilityEnabled": true,
"withSportsIQ": true,
"withVirtuRealSports": true,
"subscriptionMethod": 0,
"version": 1,
"refactorType": 0,
"platform": 0,
"defaultMaxNumberOfLines": 1,
"locations": [
1
],
"sports": [
1
]
},
"oddsRoundingRules": [
{
"id": 1,
"packageId": 1,
"rangeStart": 1,
"rounding": 1
}
],
"httpContext": {
"request": {
"httpContext": {
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"stamp": "123e4567-e89b-12d3-a456-426614174000",
"platformType": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"markets": [
1
],
"timestamp": 1,
"fromDate": 1,
"toDate": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"requestType": 1,
"tournaments": [
1
],
"isOutright": true
}Success
No content
Success
No content
POST /PreMatch/GetOutrightFixtureMarkets HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 165
{
"userName": "text",
"password": "text",
"packageId": 1,
"sports": [
1
],
"locations": [
1
],
"fixtures": [
1
],
"markets": [
1
],
"tournaments": [
1
],
"fromDate": 1,
"toDate": 1,
"timestamp": 1
}Success
No content
Success
No content
POST /PreMatch/GetOutrightScores HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 151
{
"userName": "text",
"password": "text",
"packageId": 1,
"sports": [
1
],
"locations": [
1
],
"fixtures": [
1
],
"tournaments": [
1
],
"fromDate": 1,
"toDate": 1,
"timestamp": 1
}Success
No content
Inplay Snapshot
Used to provide snapshot messages for all types (fixture, livescore, markets, and settlements), This endpoint should only be used in case of data loss. It is recommended to use filters such as sport, location, league, or specific fixture to narrow down the results.
Success
No content
POST /InPlay/GetEvents HTTP/1.1
Host: stm-snapshot.lsports.eu
Content-Type: application/json
Accept: */*
Content-Length: 161
{
"userName": "text",
"password": "text",
"packageId": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"fromDate": 1,
"toDate": 1,
"timestamp": 1,
"markets": [
1
]
}Success
No content
Success
No content
POST /InPlay/GetFixtureMarkets HTTP/1.1
Host: stm-snapshot.lsports.eu
Content-Type: application/json
Accept: */*
Content-Length: 147
{
"userName": "text",
"password": "text",
"packageId": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"fromDate": 1,
"toDate": 1,
"timestamp": 1
}Success
No content
Success
No content
POST /InPlay/GetFixtures HTTP/1.1
Host: stm-snapshot.lsports.eu
Content-Type: application/json
Accept: */*
Content-Length: 147
{
"userName": "text",
"password": "text",
"packageId": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"fromDate": 1,
"toDate": 1,
"timestamp": 1
}Success
No content
Success
No content
POST /InPlay/GetScores HTTP/1.1
Host: stm-snapshot.lsports.eu
Content-Type: application/json
Accept: */*
Content-Length: 147
{
"userName": "text",
"password": "text",
"packageId": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"fromDate": 1,
"toDate": 1,
"timestamp": 1
}Success
No content
Outright Inplay Snapshot
Success
No content
POST /InPlay/GetOutrightEvents HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 10656
{
"userName": "text",
"password": "text",
"packageId": 1,
"package": {
"id": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"description": "text",
"customerId": 1,
"expirationDate": "2025-11-03T00:47:01.311Z",
"isActive": true,
"creationDate": "2025-11-03T00:47:01.311Z",
"lastUpdate": "2025-11-03T00:47:01.311Z",
"username": "text",
"password": "text",
"sendFormat": 1,
"totalCredits": 1,
"eventStartDateLimit": 1,
"sendChangesOnly": true,
"suspensionRangeMinPrice": 1,
"suspensionRangeMaxPrice": 1,
"outOfRangeSuspensionBehaviour": 0,
"oddsFormats": 1,
"sendMainLineOnly": true,
"defaultMargin": 1,
"defaultMinimumDifference": 1,
"defaultLineTypes": 0,
"locationsString": "text",
"sportsString": "text",
"type": 1,
"protocolVersion": 1,
"distributionEnabled": true,
"externalProvider": 1,
"isReusableFeed": true,
"probabilityEnabled": true,
"withSportsIQ": true,
"withVirtuRealSports": true,
"subscriptionMethod": 0,
"version": 1,
"refactorType": 0,
"platform": 0,
"defaultMaxNumberOfLines": 1,
"locations": [
1
],
"sports": [
1
]
},
"oddsRoundingRules": [
{
"id": 1,
"packageId": 1,
"rangeStart": 1,
"rounding": 1
}
],
"httpContext": {
"request": {
"httpContext": {
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"stamp": "123e4567-e89b-12d3-a456-426614174000",
"platformType": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"markets": [
1
],
"timestamp": 1,
"fromDate": 1,
"toDate": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"requestType": 1,
"tournaments": [
1
],
"isOutright": true
}Success
No content
Success
No content
POST /InPlay/GetOutrightFixture HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 10656
{
"userName": "text",
"password": "text",
"packageId": 1,
"package": {
"id": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"description": "text",
"customerId": 1,
"expirationDate": "2025-11-03T00:47:01.311Z",
"isActive": true,
"creationDate": "2025-11-03T00:47:01.311Z",
"lastUpdate": "2025-11-03T00:47:01.311Z",
"username": "text",
"password": "text",
"sendFormat": 1,
"totalCredits": 1,
"eventStartDateLimit": 1,
"sendChangesOnly": true,
"suspensionRangeMinPrice": 1,
"suspensionRangeMaxPrice": 1,
"outOfRangeSuspensionBehaviour": 0,
"oddsFormats": 1,
"sendMainLineOnly": true,
"defaultMargin": 1,
"defaultMinimumDifference": 1,
"defaultLineTypes": 0,
"locationsString": "text",
"sportsString": "text",
"type": 1,
"protocolVersion": 1,
"distributionEnabled": true,
"externalProvider": 1,
"isReusableFeed": true,
"probabilityEnabled": true,
"withSportsIQ": true,
"withVirtuRealSports": true,
"subscriptionMethod": 0,
"version": 1,
"refactorType": 0,
"platform": 0,
"defaultMaxNumberOfLines": 1,
"locations": [
1
],
"sports": [
1
]
},
"oddsRoundingRules": [
{
"id": 1,
"packageId": 1,
"rangeStart": 1,
"rounding": 1
}
],
"httpContext": {
"request": {
"httpContext": {
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"stamp": "123e4567-e89b-12d3-a456-426614174000",
"platformType": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"markets": [
1
],
"timestamp": 1,
"fromDate": 1,
"toDate": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"requestType": 1,
"tournaments": [
1
],
"isOutright": true
}Success
No content
Success
No content
POST /InPlay/GetOutrightLeagues HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 10656
{
"userName": "text",
"password": "text",
"packageId": 1,
"package": {
"id": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"description": "text",
"customerId": 1,
"expirationDate": "2025-11-03T00:47:01.311Z",
"isActive": true,
"creationDate": "2025-11-03T00:47:01.311Z",
"lastUpdate": "2025-11-03T00:47:01.311Z",
"username": "text",
"password": "text",
"sendFormat": 1,
"totalCredits": 1,
"eventStartDateLimit": 1,
"sendChangesOnly": true,
"suspensionRangeMinPrice": 1,
"suspensionRangeMaxPrice": 1,
"outOfRangeSuspensionBehaviour": 0,
"oddsFormats": 1,
"sendMainLineOnly": true,
"defaultMargin": 1,
"defaultMinimumDifference": 1,
"defaultLineTypes": 0,
"locationsString": "text",
"sportsString": "text",
"type": 1,
"protocolVersion": 1,
"distributionEnabled": true,
"externalProvider": 1,
"isReusableFeed": true,
"probabilityEnabled": true,
"withSportsIQ": true,
"withVirtuRealSports": true,
"subscriptionMethod": 0,
"version": 1,
"refactorType": 0,
"platform": 0,
"defaultMaxNumberOfLines": 1,
"locations": [
1
],
"sports": [
1
]
},
"oddsRoundingRules": [
{
"id": 1,
"packageId": 1,
"rangeStart": 1,
"rounding": 1
}
],
"httpContext": {
"request": {
"httpContext": {
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"stamp": "123e4567-e89b-12d3-a456-426614174000",
"platformType": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"markets": [
1
],
"timestamp": 1,
"fromDate": 1,
"toDate": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"requestType": 1,
"tournaments": [
1
],
"isOutright": true
}Success
No content
Success
No content
POST /InPlay/GetOutrightLeagueMarkets HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 10656
{
"userName": "text",
"password": "text",
"packageId": 1,
"package": {
"id": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"description": "text",
"customerId": 1,
"expirationDate": "2025-11-03T00:47:01.311Z",
"isActive": true,
"creationDate": "2025-11-03T00:47:01.311Z",
"lastUpdate": "2025-11-03T00:47:01.311Z",
"username": "text",
"password": "text",
"sendFormat": 1,
"totalCredits": 1,
"eventStartDateLimit": 1,
"sendChangesOnly": true,
"suspensionRangeMinPrice": 1,
"suspensionRangeMaxPrice": 1,
"outOfRangeSuspensionBehaviour": 0,
"oddsFormats": 1,
"sendMainLineOnly": true,
"defaultMargin": 1,
"defaultMinimumDifference": 1,
"defaultLineTypes": 0,
"locationsString": "text",
"sportsString": "text",
"type": 1,
"protocolVersion": 1,
"distributionEnabled": true,
"externalProvider": 1,
"isReusableFeed": true,
"probabilityEnabled": true,
"withSportsIQ": true,
"withVirtuRealSports": true,
"subscriptionMethod": 0,
"version": 1,
"refactorType": 0,
"platform": 0,
"defaultMaxNumberOfLines": 1,
"locations": [
1
],
"sports": [
1
]
},
"oddsRoundingRules": [
{
"id": 1,
"packageId": 1,
"rangeStart": 1,
"rounding": 1
}
],
"httpContext": {
"request": {
"httpContext": {
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"stamp": "123e4567-e89b-12d3-a456-426614174000",
"platformType": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"markets": [
1
],
"timestamp": 1,
"fromDate": 1,
"toDate": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"requestType": 1,
"tournaments": [
1
],
"isOutright": true
}Success
No content
Success
No content
POST /InPlay/GetOutrightLeagueEvents HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 10656
{
"userName": "text",
"password": "text",
"packageId": 1,
"package": {
"id": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"description": "text",
"customerId": 1,
"expirationDate": "2025-11-03T00:47:01.311Z",
"isActive": true,
"creationDate": "2025-11-03T00:47:01.311Z",
"lastUpdate": "2025-11-03T00:47:01.311Z",
"username": "text",
"password": "text",
"sendFormat": 1,
"totalCredits": 1,
"eventStartDateLimit": 1,
"sendChangesOnly": true,
"suspensionRangeMinPrice": 1,
"suspensionRangeMaxPrice": 1,
"outOfRangeSuspensionBehaviour": 0,
"oddsFormats": 1,
"sendMainLineOnly": true,
"defaultMargin": 1,
"defaultMinimumDifference": 1,
"defaultLineTypes": 0,
"locationsString": "text",
"sportsString": "text",
"type": 1,
"protocolVersion": 1,
"distributionEnabled": true,
"externalProvider": 1,
"isReusableFeed": true,
"probabilityEnabled": true,
"withSportsIQ": true,
"withVirtuRealSports": true,
"subscriptionMethod": 0,
"version": 1,
"refactorType": 0,
"platform": 0,
"defaultMaxNumberOfLines": 1,
"locations": [
1
],
"sports": [
1
]
},
"oddsRoundingRules": [
{
"id": 1,
"packageId": 1,
"rangeStart": 1,
"rounding": 1
}
],
"httpContext": {
"request": {
"httpContext": {
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"stamp": "123e4567-e89b-12d3-a456-426614174000",
"platformType": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"markets": [
1
],
"timestamp": 1,
"fromDate": 1,
"toDate": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"requestType": 1,
"tournaments": [
1
],
"isOutright": true
}Success
No content
Success
No content
POST /InPlay/GetOutrightFixtureMarkets HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 10656
{
"userName": "text",
"password": "text",
"packageId": 1,
"package": {
"id": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"description": "text",
"customerId": 1,
"expirationDate": "2025-11-03T00:47:01.311Z",
"isActive": true,
"creationDate": "2025-11-03T00:47:01.311Z",
"lastUpdate": "2025-11-03T00:47:01.311Z",
"username": "text",
"password": "text",
"sendFormat": 1,
"totalCredits": 1,
"eventStartDateLimit": 1,
"sendChangesOnly": true,
"suspensionRangeMinPrice": 1,
"suspensionRangeMaxPrice": 1,
"outOfRangeSuspensionBehaviour": 0,
"oddsFormats": 1,
"sendMainLineOnly": true,
"defaultMargin": 1,
"defaultMinimumDifference": 1,
"defaultLineTypes": 0,
"locationsString": "text",
"sportsString": "text",
"type": 1,
"protocolVersion": 1,
"distributionEnabled": true,
"externalProvider": 1,
"isReusableFeed": true,
"probabilityEnabled": true,
"withSportsIQ": true,
"withVirtuRealSports": true,
"subscriptionMethod": 0,
"version": 1,
"refactorType": 0,
"platform": 0,
"defaultMaxNumberOfLines": 1,
"locations": [
1
],
"sports": [
1
]
},
"oddsRoundingRules": [
{
"id": 1,
"packageId": 1,
"rangeStart": 1,
"rounding": 1
}
],
"httpContext": {
"request": {
"httpContext": {
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"stamp": "123e4567-e89b-12d3-a456-426614174000",
"platformType": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"markets": [
1
],
"timestamp": 1,
"fromDate": 1,
"toDate": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"requestType": 1,
"tournaments": [
1
],
"isOutright": true
}Success
No content
Success
No content
POST /InPlay/GetOutrightScores HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 10656
{
"userName": "text",
"password": "text",
"packageId": 1,
"package": {
"id": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"description": "text",
"customerId": 1,
"expirationDate": "2025-11-03T00:47:01.311Z",
"isActive": true,
"creationDate": "2025-11-03T00:47:01.311Z",
"lastUpdate": "2025-11-03T00:47:01.311Z",
"username": "text",
"password": "text",
"sendFormat": 1,
"totalCredits": 1,
"eventStartDateLimit": 1,
"sendChangesOnly": true,
"suspensionRangeMinPrice": 1,
"suspensionRangeMaxPrice": 1,
"outOfRangeSuspensionBehaviour": 0,
"oddsFormats": 1,
"sendMainLineOnly": true,
"defaultMargin": 1,
"defaultMinimumDifference": 1,
"defaultLineTypes": 0,
"locationsString": "text",
"sportsString": "text",
"type": 1,
"protocolVersion": 1,
"distributionEnabled": true,
"externalProvider": 1,
"isReusableFeed": true,
"probabilityEnabled": true,
"withSportsIQ": true,
"withVirtuRealSports": true,
"subscriptionMethod": 0,
"version": 1,
"refactorType": 0,
"platform": 0,
"defaultMaxNumberOfLines": 1,
"locations": [
1
],
"sports": [
1
]
},
"oddsRoundingRules": [
{
"id": 1,
"packageId": 1,
"rangeStart": 1,
"rounding": 1
}
],
"httpContext": {
"request": {
"httpContext": {
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": {
"httpContext": {
"features": "[Circular Reference]",
"request": {
"httpContext": {
"features": "[Circular Reference]",
"request": "[Circular Reference]",
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"method": "text",
"scheme": "text",
"isHttps": true,
"host": {
"value": "text"
},
"pathBase": {
"value": "text"
},
"path": {
"value": "text"
},
"queryString": {
"value": "text"
},
"query": [
{
"key": "text",
"value": [
"text"
]
}
],
"protocol": "text",
"cookies": [
{
"key": "text",
"value": "text"
}
],
"contentLength": 1,
"contentType": "text",
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyReader": {},
"form": [
{
"key": "text",
"value": [
"text"
]
}
],
"routeValues": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"response": "[Circular Reference]",
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": "[Circular Reference]",
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"statusCode": 1,
"body": {
"position": 1,
"readTimeout": 1,
"writeTimeout": 1
},
"bodyWriter": {},
"contentLength": 1,
"contentType": "text",
"cookies": {}
},
"connection": {
"id": "text",
"remoteIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"remotePort": 1,
"localIpAddress": {
"addressFamily": 0,
"scopeId": 1
},
"localPort": 1,
"clientCertificate": {
"handle": {},
"archived": true,
"friendlyName": "text",
"privateKey": {
"keySize": 1
},
"issuerName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"publicKey": {
"encodedKeyValue": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"encodedParameters": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
},
"key": {
"keySize": 1
},
"oid": {
"value": "text",
"friendlyName": "text"
}
},
"signatureAlgorithm": {
"value": "text",
"friendlyName": "text"
},
"subjectName": {
"oid": {
"value": "text",
"friendlyName": "text"
},
"rawData": "Ynl0ZXM="
}
}
},
"webSockets": {},
"user": {
"identity": {}
},
"items": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"requestServices": {},
"requestAborted": {
"waitHandle": {
"handle": {},
"safeWaitHandle": {}
}
},
"traceIdentifier": "text",
"session": {}
},
"stamp": "123e4567-e89b-12d3-a456-426614174000",
"platformType": 1,
"sports": [
1
],
"locations": [
1
],
"leagues": [
1
],
"fixtures": [
1
],
"markets": [
1
],
"timestamp": 1,
"fromDate": 1,
"toDate": 1,
"guid": "123e4567-e89b-12d3-a456-426614174000",
"requestType": 1,
"tournaments": [
1
],
"isOutright": true
}Success
No content
Last updated
Was this helpful?