You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Receivables Credit Memo SOAP 401 Error

I tried to create a Credit Memo by SOAP API, but faced 401 error.

I would like to ask for some advices.

I used payload below:

<?xml version="1.0" ?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/receivables/transactions/creditMemos/creditMemoService/types/" xmlns:cred="http://xmlns.oracle.com/apps/financials/receivables/transactions/creditMemos/creditMemoService/" xmlns:cred1="http://xmlns.oracle.com/apps/financials/receivables/transactions/creditMemos/model/flex/CreditMemoDff/"> <soapenv:Header/> <soapenv:Body> <typ:createCreditMemo> <typ:creditMemo> <cred:BatchSourceSequenceId>300000006493664</cred:BatchSourceSequenceId> <cred:CustomerTransactionTypeSequenceId>300000006493668</cred:CustomerTransactionTypeSequenceId> <cred:GlDate>2025-02-14</cred:GlDate> <cred:PreviousCustomerTransactionId>51294</cred:PreviousCustomerTransactionId> <cred:LineAmount>-10000</cred:LineAmount> <cred:TransactionDate>2025-02-14</cred:TransactionDate> </typ:creditMemo> </typ:createCreditMemo> </soapenv:Body></soapen

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!