POST api/Communication/SaveFeePreviousDueNotifiction

Request Information

URI Parameters

None.

Body Parameters

ModelFeeDueNotification
NameDescriptionTypeAdditional information
SchoolID

integer

Required

ClassID

integer

None.

SectionID

integer

None.

UserID

integer

Required

PersonID

integer

None.

UserIsSms

integer

None.

UserIsNotification

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SchoolID": 1,
  "ClassID": 2,
  "SectionID": 3,
  "UserID": 4,
  "PersonID": 5,
  "UserIsSms": 6,
  "UserIsNotification": 7
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}