{
"orderdate": "string",
"schedulecode": "string",
"schedulename": "string",
"gdid": "string",
"gdskuid": "string"
}
curl --location --request POST '/icvs-bmm-fresh/purAskBoard/getUnFilled' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderdate": "string",
"schedulecode": "string",
"schedulename": "string",
"gdid": "string",
"gdskuid": "string"
}'
{
"returncode": "",
"data": [
{
"orderdate": "",
"gdid": "",
"schedulecode": "",
"schedulename": "",
"shopid": "",
"shopname": "",
"stockqty": 0.0,
"preday1": 0.0,
"vldqty": 0.0
}
],
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}