Need API/Webservice to Upload attachments to the external bank account
Summary:
We have a requirement to upload the attachments for the external bank accounts through API/Webservice.
We tried using the below SOAP service with UserKey as Bank Account Id but getting error.
Can you please suggest?
SOAP service: /publicFinancialCommonErpIntegration/ErpObjectAttachmentService
Error: JBO-Either of entity or category is passed as null or invalid: Either of entity or category is passed as null
Payload:
<soapenv:Body>
<typ:uploadAttachment>
<typ:entityName>IBY_EXT_BANK_ACCOUNTS</typ:entityName>
<typ:categoryName>ORA_OTHER_DOCUMENT</typ:categoryName>
<typ:allowDuplicate>No</typ:allowDuplicate>
<!--Zero or more repetitions:-->
<typ:attachmentRows>
<!--Optional:-->
<erp:UserKeyA>759865</erp:UserKeyA>
0