{
"pageNo": 0,
"pageSize": 0,
"condition": [
{
"field": "string",
"operation": "string",
"value": "string"
}
]
}
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/oiStoreAllocationDetail/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": [
{
"cloudStore": 1,
"amount": 500,
"createtime": "2024-04-18 16:42:55",
"creator": "system",
"entid": "1",
"modifytime": "2024-04-18 16:42:55",
"modifier": "system",
"num": 1,
"modifiername": "system",
"locidnt": "1082",
"sheetId": "OI20240418008",
"creatorname": "system",
"dbsplitcode": "1",
"id": "568838943173259264"
},
{
"cloudStore": 1,
"amount": 500,
"createtime": "2024-04-18 16:42:55",
"creator": "system",
"entid": "1",
"modifytime": "2024-04-18 16:42:55",
"modifier": "system",
"num": 1,
"modifiername": "system",
"locidnt": "292",
"sheetId": "OI20240418008",
"creatorname": "system",
"dbsplitcode": "1",
"id": "568838943626244096"
}
]
},
"message": "",
"traceId": "",
"now": "2024-04-18 16:53:04"
}