POST api/pay/subscription/notify-billing-failures-email
Request Information
URI Parameters
None.
Body Parameters
PayBillingFailureNotifyEmailRunDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| DryRun | boolean |
None. |
|
| Now | date |
None. |
|
| Take | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DryRun": true,
"Now": "2026-09-02T12:14:05.1181047+08:00",
"Take": 2
}
application/xml, text/xml
Sample:
<PayBillingFailureNotifyEmailRunDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIProject.API.Models.DTO"> <DryRun>true</DryRun> <Now>2026-09-02T12:14:05.1181047+08:00</Now> <Take>2</Take> </PayBillingFailureNotifyEmailRunDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.