RM Linkage API REST Endpoints

Maintenance Services/RM Linkage API
This service is used for user linkage operation.
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
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}