Sportradar.MTS.SDK.API Namespace
Sportradar.MTS.SDK.Common.Exceptions Namespace
Sportradar.MTS.SDK.Entities.Builders Namespace
Sportradar.MTS.SDK.Entities.EventArguments Namespace
Sportradar.MTS.SDK.Entities.Interfaces Namespace
Sportradar.MTS.SDK.Entities.Internal.REST Namespace
Sportradar MTS SDK .NET Standard 2.1, v2.3.3

ISelectionBuilder..::..SetIdUof Method (Int32, String, Int32, String, String, IReadOnlyDictionary<(Of <(<'String, Object>)>)>)

Sets the selection id for UOF

Namespace:  Sportradar.MTS.SDK.Entities.Builders
Assembly:  Sportradar.MTS.SDK (in Sportradar.MTS.SDK.dll)

Syntax


ISelectionBuilder SetIdUof(
	int product,
	string sportId,
	int marketId,
	string selectionId,
	string specifiers,
	IReadOnlyDictionary<string, Object> sportEventStatus
)

Parameters

product
Type: Int32
The product to be used
sportId
Type: String
The UF sport id
marketId
Type: Int32
The UF market id
selectionId
Type: String
The selection id
specifiers
Type: String
The array of specifiers represented as string separated with '|'
sportEventStatus
Type: IReadOnlyDictionary<(Of <(<'String, Object>)>)>
The UF sport event status properties

Field Value

Should be composed according to MTS specification

Return Value

Returns a ISelectionBuilder

Remarks


Method requires accessToken in configuration and access to https://api.betradar.com

Examples


SetIdUof(Product.LiveOdds, "sr:sport:1", 101, "10", "total=3.0|playerid=sr:player:10201");