Sweep Service API REST Endpoints

Sweep Services/Sweep Service API
This service is used to perform Sweep execution related operations like executing different types of synchronous and asynchronous sweep, simulate sweep executions etc.
Authorize the Structure by Given ID
Method: patch
Path: /sweepservice/adhoc/{id}/approve
Execute Sweep for a Structure from channel
Method: post
Path: /sweepservice/executesweepobdx
Get all Valid account pair adhoc sweeps for Authorization and execution
Method: get
Path: /sweepservice/adhoc/accpairsweepview
Get all Valid Account Pair for Authorize
Method: get
Path: /sweepservice/adhoc/accpairsweepquery
Get all Valid Adhoc Structure sweep for Authorization and execution
Method: get
Path: /sweepservice/adhoc/strsweepquery
Get all Valid Adhoc Structure Sweep Structure
Method: get
Path: /sweepservice/adhoc/strsweepview
Initiate Sweep Structure
Method: post
Path: /sweepservice/adhoc/initiateSweep
Reject the Structure by Given ID
Method: patch
Path: /sweepservice/adhoc/{id}/reject
Retrieves all Unauthorized Structures
Method: get
Path: /sweepservice/adhoc/eodcheck
Retrieves the Structure by ID
Method: get
Path: /sweepservice/adhoc/{id}
Run Sweep for a Structure asynchronously
Method: post
Path: /sweepservice/structureasync
Run Sweep Service for a Structure
Method: post
Path: /sweepservice
Run Sweep Service for a Structure
Method: post
Path: /sweepservice/accpair
Run Sweep Service for account pair asynchronously
Method: post
Path: /sweepservice/accpairasync
Simulate Async Sweep Service for a Structure
Method: post
Path: /sweepservice/simulatesweepAsync
Simulate Sweep Service for a Structure
Method: post
Path: /sweepservice/simulatesweep