{
"pageNo": 0,
"pageSize": 0,
"condition": [
{
"field": "string",
"operation": "string",
"value": "string"
}
]
}
curl --location --request POST '/snc-settle/supPenaltyDetail/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": "string",
"data": {
"pageNo": 0,
"pageSize": 0,
"pageCount": 0,
"total": 0,
"pageData": [
{
"entid": "string",
"modifytime": "string",
"modifier": "string",
"pallet": 0,
"rtvno": "string",
"remark": "string",
"deductionEndDate": "string",
"wh": "string",
"deductionAmount": 0,
"whJvCode": "string",
"supplier": "string",
"creatorname": "string",
"dbsplitcode": "string",
"id": "string",
"createtime": "string",
"creator": "string",
"quantity": 0,
"submitUserCode": "string",
"modifiername": "string",
"deductionPeriod": "string",
"month": "string",
"deductionStartDate": "string",
"pushDate": "string",
"rvStartDate": "string"
}
]
},
"message": "string",
"traceId": "string",
"now": "string"
}