ECA System API REST Endpoints

Common Core Services/ECA System API
This service is used to maintain the External Credit Approval System (ECA System).
Adds a new ECA system
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}