Get All promise Detail by Account ID
get
/obedm-ptp-services/ptp/{type}
This endpoint is used to Get all promise details by account ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
type(required): string
Type to define detail or history.
Query Parameters
-
accountId(required): string
Account ID for getting all promise detail.
Header Parameters
-
appId(required): string
Application ID for getting all promise detail.
-
branchCode(required): string
Branch Code for getting all promise detail.
-
contentType: string
Content Type for getting all promise detail.
-
tenantId: string
Tenant ID for getting all promise detail.
-
userId(required): string
User ID for getting all promise detail.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the quick promise detail based on given account id.
Root Schema : PTPCollection
Type:
object
Collection of Promise to Pay.
Show Source
-
data:
array data
-
lookupDtoMap:
object lookupDtoMap
Additional Properties Allowed: DmTmLookupTypeDTO
Nested Schema : DmPTPDto
Type:
Show Source
object
-
accountId:
string
Account ID for promise
-
cancelReasonCode:
string
Cancelled Reason code for PTP
-
caseId:
string
Case ID for promise
-
createdBy:
string
PTP Created by user id
-
createdDtTm:
string
Created PTP date and time
-
currencyCode:
string
Currency Code promise
-
id:
string
ID of promise
-
lastBy:
string
Last updated PTP user
-
lastUpdateDtTm:
string
Last time and date update PTP
-
notes:
string
Notes of PTP
-
promiseAmount:
string
Promise amount promise
-
promiseDate:
string
Promise date for PTP
-
ptpTransactionDto:
array ptpTransactionDto
PTP transactional Object
-
ptpTypeCode:
string
PTP type code promise
-
receivedAmount:
string
Received amount promise
-
status:
string
Status of PTP
-
taskId:
string
Task ID for promise
-
taskTypeCd:
string
Task Type Code of the associated task.
Nested Schema : PTPTransactionDto
Type:
Show Source
object
-
id:
string
The unique identifier for the PTP Transaction.
-
origReferenceNumber:
string
The original reference number for the PTP transaction.
-
ptpMasterId:
string
The unique identifier for the PTP master record.
-
referenceNumber:
string
The reference number for the PTP transaction.
-
transactionAmount:
string
The amount of the PTP transaction.
-
transactionDate:
string
The date the PTP transaction occurred.
-
transactionType:
string
The type of PTP transaction that occurred.
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
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error