It allows you:
to update a production plan
Actions can be done:
update
URL: https://api.socratecloud.com/webapi/rest/production/plan/update/{version}?DocumentNo={Document Number}&Production_ID={Production ID}&Line={Line LineNo}&accessToken={token}
Method: POST
Parameters:
DocumentNo: Production document number
Production_ID: Production document ID
LineNo: LineNo of the plan to update
Constraints
Cost can be updated only for Assembly
Return: JSON object with next format:
{
"data" : {LineNo}
"id": {production Plan ID}
}
Data format:
{
"Charge_ID": 1923523,
"Charge": "Charge name",
"Line": 30
"Product_ID": 1234567,
"Locator_ID": 1234567
"ProductValue": "001",
"QtyEntered": 12,
"Cost": 100,
"Description": "My description"
}