Betting.WebApi

<back to all web services

FindSlips

The following routes are available for this service:
All Verbs/qry/slips
namespace Betting.WebApi.ServiceModel

open System
open System.IO
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations

    type SlipFormat =
        | Default = 0
        | WalletDTO = 1

    [<AllowNullLiteral>]
    type FindSlips() = 
        member val Id:String = null with get,set
        member val SlipFormat:SlipFormat = new SlipFormat() with get,set

    [<AllowNullLiteral>]
    type ResponseMetrics() = 
        member val Id:Int64 = new Int64() with get,set
        member val Rqc:Int32 = new Int32() with get,set
        member val Oc:Int32 = new Int32() with get,set
        member val Sc:Int32 = new Int32() with get,set
        member val Tc:Int32 = new Int32() with get,set
        member val Adr:Int32 = new Int32() with get,set

    [<AllowNullLiteral>]
    type PaginatedResult<T>() = 
        member val Data:ResizeArray<ResponseMetrics> = null with get,set
        member val CurrentPage:Int64 = new Int64() with get,set
        member val PageSize:Int64 = new Int64() with get,set
        member val TotalItems:Int64 = new Int64() with get,set
        member val TotalPages:Int64 = new Int64() with get,set

F# FindSlips DTOs

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 /qry/slips HTTP/1.1 
Host: api.sbbet.ath.cx 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	id: String,
	slipFormat: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	data: 
	[
		{
			id: String,
			submittedAt: 0001-01-01,
			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
				}
			},
			bettor: 
			{
				id: String,
				val: String
			},
			status: 0,
			submissionStatus: 0,
			headerData: 
			{
				String: String
			},
			bets: 
			[
				{
					betId: String,
					productInstance: 
					{
						id: String,
						name: String,
						title: String,
						product: 
						{
							id: String,
							value: String,
							category: String,
							productProvider: 
							{
								id: String,
								val: String
							}
						}
					},
					status: 0,
					placementStatus: 0,
					processingStatus: 0,
					validity: 0,
					payoutStatus: 0,
					payload: 
					{
						String: String
					},
					outcome: 0,
					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
					},
					actualPayoutRecap: 
					{
						currency: String,
						winnings: 0,
						winningsTaxationPolicyRef: 
						{
							id: String,
							val: String
						},
						taxAmount: 0,
						payout: 0
					},
					payoutInfo: 
					{
						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
							}
						},
						performedAt: 0001-01-01
					},
					cancellationInfo: 
					{
						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
							}
						},
						performedAt: 0001-01-01
					},
					reversionInfo: 
					{
						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
							}
						},
						performedAt: 0001-01-01
					},
					expirationInfo: 
					{
						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
							}
						},
						performedAt: 0001-01-01
					}
				}
			],
			totalPayin: 0,
			betCount: 0,
			winningsRecap: 
			{
				winningsAmount: 0,
				winningsTaxAmount: 0,
				pendingPayoutAmount: 0,
				paidOutAmount: 0,
				expiredAmount: 0,
				isLost: True
			},
			walletFlow: 0
		}
	],
	currentPage: 0,
	pageSize: 0,
	totalItems: 0,
	totalPages: 0
}