POST api/Communication/SaveFeeDueNotifiction
Request Information
URI Parameters
None.
Body Parameters
ModelFeeDueNotification| Name | Description | Type | Additional 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
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}