{
"customerCode": "631243",
"materialCode": "MV0802016",
"planFinishDate": "2023-2-22",
"planQuantity": 100,
"taskNo": "WORK005142"
}
curl --location --request POST 'http://192.168.6.6:8099/sap/acceptManufactureOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerCode": "631243",
"materialCode": "MV0802016",
"planFinishDate": "2023-2-22",
"planQuantity": 100,
"taskNo": "WORK005142"
}'
{
"code": 200,
"message": "OK"
}