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):