Promise to Pay Transaction Service REST Endpoints
Promise to Pay Services/Promise to Pay Transaction Service
This service is used to perform Promise To Pay Transaction Service operations.
- Add New Promise to Pay
- Method: postPath:
/obedm-ptp-services/ptp - Appropriate Payment Against Promise To Pay
- Method: putPath:
/obedm-ptp-services/ptp/appropriate - Cancel Promise to Pay by Account ID
- Method: getPath:
/obedm-ptp-services/ptp/cancel/{acctId} - Cancel Promise to Pay with Reason and Notes
- Method: postPath:
/obedm-ptp-services/ptp/cancel - Get Additional Account Information by Account ID
- Method: getPath:
/obedm-ptp-services/ptp/acct/addn/{acctId} - Get All Promise to Pay Detail by Account ID
- Method: getPath:
/obedm-ptp-services/ptp/{type} - Get Status Count for Each Status
- Method: postPath:
/obedm-ptp-services/ptp/count - Health Check of Promise To Pay Service
- Method: getPath:
/obedm-ptp-services/healthcheck - Retrieve Quick Promise to Pay by Account ID
- Method: getPath:
/obedm-ptp-services/ptp - Revert Cancelled Promise to Pay by Account ID
- Method: getPath:
/obedm-ptp-services/ptp/revert/cancelledPTP/{acctId} - Simulate New Promise Schedule
- Method: postPath:
/obedm-ptp-services/ptp/simulate