Sweep Instruction Service API REST Endpoints
Cash Concentration Services/Sweep Instruction Service API
This service is used to perform Sweep Instruction related Operations like create new instruction, get all valid instructions etc.
- Adds a new instruction.
- Method: postPath:
/api/1.0/service/instruction
- Get all valid instruction.
- Method: getPath:
/api/1.0/service/lmc/instruction
- Retrieve the audit information for the given ID
- Method: getPath:
/api/1.0/service/lmc/instruction/{id}/history
- Retrieves the instruction by ID.
- Method: getPath:
/api/1.0/service/lmc/instruction/{id}
- Retrive the unauthorized instructions by given ID
- Method: getPath:
/api/1.0/service/lmc/instruction/{id}/unauthorized
- Update an existing instruction.
- Method: putPath:
/api/1.0/service/instruction/{id}