Sweep Instruction Service API REST Endpoints
Cash Concentration Services/Sweep Instruction Service API
This service is used to perform the sweep instruction related operations.
- Adds a New Instruction
- Method: postPath:
/service/instruction
- Get all valid Instruction
- Method: getPath:
/service/lmc/instruction
- Retrieve the Audit Information for the Given ID
- Method: getPath:
/service/lmc/instruction/{id}/history
- Retrieves the Instruction by ID
- Method: getPath:
/service/lmc/instruction/{id}
- Retrive the Unauthorized Instructions by Given ID
- Method: getPath:
/service/lmc/instruction/{id}/unauthorized
- Update an Existing Instruction
- Method: putPath:
/service/instruction/{id}