{
"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/paymtVatView/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": "string",
"data": {
"pageNo": 0,
"pageSize": 0,
"pageCount": 0,
"total": 0,
"pageData": [
{
"jvCode": "string",
"supplierid": "string",
"financesuptype": "string",
"daysofpayment": 0,
"invoiceNum": "string",
"invoiceTotal": 0,
"supJv": "string",
"collecttickettime": "string",
"month": "string",
"invcDate": "string",
"sheetid": "string",
"vendornumber": "string",
"invoiceId": "string",
"vendorname": "string",
"daysofpaymentrule": "string"
}
]
},
"message": "string",
"traceId": "string",
"now": "string"
}