{
"pageSize": 0,
"offset": 0,
"pageNumber": 0,
"draw": 0,
"columns": [
{
"name": "string",
"searchText": "string",
"searchType": "string",
"orderType": "string"
}
],
"sort": [
{
"direction": "ASC",
"property": "string",
"ignoreCase": true,
"nullHandling": "NATIVE"
}
],
"conditions": [
{
"field": "string",
"opt": "string",
"values": [
{}
]
}
]
}
curl --location --request POST 'http://test-cn.your-api-server.com/epayment005/notificationOrder/table' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 0,
"offset": 0,
"pageNumber": 0,
"draw": 0,
"columns": [
{
"name": "string",
"searchText": "string",
"searchType": "string",
"orderType": "string"
}
],
"sort": [
{
"direction": "ASC",
"property": "string",
"ignoreCase": true,
"nullHandling": "NATIVE"
}
],
"conditions": [
{
"field": "string",
"opt": "string",
"values": [
{}
]
}
]
}'
{
"data": {},
"total": 0,
"filtered": 0,
"pageNumber": 0,
"draw": 0,
"recordsFiltered": 0,
"recordsTotal": 0
}