Has anyone seen this error or understand what it means?
“ReasonPhrase”: “REST API Exception”,
“ErrorMessage”: “The total co-parts production quantity and labor quantity do not balance.”
Trying to this PATCH REST endpoint on our test database: “https://our-server-address/E10Train/api/v1/Erp.BO.LaborSvc/LaborDtls(‘SD’,128320,1470368)”
With a simple payload like this:
{
"Company": "SD",
"EmployeeNum": "1234",
"SubmittedBy": "smason",
"LaborHedSeq": 128320,
"LaborDtlSeq": 1470368,
"SysRowID": "2F19262E-F9EF-4703-9FB7-F5FC081C8483",
"LaborType": "P",
"LaborTypePseudo": "P",
"LaborCollection": true,
"JobNum": "653781",
"AssemblySeq": 0,
"OprSeq": 10,
"ResourceGrpID": "",
"OpCode": "HVAC-R",
"OpComplete": false,
"JCDept": "306",
"ActiveTrans": false,
"ExpenseCode": "NONPROD",
"ClockInDate": "2025-03-07",
"ClockinTime": "14.27",
"ClockOutTime": "15.86667",
"ClockOutDateTime_c": "2025-03-07T15:52:06.000Z",
"ClockOutDate_c": "2025-03-07",
"LaborQty": "2.00",
"LaborHrs": "1.43",
"LaborRate": ".000000",
"BurdenHrs": "1.41667",
"BurdenRate": "50.000000",
"OutputBin": " AWIP",
"OutputWarehouse": "MAIN",
"IndirectCode": "",
"RowMod": "U",
"TimeStatus": "E",
"ApprovedDate": "2025-03-07"
}
I’m not sure what it means by Labor Qty and Copart Qty. Anyone had similar error with coparts before?