RM Linkage API REST Endpoints
Maintenance Services/RM Linkage API
This service is used for user linkage operation.
- Adds a new RM linkage
- Method: postPath:
/rmlinkage
- Authorize the RM linkage by given ID
- Method: patchPath:
/rmlinkage/{id}/approve
- Close the RM linkage by given ID
- Method: patchPath:
/rmlinkage/{id}/close
- Deletes the RM linkage identified by given ID
- Method: deletePath:
/rmlinkage/{id}
- Get all valid RM linkage
- Method: getPath:
/rmlinkage
- Get all valid RM linkage customer
- Method: getPath:
/rmlinkage/getLinkedCustomers
- Reopen the RM linkage by given ID
- Method: patchPath:
/rmlinkage/{id}/reopen
- Retrieves the RM linkage by ID
- Method: getPath:
/rmlinkage/{id}
- Retrives the RM linkage by given ID
- Method: getPath:
/rmlinkage/{id}/history
- Retrives the RM linkage by given ID
- Method: getPath:
/rmlinkage/{id}/unauthorized
- Update an existing RM linkage
- Method: putPath:
/rmlinkage/{id}