{
"pageNo": 0,
"pageSize": 0,
"condition": [
{
"field": "string",
"operation": "string",
"value": "string"
}
]
}
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/oiConfirmationLetterDetail/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": 2,
"pageData": [
{
"note": "备注",
"tiFormNo": "20",
"supplierId": "1113626101",
"oiProjectName": "供应商费用-其他定额费用",
"entid": "1",
"modifytime": "2024-04-18 16:36:31",
"modifier": "system",
"num": 1,
"endData": "2024-04-18 00:00:00",
"preYearRec": 1,
"amount2": 0,
"creatorname": "system",
"dbsplitcode": "1",
"id": "568837332040429568",
"amount": 1000,
"createtime": "2024-04-18 16:36:31",
"creator": "system",
"activityContent": "活动内容",
"oiProjectCode": "592790",
"tiFormAmount": "1000",
"modifiername": "system",
"advertId": "0001",
"sheetId": "OI20240418007",
"startDate": "2024-04-17 00:00:00"
},
{
"note": "备注",
"tiFormNo": "20",
"supplierId": "1113626101",
"oiProjectName": "供应商费用-其他定额费用",
"entid": "1",
"modifytime": "2024-04-18 16:42:55",
"modifier": "system",
"num": 1,
"endData": "2024-04-18 00:00:00",
"preYearRec": 1,
"amount2": 0,
"creatorname": "system",
"dbsplitcode": "1",
"id": "568838942355369984",
"amount": 1000,
"createtime": "2024-04-18 16:42:55",
"creator": "system",
"activityContent": "活动内容",
"oiProjectCode": "592790",
"tiFormAmount": "1000",
"modifiername": "system",
"advertId": "0001",
"sheetId": "OI20240418008",
"startDate": "2024-04-17 00:00:00"
}
]
},
"message": "",
"traceId": "",
"now": "2024-04-18 16:49:12"
}