POST api/ParentCommunicationReplymsg
Request Information
URI Parameters
None.
Body Parameters
ParentsCommunicationAPIModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ParentID | integer |
None. |
|
| Date | date |
None. |
|
| StudentID | integer |
None. |
|
| GRNo | string |
None. |
|
| StandardName | string |
None. |
|
| DivisionName | string |
None. |
|
| CommunicationSubject | string |
None. |
|
| CommunicationDetails | string |
None. |
|
| SchoolID | integer |
None. |
|
| SchoolSessionID | integer |
None. |
|
| StudentCurrentID | integer |
None. |
|
| CommunicationPassBy | integer |
None. |
|
| IsRead | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ParentID": 1,
"Date": "2026-02-10T15:07:56.0762298+05:30",
"StudentID": 3,
"GRNo": "sample string 4",
"StandardName": "sample string 5",
"DivisionName": "sample string 6",
"CommunicationSubject": "sample string 7",
"CommunicationDetails": "sample string 8",
"SchoolID": 9,
"SchoolSessionID": 10,
"StudentCurrentID": 11,
"CommunicationPassBy": 12,
"IsRead": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |