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
Path Parameters
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 : PTPCollection
Type: object
Collection of Promise to Pay.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : lookupDtoMap
Type: object
Additional Properties Allowed
Show Source
Nested Schema : DmPTPDto
Type: object
Show Source
Nested Schema : ptpTransactionDto
Type: array
PTP transactional DTO
Show Source
Nested Schema : PTPTransactionDto
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

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