How to create INCOMPLETE AR invoice using REST API
(Doc ID 2800010.1)
Last updated on SEPTEMBER 15, 2023
Applies to:
Oracle Fusion Receivables Cloud Service - Version 11.13.21.07.0 and laterInformation in this document applies to any platform.
Goal
The following error occurs when user try to create an AR invoice with Incomplete InvoiceStatus using the REST API.
ERROR
--------
You can only create a complete invoice. You can't create an incomplete or frozen invoice. (AR-857798)
REST API
--------
REST API for Oracle Financials Cloud
> Receivables Invoices
>> Create a receivables invoice
https://docs.oracle.com/en/cloud/saas/financials/23b/farfa/op-receivablesinvoices-post.html
-- quotes : begin ----------------------------------------------------
InvoiceStatus(optional): string
Title: Status
The value that indicates the level of completion of the invoice. Valid values are Complete, Incomplete, and Frozen. Value must be Complete when creating a receivables invoice.
-- quotes : end ----------------------------------------------------
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |