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 create multiple AR invoices using single Payload in REST API

Summary:

Unable to create multiple AR invoices using single payload via REST API

Content (please ensure you mask any confidential information):

{    items:[        {  "BusinessUnit": "France Business Unit",  "TransactionType": "Invoice",  "PaymentTerms": "Immediate",  "TransactionDate": "2025-09-19",  "AccountingDate": "2025-09-19",  "TransactionNumber": "INV_Test_24",  "BillToCustomerNumber": "123133",  "BillToSite": "126244",  "InvoiceCurrencyCode": "EUR",   "BillingDate": "2025-09-19",  "TransactionSource": "Manual"} , {  "BusinessUnit": "France Business Unit",  "TransactionType": "Invoice",  "PaymentTerms": "Immediate",  "TransactionDate": "2025-09-19",  "AccountingDate": "2025-09-19",  "TransactionNumber": "INV_Test_25",  "BillToCustomerNumber": "123133",  "BillToSite": "126244",  "InvoiceCurrencyCode": "EUR",    "BillingDate": "2025-09-19",  "TransactionSource": "Manual"    }    ]} 


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


25C (11.13.25.07.0)


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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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