POST api/PaymentDueReminder/SendMailPaymentDueReport
Request Information
URI Parameters
None.
Body Parameters
PaymentDueReminderNotifications| Name | Description | Type | Additional information |
|---|---|---|---|
| TemplateId | integer |
None. |
|
| StudentIds | Collection of PaymentDueReminderByOrders |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TemplateId": 1,
"StudentIds": [
{
"StudentId": 1,
"OrderId": 2
},
{
"StudentId": 1,
"OrderId": 2
}
],
"UserId": 2
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string"
text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>