Click or drag to resize

ILiveFeedsBookEvents Method

Book the specified events. Booked events cannot be cancelled through this interface.

Namespace: Sportradar.SDK.FeedProviders.Common
Assembly: FeedProviderCommon (in FeedProviderCommon.dll) Version: 2.28.0.0
Syntax
C#
long? BookEvents(
	IEnumerable<long> event_ids
)

Parameters

event_ids  IEnumerableInt64
event ids

Return Value

NullableInt64
Request id. LiveOdds : You can use this to match response if "Include response reply number in meta" is enabled
Remarks

You should prefer using the Live Calendar on the Betradar website (http://www.betradar.com) which offers automatic booking for certain types of events.

Note that booking events will have a cost depending on the type of agreement you have with Sportradar.

LiveScout: Expect [!:Sportradar.SDK.FeedProviders.LiveScout.ILiveScout.OnMatchBookingReply] message in reply.

See Also