Multi-Currency Account Groups Service REST Endpoints
Core Services/Multi-Currency Account Groups Service
This service is used to maintain multi-currency account group. It permits linking a real customer with its account and currency with a unique combination of account currency pair. In an account group, currency cannt be repeated.
- Adds a new Multi-Currency Account Group
- Method: postPath:
/service/multiccyaccountgroups
- Close the Mutli Currency Account Groups by given Natural Composite Key
- Method: patchPath:
/service/multiccyaccountgroups/{realCustomerNo}/{virtualMCA}/close
- Get all valid Multi-Currency Account Groups
- Method: getPath:
/service/multiccyaccountgroups
- Modifies the Multi-Currency Account Groups by ID.
- Method: putPath:
/service/multiccyaccountgroups/{realCustomerNo}/{virtualMCA}
- Retrieves the Multi-Currency Account Groups by ID.
- Method: getPath:
/service/multiccyaccountgroups/{realCustomerNo}/{virtualMCA}