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