Multi-Currency Account API REST Endpoints

Common Core Services/Multi-Currency Account API
This service is used to maintain multi currency accounts by linking it with sub accounts.
Adds a new multi currency accounts linkage
Method: post
Path: /multi-currency-accounts/linkage
Authorize the multi currency accounts linkage by given ID
Method: patch
Path: /multi-currency-accounts/linkage/{id}/approve
Close the multi currency accounts linkage by given ID
Method: patch
Path: /multi-currency-accounts/linkage/{id}/close
Deletes the multi currency accounts linkage identified by given ID
Method: delete
Path: /multi-currency-accounts/linkage/{id}
Get all valid multi currency accounts linkage
Method: get
Path: /multi-currency-accounts/linkage
Reopen the multi currency accounts linkage by given ID
Method: patch
Path: /multi-currency-accounts/linkage/{id}/reopen
Retrieves the multi currency accounts linkage by ID
Method: get
Path: /multi-currency-accounts/linkage/{id}
Retrives the multi currency accounts linkage by given ID
Method: get
Path: /multi-currency-accounts/linkage/{id}/unauthorized
Retrives the unauthorized multi currency account records
Method: get
Path: /multi-currency-accounts/linkage/unauthorizedcount
Update an existing multi currency accounts linkage
Method: put
Path: /multi-currency-accounts/linkage/{id}