How to add an installment note using REST Endpoint receivablesInvoiceInstallmentNotes?
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):
Json Payload:
{
"NoteTypeCode": "GENERAL",
"NoteTitle": "Titulo",
"NoteTxt": "teste"
}
Response: 400 Bad Request
Unable to parse the provided payload
Tagged:
0