POST api/Communication/SaveFeeDueNotifiction

Request Information

URI Parameters

None.

Body Parameters

ModelFeeDueNotification
NameDescriptionTypeAdditional information
SchoolID

integer

None.

ClassID

integer

None.

SectionID

integer

None.

UserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SchoolID": 1,
  "ClassID": 2,
  "SectionID": 3,
  "UserID": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}