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: postPath:
/instruction
- Authorize the instruction by given ID
- Method: patchPath:
/instruction/{id}/approve
- Close the instruction by given ID
- Method: patchPath:
/instruction/{id}/close
- Deletes the instruction identified by given ID
- Method: deletePath:
/instruction/{id}
- Get all valid instruction
- Method: getPath:
/instruction
- Reject the instruction by given ID
- Method: patchPath:
/instruction/{id}/reject
- Reopen the instruction by given ID
- Method: patchPath:
/instruction/{id}/reopen
- Retrieves the instruction by ID
- Method: getPath:
/instruction/{id}
- Retrives the instruction by given ID
- Method: getPath:
/instruction/{id}/history
- Retrives the instruction by given ID
- Method: getPath:
/instruction/{id}/unauthorized
- Update an existing instruction
- Method: putPath:
/instruction/{id}