Retrieve Promise to Pay Type by ID
get
/obedm-ptp-services/ptptype/{id}
This endpoint is used to retrieve Promise to Pay Type by ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id(required): string
The ID of the user that needs to be fetched.
Query Parameters
-
version(required): string
The version of the user that needs to be fetched.
Header Parameters
-
appId(required): string
The ID of the application making the request.
-
branchCode(required): string
The code of the branch the user belongs to.
-
contentType: string
The content type of the request.
-
tenantId: string
The ID of the tenant.
-
userId(required): string
The ID of the user making the request.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the Promise To Pay Type based on given id.
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : DmTmPTPTypeDTO-allOf[1]
Type:
Show Source
object
-
DmTmPtpTypeAlertConfigDTO:
array DmTmPtpTypeAlertConfigDTO
An array of alert configurations associated with the PTP (Promise to Pay) type.
-
DmTmPtpTypeSegmentsDTO:
array DmTmPtpTypeSegmentsDTO
An array of segments associated with the PTP (Promise to Pay) type.
-
graceDays:
integer
The number of grace days allowed for the PTP (Promise to Pay) type.
-
ptpTypeCd:
string
The code for the PTP (Promise to Pay) type.
-
ptpTypeDescr:
string
The description for the PTP (Promise to Pay) type.
-
ruleCd:
string
The code for the rule associated with the PTP (Promise to Pay) type.
-
thresholdPer:
number
The threshold percentage for the PTP (Promise to Pay) type.
Nested Schema : DmTmPtpTypeAlertConfigDTO
Type:
array
An array of alert configurations associated with the PTP (Promise to Pay) type.
Show Source
Nested Schema : DmTmPtpTypeSegmentsDTO
Type:
array
An array of segments associated with the PTP (Promise to Pay) type.
Show Source
Nested Schema : DmTmPtpTypeAlertConfigDTO
Type:
Show Source
object
-
commMode:
string
Communication mode
-
eventType:
string
Event type
-
id:
string
ID
-
ptpTypeMasterId:
string
PTP type master ID
-
recipientType:
string
Recipient type
-
remDays:
integer
Remaining days
-
ruleCd:
string
Rule code
-
sequence:
integer
Sequence
-
templateCd:
string
Template code
Nested Schema : DmTmPtpTypeSegmentsDTO
Type:
Show Source
object
-
id:
string
ID
-
ptpTypeMasterId:
string
PTP type master ID.
-
segmentCd:
string
Segment code
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error