{
"condition": [
{
"field": "deptIdnt",
"operation": "eq",
"value": "1002"
}
],
"orderBy":"dept_Idnt",
"pageNo": 1,
"pageSize": 10000
}
curl --location --request POST 'http://10.82.43.51:39194/api/snc-mdm/dimproduct/searchClassIdnt' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": [
{
"field": "deptIdnt",
"operation": "eq",
"value": "1002"
}
],
"orderBy":"dept_Idnt",
"pageNo": 1,
"pageSize": 10000
}'
{}