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: postPath:
/service/ecasystems - Close the ECA systems by given ID
- Method: patchPath:
/service/ecasystems/{ecaSystem}/close - Get all valid ECA systems
- Method: getPath:
/service/ecasystems - Reopen the ECA systems by given ID
- Method: patchPath:
/service/ecasystems/{ecaSystem}/reopen - Update an existing ECA systems
- Method: putPath:
/service/ecasystems/{ecaSystem}