Introduction:

This blog has the REST API details that can be used to update the Supplier Bank Account’s Branch BIC (Swift Code) in Oracle Cloud application.

 

Cause of the issue:

Business wants to mass update BIC (Swift Code) for multiple Supplier Bank Account’s Branch in Oracle Cloud Application.

 

How do we solve: 

We have created payload for REST API to update the Supplier Bank Account’s Branch BIC (Swift Code) and payload will read the data from csv file and update the same.

 

REST API:

fscmRestApi/resources/11.13.18.05/cashBankBranches/{{BranchPartyId}}

Method: PATCH

Sample Request:

{

“EFTSWIFTCode”:”{{Swiftcode}}”

}

 

Sample  Response:

The response will have the status code.

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

 

Sample data file:

BranchPartyId Swiftcode
300000161234567 VISION1P227
300000161234568 VISION1P228
300000161234569 VISION1P229
300000161234570 VISION1P256
300000161234571 VISION1P298

 

Recent Posts

Start typing and press Enter to search