{
"condition": [
{
"field": "sheetid",
"operation": "eq",
"value": "RM20230830000008"
}
]
}
curl --location --request POST 'http://127.0.0.1:8658/snc-order/rcptMatchHeadView/search' \
--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": "sheetid",
"operation": "eq",
"value": "RM20230830000008"
}
]
}'
{}