{
"body": {
"code": "PROC202305001" // 工序编码:需要删除的工序编码(示例:PROC202305001 表示2023年5月第1号工序)
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v4/procedures/delete' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "PROC202305001" // 工序编码:需要删除的工序编码(示例:PROC202305001 表示2023年5月第1号工序)
}
}'{
"code": 0,
"message": ""
}