Update supplier error using ERP Adapter
Summary:
Hello,
I am getting error as below while updating supplier through ERP adapter Update Supplier Service.
"Received a SOAPFault while invoking https://eiwv.fa.us6.oraclecloud.com:443/fscmService/SupplierServiceV2 due to "<Supplier WebServiceOperation="updateSupplier" Supplier="JV LLC" SupplierNumber="101940" SupplierId="">
<Rejection SupplierId="" SupplierName="JV LLC" SupplierNumber="101940">The values provided don't resolve to a valid entity: Supplier.</Rejection>
</Supplier>"
We are updating Tin Check status in the supplier flexfields. below is the payload used to update.
<types:supplierRow> <tns:Supplier>JV LLC</tns:Supplier> <tns:SupplierNumber>101940</tns:SupplierNumber> <tns:SupplierFlexField> <ns45:tincheckRescanRequested>N</ns45:tincheckRescanRequested> <ns45:tincheckStatus>7 - IRS Match found. TIN and Name combination matches IRS EIN records</ns45:tincheckStatus> <ns45:tincheckLastChecked>2024-10-30Z</ns45:tincheckLastChecked> <ns45:tincheckDeathMasterResults>0 - No Death Master File Match Found</ns45:tincheckDeathMasterResults> <ns45:tincheckEinResults>1 - EIN Possible Match found</ns45:tincheckEinResults> </tns:SupplierFlexField> </types:supplierRow>
0