{
"pageNo": 0,
"pageSize": 0,
"condition": [
{
"field": "string",
"operation": "string",
"value": "string"
}
]
}
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/oiConfirmationLetterHead/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": [
{
"flag": 0,
"supplierId": "1113626101",
"entid": "1",
"modifytime": "2024-04-18 16:42:55",
"modifier": "system",
"creatorname": "system",
"dbsplitcode": "1",
"id": "568838943873708032",
"brand": "01",
"orderingRole": 1,
"supplierName": "深圳市爬山虎供应链科技有限公司",
"createtime": "2024-04-18 16:42:55",
"creator": "system",
"modifiername": "system",
"dept": "01",
"invoiceHead": "爬山虎供应链科技有限公司抬头",
"month": 202204,
"sheetId": "OI20240418008",
"approvalProcess": "1",
"category": "01"
}
]
},
"message": "",
"traceId": "",
"now": "2024-04-18 16:45:58"
}