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 a new Promise to pay
- Method: postPath:
/obedm-ptp-services/ptp
- Add a new Promise to pay
- Method: postPath:
/obedm-ptp-services/ptp/create/{accountNumber}
- Appropriate Payment Against Promise To Pay
- Method: putPath:
/obedm-ptp-services/ptp/appropriate
- Cancel Promise To Pay with Reason and Notes
- Method: postPath:
/obedm-ptp-services/ptp/cancel
- CANCEL PTPs by Account ID
- Method: getPath:
/obedm-ptp-services/ptp/cancel/{acctId}
- Display upcoming promise detail by user id
- Method: getPath:
/obedm-ptp-services/upcomingpromise
- Fetch PTP and PTP-history using account number.
- Method: getPath:
/obedm-ptp-services/ptp/fetch/{accountNumber}
- 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 PTP History based on account id and case id
- Method: postPath:
/obedm-ptp-services/ptphistory
- 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
- Simulates a New Promise Schedule
- Method: postPath:
/obedm-ptp-services/ptp/simulate