{
"pageNo": 0,
"pageSize": 0,
"condition": [
{
"field": "string",
"operation": "string",
"value": "string"
}
]
}
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/caConfirmationLetter/search' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"condition": [
{
"field": "string",
"operation": "string",
"value": "string"
}
]
}'
{
"returncode": "0",
"data": {
"pageNo": 1,
"pageSize": 10000,
"pageCount": 1,
"total": 1,
"pageData": [
{
"note": "测试备注",
"flag": 0,
"supplierId": "1047254159",
"entid": "1",
"modifytime": "2024-04-18 14:05:31",
"modifier": "system",
"totAmount": 1000,
"endData": "2024-04-17 00:00:00",
"proSchedule": "测试促销档期",
"type": 1,
"appAmount": 1000,
"creatorname": "system",
"dbsplitcode": "1",
"id": "568797167242719232",
"conAmount": 1000,
"brand": "测试品牌",
"supplierName": "武汉诚德利标商贸有限公司",
"createtime": "2024-04-18 13:56:55",
"creator": "system",
"remAmount": 1000,
"modifiername": "system",
"dept": "测试部门",
"taxRate": 13,
"usaAmount": 1000,
"sheetId": "CA20240418005",
"category": "测试品类",
"startDate": "2024-04-17 00:00:00"
}
]
},
"message": "",
"traceId": "",
"now": "2024-04-18 14:16:31"
}