System Account API REST Endpoints

Sweep Services/System Account API
This service is used for system account operations.
Create new system account
Method: post
Path: /systemAccount
Get all valid system accounts
Method: get
Path: /systemAccount
Get valid system accounts for passed account pair
Method: get
Path: /systemAccount/getForAccountPair
Record reallocation in system account
Method: put
Path: /systemAccount/{systemAccountNumber}/recordReallocation
Record repayment in system account
Method: patch
Path: /systemAccount/{sweepId}/recordRepayment
Update status of system account
Method: put
Path: /systemAccount/{sweepId}/updateStatus/{status}