Introduction:

This blog has the REST API details that can be used to delete AR Invoice in Oracle Cloud application.

 

Cause of the issue:

Business wants to mass delete multiple AR Invoices in Oracle Cloud Application.

 

How do we solve: 

We have created payload for REST API to delete AR Invoices and payload will read the data from csv file and update the same.

 

REST API:

fscmRestApi/resources/11.13.18.05/receivablesInvoices/{{CustomerTransactionId}}

Method: DELETE

Sample Request:

NA

Sample  Response:

The response will have the status code.

  • Success code – “200 OK”
  • Error code – anything other than 200 OK

 

Sample data file:

CustomerTransactionId
300000161234567
300000161234568
300000161234569
300000161234570
300000161234571

 

Recent Posts

Start typing and press Enter to search