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: post
Path: /service/multiccyaccountgroups
Close the Virtual MCA by given Natural Composite Key
Method: patch
Path: /service/multiccyaccountgroups/{realCustomerNo}/{virtualMCA}/close
Get all valid Multi-Currency Account Groups
Method: get
Path: /service/multiccyaccountgroups
Modifies the Multi-Currency Account Groups by ID.
Method: put
Path: /service/multiccyaccountgroups/{realCustomerNo}/{virtualMCA}
Retrieves the Multi-Currency Account Groups by ID.
Method: get
Path: /service/multiccyaccountgroups/{realCustomerNo}/{virtualMCA}