[
{
"workOrdId": "3",
"ordDtlId": "15",
"qty": 3,
"note": "amet quis Ut ex"
},
{
"workOrdId": "70",
"ordDtlId": "39",
"qty": 74,
"note": "elit"
}
]curl --location --request POST 'https://ttt.iierp.com/yPTL/api/WorkOrder/CancelWordOrder' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'appKey;' \
--header 'signature;' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"workOrdId": "3",
"ordDtlId": "15",
"qty": 3,
"note": "amet quis Ut ex"
},
{
"workOrdId": "70",
"ordDtlId": "39",
"qty": 74,
"note": "elit"
}
]'{
"StatusCode": 200,
"Info": "Success",
"Data": {},
"Total": 0
}