{
"condition": [
{
"field": "string",
"operation": "string",
"value": "string"
}
],
"orderBy": "string",
"pageNo": 0,
"pageSize": 0
}
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/exemptionApplicationHead/search' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": [
{
"field": "string",
"operation": "string",
"value": "string"
}
],
"orderBy": "string",
"pageNo": 0,
"pageSize": 0
}'
{
"returncode": "0",
"data": {
"pageNo": 1,
"pageSize": 50,
"pageCount": 1,
"total": 1,
"pageData": [
{
"reason": "豁免原因",
"flag": 0,
"supplierId": "1088816205",
"entid": "1",
"modifytime": "2024-04-26 15:39:09",
"modifier": "system",
"type": 2,
"creatorname": "system",
"dbsplitcode": "1",
"id": "570932053768417280",
"createtime": "2024-04-24 11:20:07",
"creator": "system",
"modifiername": "system",
"applicant": "system",
"sheetId": "EA20240424008",
"applicationDate": "2024-04-24 11:20:07"
}
]
},
"message": "",
"traceId": "",
"now": "2024-04-26 15:40:44"
}