Retrieve Quick promise by Account ID
get
/obedm-ptp-services/ptp
This endpoint is used to Retrieve the quick promise details.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountId(required): string
Account ID for promise.
-
ptpType: string
Promise Type.
Header Parameters
-
appId(required): string
Application ID of promise.
-
branchCode(required): string
Branch Code of promise.
-
contentType: string
content Type of promise.
-
tenantId: string
Tenant ID of promise.
-
userId(required): string
User ID of promise.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the quick promise detail based on given account ID.
Root Schema : DmInitLoadPTPDto
Type:
Show Source
object
-
accountId:
string
The ID of the account associated with the PTP.
-
currencyCode:
string
The currency code for the PTP amount.
-
dmAccountRepaySchDTO:
array dmAccountRepaySchDTO
An array of account repayment schedule DTOs associated with the PTP.
-
lookupDtoMap:
object lookupDtoMap
Additional Properties Allowed: DmTmLookupTypeDTOA map of lookup type DTOs associated with the PTP.
-
promiseDate:
string
The date on which the PTP is promised.
-
ptpTypeCodeDto:
array ptpTypeCodeDto
An array of PTP type code DTOs associated with the PTP.
-
taskCodeDto:
array taskCodeDto
An array of task type code DTOs associated with the PTP.
Nested Schema : dmAccountRepaySchDTO
Type:
array
An array of account repayment schedule DTOs associated with the PTP.
Show Source
Nested Schema : lookupDtoMap
Type:
object
Additional Properties Allowed
Show Source
A map of lookup type DTOs associated with the PTP.
Nested Schema : ptpTypeCodeDto
Type:
array
An array of PTP type code DTOs associated with the PTP.
Show Source
Nested Schema : taskCodeDto
Type:
array
An array of task type code DTOs associated with the PTP.
Show Source
Nested Schema : DmAccountRepaySchDTO
Type:
Show Source
object
-
accountId:
string
The unique identifier for the account.
-
installmentAmt:
string
The amount of the repayment installment.
-
installmentDt:
string
The date of the repayment installment.
Nested Schema : DmTmLookupTypeDTO
Type:
Show Source
object
-
DmTmLookupCodeDTO:
array DmTmLookupCodeDTO
-
lookupTypeCd:
string
The lookup type code.
-
lookupTypeDesc:
string
The lookup type description.
Nested Schema : DmTmLookupCodeDTO
Type:
Show Source
object
-
enabledFlg:
boolean
Enabled Flag
-
id:
string
ID
-
lookupCd:
string
Lookup Code
-
lookupDesc:
string
Lookup Description
-
lookupTypeMasterId:
string
Lookup Type Master ID
-
seqNo:
integer
Minimum Value:
0
Maximum Value:999
Sequence Number -
subCodeOne:
string
Sub Code One
-
subCodeTwo:
string
Sub Code Two
-
sysDefFlg:
boolean
System Def Flag
Nested Schema : PtpTypeCodeDto
Type:
Show Source
object
-
ptpSegmentCodes:
array ptpSegmentCodes
An array of segment codes associated with the PTP type.
-
ptpTypeCode:
string
The code associated with the PTP type.
-
ptpTypeDesc:
string
The description of the PTP type.
Nested Schema : ptpSegmentCodes
Type:
array
An array of segment codes associated with the PTP type.
Show Source
Nested Schema : TaskTypeCodeDto
Type:
Show Source
object
-
segmentCode:
string
The code associated with the segment of the task type.
-
taskCode:
string
The code associated with the task type.
-
taskDesc:
string
The description of the task type.
-
taskId:
string
The ID of the task associated with the task type.
-
taskStatus:
string
The status of the task type.
-
taskTypeCd:
string
The type of code associated with the task.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.