{
"condition": [
"string"
],
"orderBy": "string",
"pageNo": 0,
"pageSize": 0
}
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/paymtVatView/download' \
--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"
],
"orderBy": "string",
"pageNo": 0,
"pageSize": 0
}'
{
"returncode": "string",
"data": {
"returncode": "string",
"data": "string",
"message": "string",
"traceId": "string",
"now": "string"
},
"message": "string",
"traceId": "string",
"now": "string"
}