{
"condition": [
"string"
],
"subCondition": {},
"orderBy": "string",
"pageNo": 0,
"pageSize": 0
}
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/exemptionApplicationHead/pendingApprovalListBySup' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": [
"string"
],
"subCondition": {},
"orderBy": "string",
"pageNo": 0,
"pageSize": 0
}'
{
"returncode": "0",
"data": {
"pageNo": 1,
"pageSize": 30,
"pageCount": 1,
"total": 7,
"pageData": [
{
"supplierId": "1097147109",
"qyt": 1,
"id": "577823794383564800",
"appExemptAmt": 270
},
{
"supplierId": "1047254159",
"qyt": 3,
"id": "577823794383564801",
"appExemptAmt": 200
},
{
"supplierId": "1043915102",
"qyt": 3,
"id": "577823794383564802",
"appExemptAmt": 135697.11
},
{
"supplierId": "1097033101",
"qyt": 1,
"id": "577823794383564803",
"appExemptAmt": 50
},
{
"supplierId": "1",
"qyt": 1,
"id": "577823794383564804"
},
{
"supplierId": "1119095101",
"qyt": 1,
"id": "577823794383564805",
"appExemptAmt": 80
},
{
"supplierId": "1088816205",
"qyt": 4,
"id": "577823794383564806",
"appExemptAmt": 213
}
]
},
"message": "",
"traceId": "",
"now": "2024-05-13 11:45:28"
}