| 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 .csv suffix or ?format=csv
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/csv
Content-Type: text/csv
Content-Length: length
{"currentPage":0,"pageSize":0,"qry":{"String":"String"}}
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length 0