Cancel Promise To Pay with Reason and Notes
post
/obedm-ptp-services/ptp/cancel
This endpoint is used to Cancel Promise To Pay with reason and notes.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
Application ID for Cancel Promise To Pay with reason and notes.
-
branchCode(required): string
Branch code for Cancel Promise To Pay with reason and notes.
-
contentType: string
Content Type for Cancel Promise To Pay with reason and notes.
-
tenantId: string
Tenant ID for Cancel Promise To Pay with reason and notes.
-
userId(required): string
User ID for Cancel Promise To Pay with reason and notes.
Request Body that contains data required for cancel Promise To Pay with reason and notes.
Root Schema : CancelPTPRequestDto
Type:
Show Source
object
-
cancelReasonCode:
string
The reason code for cancelling the PTP transaction.
-
id:
string
The unique identifier for the PTP transaction to be cancelled.
-
notes:
string
Additional notes or comments for cancelling the PTP transaction.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure.
Headers
-
Location: string
Additional information of the Cancel Promise To Pay.
Nested Schema : ResponseResourceSupport
Type:
object
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