Simulates a New Promise Schedule
post
/obedm-ptp-services/ptp/simulate
This endpoint is used to Simulates a new promise schedule.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
Application ID for simulating a promise schedule.
-
branchCode(required): string
Branch code for simulating a promise schedule.
-
contentType: string
Content Type for simulating a promise schedule.
-
tenantId: string
Tenant ID for simulating a promise schedule.
-
userId(required): string
User ID for simulating a promise schedule.
Request Body that contains data required for simulating a promise schedule
Root Schema : SimulationRequestDto
Type:
Show Source
object
-
accountId:
string
The unique identifier for the account.
-
amount:
string
The amount of each repayment in the simulation.
-
date:
string
The date the simulation is run.
-
frequency:
string
The frequency of the repayments in the simulation.
-
futureRepayments:
string
Any future repayments in the simulation.
-
noOfInstalments:
integer
The number of repayments in the simulation.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
-
Location: string
Additional information of the New Promise Schedule
Nested Schema : SimulationResponseDto
Type:
Show Source
object
-
promiseAmount:
string
The promise amount for the simulation.
-
promiseDate:
string
The promise date for the simulation.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error