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: post
Path: /service/instruction
Get all Valid Instruction
Method: get
Path: /service/lmc/instruction
Retrieve the Audit Information for the Given ID
Method: get
Path: /service/lmc/instruction/{id}/history
Retrieves the instruction by ID
Method: get
Path: /service/lmc/instruction/{id}
Retrive the Unauthorized Instructions by Given ID
Method: get
Path: /service/lmc/instruction/{id}/unauthorized
Update an Existing Instruction
Method: put
Path: /service/instruction/{id}