Process Order Import Document
A JSON process order import document (POID) contains all the details of a process order, including route and revision or segment definition. The POID constitutes the body of the HTTP POST request of the ERP Import service, which posts the process order to Plant Applications.
POID
{
"schemaVersion": 1,
"plannedQuantity": 10,
"plannedLineName": "Line1",
"producedMaterialName": "weebles1",
"processOrderName": "PO_AUTO_Json_1172",
"bomFormulation": "Bomformulation1",
"plannedStartDate": "2017-04-08T09:22:17.825Z",
"plannedEndDate": "2019-04-08T09:22:17.825Z"
}