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}