Auto Reconciliation API REST Endpoints

Manual Reconciliation Services/Auto Reconciliation API
This service is for Auto Reconciliation operation.
Adds a new auto reconcilation rule definition
Method: post
Path: /web/v1/ruleDec
Adds a new auto reconciliation rule definition
Method: post
Path: /web/v1/ruleDef
Authorize the auto reconcilation rule decision by given ID
Method: patch
Path: /web/v1/ruleDec/{id}/approve
Authorize the auto reconcilation rule definition by given ID
Method: patch
Path: /web/v1/ruleDef/{id}/approve
Close the auto reconcilation rule decision by given ID
Method: patch
Path: /web/v1/ruleDec/{id}/close
Close the auto reconcilation rule definition by given ID
Method: patch
Path: /web/v1/ruleDef/{id}/close
Deletes the auto reconcilation rule decision identified by given ID
Method: patch
Path: /web/v1/ruleDec/{id}/delete
Deletes the auto reconcilation rule definition identified by given ID
Method: patch
Path: /web/v1/ruleDef/{id}/delete
Get all valid auto reconcilation rule decision
Method: get
Path: /web/v1/ruleDec
Get all valid auto reconciliation rule definition
Method: get
Path: /web/v1/ruleDef
Reopen the auto reconcilation rule decision by given ID
Method: patch
Path: /web/v1/ruleDec/{id}/reopen
Reopen the auto reconcilation rule definition by given ID
Method: patch
Path: /web/v1/ruleDef/{id}/reopen
Retrieves the auto reconcilation rule decision actions by ID
Method: get
Path: /web/v1/ruleDec/{id}/actions
Retrieves the auto reconcilation rule decision by ID
Method: get
Path: /web/v1/ruleDec/{id}
Retrieves the auto reconcilation rule definition actions by ID
Method: get
Path: /web/v1/ruleDef/{id}/actions
Retrieves the auto reconcilation rule definition by ID
Method: get
Path: /web/v1/ruleDef/{id}
Retrives the auto reconcilation rule decision by given ID
Method: get
Path: /web/v1/ruleDec/{id}/unauthorized
Retrives the auto reconcilation rule definition by given ID
Method: get
Path: /web/v1/ruleDec/{id}/history
Retrives the auto reconcilation rule definition by given ID
Method: get
Path: /web/v1/ruleDef/{id}/history
Retrives the auto reconcilation rule definition by given ID
Method: get
Path: /web/v1/ruleDef/{id}/unauthorized
Update an existing auto reconcilation rule decision
Method: put
Path: /web/v1/ruleDec/{id}
Update an existing auto reconciliation rule definition
Method: put
Path: /web/v1/ruleDef/{id}