POST api/dashboard/payment-reminder

Request Information

URI Parameters

None.

Body Parameters

PaymentReminderRequest
NameDescriptionTypeAdditional information
SchoolId

integer

None.

YearId

integer

None.

ClassId

integer

None.

MonthId

integer

None.

Status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SchoolId": 1,
  "YearId": 2,
  "ClassId": 3,
  "MonthId": 4,
  "Status": "sample string 5"
}

application/xml, text/xml

Sample:
<ReactDashboardNewController.PaymentReminderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestAPI.Controllers">
  <ClassId>3</ClassId>
  <MonthId>4</MonthId>
  <SchoolId>1</SchoolId>
  <Status>sample string 5</Status>
  <YearId>2</YearId>
</ReactDashboardNewController.PaymentReminderRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.