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: post
Path: /rmlinkage
Authorize the rm linkage by given ID
Method: patch
Path: /rmlinkage/{id}/approve
Close the rm linkage by given ID
Method: patch
Path: /rmlinkage/{id}/close
Deletes the rm linkage identified by given ID
Method: delete
Path: /rmlinkage/{id}
Get all valid rm linkage
Method: get
Path: /rmlinkage
Get all valid rm linkage customer
Method: get
Path: /rmlinkage/getLinkedCustomers
Reject the rm linkage by given ID
Method: patch
Path: /rmlinkage/{id}/reject
Reopen the rm linkage by given ID
Method: patch
Path: /rmlinkage/{id}/reopen
Retrieves the rm linkage by ID
Method: get
Path: /rmlinkage/{id}
Retrives the rm linkage by given ID
Method: get
Path: /rmlinkage/{id}/history
Retrives the rm linkage by given ID
Method: get
Path: /rmlinkage/{id}/unauthorized
Update an existing rm linkage
Method: put
Path: /rmlinkage/{id}