Sweep Instruction API REST Endpoints

Cash Concentration Services/Sweep Instruction API
This service is used to generate the sweep instruction.
Adds a New Instruction
Method: post
Path: /instruction
Authorize the Instruction by Given ID
Method: patch
Path: /instruction/{id}/approve
Close the Instruction by Given ID
Method: patch
Path: /instruction/{id}/close
Deletes the Instruction Identified by Given ID
Method: delete
Path: /instruction/{id}
Get all Valid Instruction
Method: get
Path: /instruction
Reject the instruction by given ID.
Method: patch
Path: /instruction/{id}/reject
Reopen the Instruction by Given ID
Method: patch
Path: /instruction/{id}/reopen
Retrieves the Instruction by ID
Method: get
Path: /instruction/{id}
Retrives the Instruction by Given ID
Method: get
Path: /instruction/{id}/history
Retrives the Instruction by Given ID
Method: get
Path: /instruction/{id}/unauthorized
Update an Existing Instruction
Method: put
Path: /instruction/{id}