I have a process that migrates PO automatically from one system to Epicor using the APIs, however after the recent Kinetic update this process has been halted due to the PO Details, the parts. I did some tests on Postman and the issue was that it wasn’t a valid part even if we use parts on-the-fly. I have to clearify that we use Job Material transaction only.
Postman shows this:
{
"HttpStatus": 400,
"ReasonPhrase": "REST API Exception",
"ErrorMessage": "A valid part is required",
"ErrorType": "Ice.Common.BusinessObjectException",
"ErrorDetails": [
{
"Message": "A valid part is required",
"Type": "Error",
"Table": "PODetail",
"Program": "Epicor.RESTApi.Common.dll",
"Method": "ThrowUpdateExtException",
"LineNumber": 27,
"ColumnNumber": 17
}
]
}
Any help is very welcome.
