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

How to add an installment note using REST Endpoint receivablesInvoiceInstallmentNotes?

Accepted answer
73
Views
3
Comments

Summary:

I've a business requirement to include notes in the transaction installments (receivables) through REST API, but I'm having doubts about the payload.

Content (required):

I've checked the documentation (REST API for Oracle Fusion Cloud Financials - Receivables Invoice Installment Notes REST Endpoints) but still couldn't solve it.

Version (include the version you are using, if applicable):

23B

Code Snippet (add any code snippets that support your topic, if applicable):

Endpoint (POST Method):

https://XXXXXX.fa.us2.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/receivablesInvoices/2339076/child/receivablesInvoiceInstallments/3804225/child/receivablesInvoiceInstallmentNotes

Json Payload:

{

"NoteTypeCode": "GENERAL",

"NoteTitle": "Titulo",

"NoteTxt": "teste"

}


Response: 400 Bad Request

Unable to parse the provided payload

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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