SOAP API to add attachment (Example request AR invoice attachment and Journal Header)
SOAP API to add attachment (Example request AR invoice attachment and Journal Header) Service WSDL URL: https://servername/fscmService/ErpObjectAttachmentService?WSDL Operation – uploadAttachment: Uploads an attachment zip file for a particular Universal Content Management Server account and updates the attachment tables for the relevant business object. Here is an example payload to upload attachment to AR invoice Header. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/types/" xmlns:erp="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/"> <soapenv:Header/> <soapenv:Body> <typ:uploadAttachmentAsync> <typ:entityName>RA_CUSTOMER_TRX_ALL</typ:entityName> <typ:categor...