POST api/pre-transaction-reminders/{partnerId}/{preTransactionId}/enable/{hoursDelay}?api-version=2.0
Creates or enables a reminder for a specific partner and pre-transaction
Request Information
URI Parameters
| Name | Description | Type | Required | Additional information |
|---|---|---|---|---|
| partnerId |
The Id of the partner |
integer |
Required |
|
| preTransactionId |
The Id of the pre-transaction |
globally unique identifier |
Required |
|
| hoursDelay |
The number of hours after which the reminder will be sent |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The Utc time of the reminder in ISO format
dateResponse Formats
application/json, text/json
Sample:
"2025-10-30T14:12:53.6723152Z"