RM Linkage API REST Endpoints
Maintenance Services/RM Linkage API
This service is used to perform RM Linkage related operations.
- 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 - Reject the rm linkage by given ID
- Method: patchPath:
/rmlinkage/{id}/reject - 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}