Instruction API REST Endpoints
Maintenance Services/Instruction API
This service is used for add and update 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
- 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}