Get All Promise To Pay Detail by Account ID
get
/obedm-ptp-services/ptp/{type}
This endpoint is used to Get all Promise To Pay 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 To Pay detail.
Header Parameters
-
appId(required): string
Application ID for getting all Promise To Pay detail.
-
branchCode(required): string
Branch Code for getting all Promise To Pay detail.
-
contentType: string
Content Type for getting all Promise To Pay detail.
-
tenantId: string
Tenant ID for getting all Promise To Pay detail.
-
userId(required): string
User ID for getting all Promise To Pay detail.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the quick Promise To Pay 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 DM PTP DTO
-
cancelReasonCode:
string
Cancelled Reason code for PTP
-
caseId:
string
Case ID for DM PTP DTO
-
createdBy:
string
PTP Created by user id
-
createdDtTm:
string
Created PTP date and time
-
currencyCode:
string
Currency Code for PTP DTO
-
id:
string
ID of DM PTP DTO
-
lastBy:
string
Last updated PTP user
-
lastUpdateDtTm:
string
Last time and date update PTP
-
notes:
string
Notes of PTP
-
promiseAmount:
string
Promise amount for PTP DTO
-
promiseDate:
string
Promise date for PTP
-
ptpTransactionDto:
array ptpTransactionDto
PTP transactional DTO
-
ptpTypeCode:
string
PTP type code for PTP DTO
-
receivedAmount:
string
Received amount for PTP DTO
-
status:
string
Status of PTP
-
taskId:
string
Task ID for DM PTP DTO
-
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
-
id:
string
-
lookupCd:
string
-
lookupDesc:
string
-
lookupTypeMasterId:
string
-
seqNo:
integer
Minimum Value:
0
Maximum Value:999
-
subCodeOne:
string
-
subCodeTwo:
string
-
sysDefFlg:
boolean
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error