{
"poNumReqDTOList": [
{
"purchaseOrderNum": "string",
"lineNum": "string"
}
]
}
curl --location --request POST '/app/exp/bds/qryIsWorkOrderByPoNum' \
--header 'Content-Type: application/json' \
--data-raw '{
"poNumReqDTOList": [
{
"purchaseOrderNum": "string",
"lineNum": "string"
}
]
}'
{
"msgCode": "",
"message": "",
"sysMessage": "",
"responseData": {
"workCodeList": [
{
"pkId": "",
"purchaseOrderNum": "",
"lineNum": "",
"workcode": "",
"workflag": false
}
],
"otherList": [
{
"pkId": "",
"purchaseOrderNum": "",
"lineNum": "",
"workcode": "",
"workflag": false
}
]
},
"ext": {},
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}