ECA System Service REST Endpoints

Common Core Services/ECA System Service
This service is used to maintain the External Credit Approval System (ECA System). This field is also referred as Source System which identifies the source of the maintenance (Customer, Account, Branch, Bank, Transaction code etc).
Adds a new eca systems
Method: post
Path: /service/ecasystems
Close the eca systems by given ID
Method: patch
Path: /service/ecasystems/{ecaSystem}/close
Get all valid eca systems
Method: get
Path: /service/ecasystems
Reopen the eca systems by given ID
Method: patch
Path: /service/ecasystems/{ecaSystem}/reopen
Update an existing eca systems
Method: put
Path: /service/ecasystems/{ecaSystem}