Betting.WebApi

<back to all web services

FindSlipDeliveryIssueRefundRequestsSummary

Requires Authentication
The following routes are available for this service:
All Verbs/qry/slip-delivery-issue-refund-requests-summary
"use strict";
export class QueryRequest {
    /** @param {{qry?:RecordDictionary<string, string>}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {RecordDictionary<string, string>} */
    qry;
}
export class PaginatedQueryRequest extends QueryRequest {
    /** @param {{currentPage?:number,pageSize?:number,qry?:RecordDictionary<string, string>}} [init] */
    constructor(init) { super(init); Object.assign(this, init) }
    /** @type {number} */
    currentPage;
    /** @type {number} */
    pageSize;
}
export class FindSlipDeliveryIssueRefundRequestsSummary extends PaginatedQueryRequest {
    /** @param {{currentPage?:number,pageSize?:number,qry?:RecordDictionary<string, string>}} [init] */
    constructor(init) { super(init); Object.assign(this, init) }
}
class Dictionary {}
/** @typedef TKey {any} */
/** @typedef  TVal {any} */
export class RecordDictionary extends Dictionary {
    constructor(init) { super(init); Object.assign(this, init) }
}

JavaScript FindSlipDeliveryIssueRefundRequestsSummary 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/slip-delivery-issue-refund-requests-summary HTTP/1.1 
Host: api.bettor.webhop.biz 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	currentPage: 0,
	pageSize: 0,
	qry: 
	{
		String: String
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

0