{
"comment": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"inspType": "string",
"isCarveOrder": "string",
"isReleased": "string",
"mfgLine": "string",
"mfgLineNames": "string",
"mfgPlanName": "string",
"mfgPlanType": "string",
"moQty": "string",
"parentOrderName": "string",
"planCount": 0,
"planDate": "2019-08-24T14:15:22Z",
"planSequence": "string",
"pollingWorkSection": "string",
"product": "string",
"productId": "string",
"sapPlanId": "string",
"shift": "string",
"smtOrderName": "string",
"startType": "string",
"thruputQty": 0
}
curl --location --request POST 'http://10.219.87.224:8080/veivo-boot/master/emsSapPlan/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"inspType": "string",
"isCarveOrder": "string",
"isReleased": "string",
"mfgLine": "string",
"mfgLineNames": "string",
"mfgPlanName": "string",
"mfgPlanType": "string",
"moQty": "string",
"parentOrderName": "string",
"planCount": 0,
"planDate": "2019-08-24T14:15:22Z",
"planSequence": "string",
"pollingWorkSection": "string",
"product": "string",
"productId": "string",
"sapPlanId": "string",
"shift": "string",
"smtOrderName": "string",
"startType": "string",
"thruputQty": 0
}'
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}