Betting.WebApi

<back to all web services

SubmitSlip

Requires Authentication
The following routes are available for this service:
POST/cmd/slips
SubmitSlip Parameters:
NameParameterData TypeRequiredDescription
IdbodystringNo
BettorbodyRefNo
OriginbodyOriginNo
BetRequestsbodyList<BetRequest>No
HeaderDatabodyDictionary<string, string>No
Ref Parameters:
NameParameterData TypeRequiredDescription
IdformstringYes
ValformstringYes
Origin Parameters:
NameParameterData TypeRequiredDescription
ApplicationformBettingAppNo
IPformstringNo
OrganizationformRefExNo
RegionformRefNo
LocationGroupformRefNo
LocationformRefExNo
DeviceformRefExNo
ClerkformRefNo
BettingApp Parameters:
NameParameterData TypeRequiredDescription
NameformstringNo
VersionformstringNo
RefEx Parameters:
NameParameterData TypeRequiredDescription
DataformRecordDictionary<string, string>Yes
BetRequest Parameters:
NameParameterData TypeRequiredDescription
BetIdformstringNo
ProductInstanceformProductInstanceRefNo
PayloadformDictionary<string, string>No
PayinRecapformPayinRecapNo
PossiblePayoutRecapformPayoutRecapNo
ProductInstanceRef Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
NameformstringNo
TitleformstringNo
ProductformProductReferenceNo
ProductReference Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
ValueformstringNo
CategoryformstringNo
ProductProviderformRefNo
PayinRecap Parameters:
NameParameterData TypeRequiredDescription
CurrencyformstringNo
PayinformdecimalNo
PayinTaxationPolicyRefformRefNo
TaxAmountformdecimalNo
StakeformdecimalNo
PayoutRecap Parameters:
NameParameterData TypeRequiredDescription
CurrencyformstringNo
WinningsformdecimalNo
WinningsTaxationPolicyRefformRefNo
TaxAmountformdecimalNo
PayoutformdecimalNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /cmd/slips HTTP/1.1 
Host: api.sbbet.ath.cx 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	id: String,
	bettor: 
	{
		id: String,
		val: String
	},
	origin: 
	{
		application: 
		{
			name: String,
			version: String
		},
		ip: String,
		organization: 
		{
			data: 
			{
				String: String
			},
			id: String,
			val: String
		},
		region: 
		{
			id: String,
			val: String
		},
		locationGroup: 
		{
			id: String,
			val: String
		},
		location: 
		{
			data: 
			{
				String: String
			},
			id: String,
			val: String
		},
		device: 
		{
			data: 
			{
				String: String
			},
			id: String,
			val: String
		},
		clerk: 
		{
			id: String,
			val: String
		}
	},
	betRequests: 
	[
		{
			betId: String,
			productInstance: 
			{
				id: String,
				name: String,
				title: String,
				product: 
				{
					id: String,
					value: String,
					category: String,
					productProvider: 
					{
						id: String,
						val: String
					}
				}
			},
			payload: 
			{
				String: String
			},
			payinRecap: 
			{
				currency: String,
				payin: 0,
				payinTaxationPolicyRef: 
				{
					id: String,
					val: String
				},
				taxAmount: 0,
				stake: 0
			},
			possiblePayoutRecap: 
			{
				currency: String,
				winnings: 0,
				winningsTaxationPolicyRef: 
				{
					id: String,
					val: String
				},
				taxAmount: 0,
				payout: 0
			}
		}
	],
	headerData: 
	{
		String: String
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	errorCode: String,
	message: String,
	stackTrace: String,
	errors: 
	[
		{
			errorCode: String,
			fieldName: String,
			message: String,
			meta: 
			{
				String: String
			}
		}
	],
	meta: 
	{
		String: String
	}
}