Add New Promise to Pay Type
post
/obedm-ptp-services/ptptype
This endpoint is used to add a new Promise to Pay Type.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
The unique identifier for the application in the request header.
-
branchCode(required): string
The code of the branch in the request header.
-
contentType: string
The type of content in the request header.
-
tenantId: string
The identifier for the tenant in the request header.
-
userId(required): string
The unique identifier for the user in the request header.
Request Body that contains data required for creating a new Promise To Pay Types.
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
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure.
Headers
-
Location: string
URL of newly created Promise To Pay Type.
Root Schema : ResponseDtoWrapper
Type:
object
Response Data Transfer object
Show Source
-
data:
object ResponseResourceSupport
-
messages:
object ResponseDto
Response Data Transfer object
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : ResponseDto
Type:
object
Response Data Transfer object
Show Source
-
codes:
array codes
Codes
-
id:
string
ID
-
requestId:
string
Request ID
-
status:
string
Status
Nested Schema : ResponseCode
Type:
object
Response code
Show Source
-
arg:
string
Argument
-
args:
array args
Arguments
-
Code:
string
Code
-
Desc:
string
Description
-
Language:
string
Language
-
Type:
string
Type
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error