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: patchPath:
/sweepservice/adhoc/{id}/approve - Execute Sweep for a Structure from channel
- Method: postPath:
/sweepservice/executesweepobdx - Get all Valid account pair adhoc sweeps for Authorization and execution
- Method: getPath:
/sweepservice/adhoc/accpairsweepview - Get all Valid Account Pair for Authorize
- Method: getPath:
/sweepservice/adhoc/accpairsweepquery - Get all Valid Adhoc Structure sweep for Authorization and execution
- Method: getPath:
/sweepservice/adhoc/strsweepquery - Get all Valid Adhoc Structure Sweep Structure
- Method: getPath:
/sweepservice/adhoc/strsweepview - Initiate Sweep Structure
- Method: postPath:
/sweepservice/adhoc/initiateSweep - Reject the Structure by Given ID
- Method: patchPath:
/sweepservice/adhoc/{id}/reject - Retrieves all Unauthorized Structures
- Method: getPath:
/sweepservice/adhoc/eodcheck - Retrieves the Structure by ID
- Method: getPath:
/sweepservice/adhoc/{id} - Run Sweep for a Structure asynchronously
- Method: postPath:
/sweepservice/structureasync - Run Sweep Service for a Structure
- Method: postPath:
/sweepservice - Run Sweep Service for a Structure
- Method: postPath:
/sweepservice/accpair - Run Sweep Service for account pair asynchronously
- Method: postPath:
/sweepservice/accpairasync - Simulate Async Sweep Service for a Structure
- Method: postPath:
/sweepservice/simulatesweepAsync - Simulate Sweep Service for a Structure
- Method: postPath:
/sweepservice/simulatesweep