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: postPath:
/multi-currency-accounts/linkage
- Authorize the multi currency accounts linkage by given ID
- Method: patchPath:
/multi-currency-accounts/linkage/{id}/approve
- Close the multi currency accounts linkage by given ID
- Method: patchPath:
/multi-currency-accounts/linkage/{id}/close
- Deletes the multi currency accounts linkage identified by given ID
- Method: deletePath:
/multi-currency-accounts/linkage/{id}
- Get all valid multi currency accounts linkage
- Method: getPath:
/multi-currency-accounts/linkage
- Reopen the multi currency accounts linkage by given ID
- Method: patchPath:
/multi-currency-accounts/linkage/{id}/reopen
- Retrieves the multi currency accounts linkage by ID
- Method: getPath:
/multi-currency-accounts/linkage/{id}
- Retrives the multi currency accounts linkage by given ID
- Method: getPath:
/multi-currency-accounts/linkage/{id}/unauthorized
- Retrives the unauthorized multi currency account records
- Method: getPath:
/multi-currency-accounts/linkage/unauthorizedcount
- Update an existing multi currency accounts linkage
- Method: putPath:
/multi-currency-accounts/linkage/{id}