Retrieve Quick Promise to Pay by Account ID

get

/obedm-ptp-services/ptp

This endpoint is used to retrieve the quick Promise to Pay details.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns the quick Promise To Pay detail based on given account ID.
Body ()
Root Schema : DmInitLoadPTPDto
Type: object
Show Source
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: object
Show Source
Nested Schema : DmTmLookupTypeDTO
Type: object
Show Source
Nested Schema : DmTmLookupCodeDTO
Type: array
Show Source
Nested Schema : DmTmLookupCodeDTO
Type: object
Show Source
Nested Schema : PtpTypeCodeDto
Type: object
Show Source
Nested Schema : ptpSegmentCodes
Type: array
An array of segment codes associated with the PTP type.
Show Source
Nested Schema : TaskTypeCodeDto
Type: object
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error.
Back to Top