Environment: ERP 10.2.100.32
Rest: v1
I am passing the following JSON to POSvc.UpdateExt
{
"ds": {
"POHeader":
[
{
"Company":"######",
"BuyerID":"Plating",
"ShipViaCode":"AMFA",
"VendorNum":2,
"VendorVendorID":"1256",
"Approve":false
}
],
"PODetail":
[
{
"Company":"######",
"POLine":1,
"PartNum":"002952A433U",
"CalcTranType":"PUR-SUB",
"CalcJobSeqType":"S",
"CalcJobNum":"172299S",
"CalcAssemblySeq":0,
"CalcJobSeq":40,
"CalcOurQty":###.00000000,
"DocScrUnitCost":0.###
}
]
},
"continueProcessingOnError": false,
"rollbackParentOnChildError": true
}
The call is working correctly except for filling in the Unit Price.
As one can see in the JSON, I am passing PODetail.DocScrUnitCost and the PO in Epicor is showing 0.
Any assistance, tips, tricks, voodoo will be helpful.