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: postPath:
/web/v1/ruleDec
- Adds a new auto reconciliation rule definition
- Method: postPath:
/web/v1/ruleDef
- Authorize the auto reconcilation rule decision by given ID
- Method: patchPath:
/web/v1/ruleDec/{id}/approve
- Authorize the auto reconcilation rule definition by given ID
- Method: patchPath:
/web/v1/ruleDef/{id}/approve
- Close the auto reconcilation rule decision by given ID
- Method: patchPath:
/web/v1/ruleDec/{id}/close
- Close the auto reconcilation rule definition by given ID
- Method: patchPath:
/web/v1/ruleDef/{id}/close
- Deletes the auto reconcilation rule decision identified by given ID
- Method: patchPath:
/web/v1/ruleDec/{id}/delete
- Deletes the auto reconcilation rule definition identified by given ID
- Method: patchPath:
/web/v1/ruleDef/{id}/delete
- Get all valid auto reconcilation rule decision
- Method: getPath:
/web/v1/ruleDec
- Get all valid auto reconciliation rule definition
- Method: getPath:
/web/v1/ruleDef
- Reopen the auto reconcilation rule decision by given ID
- Method: patchPath:
/web/v1/ruleDec/{id}/reopen
- Reopen the auto reconcilation rule definition by given ID
- Method: patchPath:
/web/v1/ruleDef/{id}/reopen
- Retrieves the auto reconcilation rule decision actions by ID
- Method: getPath:
/web/v1/ruleDec/{id}/actions
- Retrieves the auto reconcilation rule decision by ID
- Method: getPath:
/web/v1/ruleDec/{id}
- Retrieves the auto reconcilation rule definition actions by ID
- Method: getPath:
/web/v1/ruleDef/{id}/actions
- Retrieves the auto reconcilation rule definition by ID
- Method: getPath:
/web/v1/ruleDef/{id}
- Retrives the auto reconcilation rule decision by given ID
- Method: getPath:
/web/v1/ruleDec/{id}/unauthorized
- Retrives the auto reconcilation rule definition by given ID
- Method: getPath:
/web/v1/ruleDec/{id}/history
- Retrives the auto reconcilation rule definition by given ID
- Method: getPath:
/web/v1/ruleDef/{id}/history
- Retrives the auto reconcilation rule definition by given ID
- Method: getPath:
/web/v1/ruleDef/{id}/unauthorized
- Update an existing auto reconcilation rule decision
- Method: putPath:
/web/v1/ruleDec/{id}
- Update an existing auto reconciliation rule definition
- Method: putPath:
/web/v1/ruleDef/{id}