| All Verbs | /qry/slip-delivery-issue-refund-requests-summary |
|---|
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*
open class FindSlipDeliveryIssueRefundRequestsSummary : PaginatedQueryRequest()
{
}
open class PaginatedQueryRequest : QueryRequest()
{
open var currentPage:Int? = null
open var pageSize:Int? = null
}
open class QueryRequest
{
open var qry:HashMap<String,String> = HashMap<String,String>()
}
Kotlin FindSlipDeliveryIssueRefundRequestsSummary DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
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.sbbet.ath.cx
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"currentPage":0,"pageSize":0,"qry":{"String":"String"}}
HTTP/1.1 200 OK Content-Type: text/jsonl Content-Length: length 0