POST apis/DailyDiary/SaveDailyDiary
Request Information
URI Parameters
None.
Body Parameters
DailyDiary| Name | Description | Type | Additional information |
|---|---|---|---|
| dailyDiaryID | globally unique identifier |
None. |
|
| ASID | globally unique identifier |
None. |
|
| locID | globally unique identifier |
None. |
|
| subjectID | globally unique identifier |
None. |
|
| classID | globally unique identifier |
None. |
|
| sectionID | globally unique identifier |
None. |
|
| noteTypeID | globally unique identifier |
None. |
|
| dtDiary | date |
None. |
|
| sysGroup | string |
None. |
|
| Comments | string |
None. |
|
| active | boolean |
None. |
|
| isSeen | boolean |
None. |
|
| createdBy | string |
None. |
|
| createdDate | date |
None. |
|
| modifiedBy | string |
None. |
|
| modifiedDate | date |
None. |
|
| rowID | integer |
None. |
|
| className | string |
None. |
|
| secName | string |
None. |
|
| subjectName | string |
None. |
|
| validationResult | EntityValidationResult |
None. |
|
| pageNumber | integer |
None. |
|
| pageSize | integer |
None. |
|
| PageCount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"dailyDiaryID": "59939f27-cb0c-4d70-8e2a-e5fefd9c070d",
"ASID": "ad20c2a6-c6f4-4fd0-ac92-a5b7cc47825a",
"locID": "fc79b44b-941a-41c0-8fcb-56b143b09cd5",
"subjectID": "680673f4-55a3-4499-892a-89f8cd598d64",
"classID": "a586d57d-2812-4fc3-89c0-2f9930b12f6c",
"sectionID": "9a725911-15ac-4835-992d-0e23f5d69016",
"noteTypeID": "1bfa97c4-ae30-4f8d-b3c4-8230600767e2",
"dtDiary": "2026-02-19T17:28:07.3918215+05:00",
"sysGroup": "sample string 9",
"Comments": "sample string 10",
"active": true,
"isSeen": true,
"createdBy": "sample string 13",
"createdDate": "2026-02-19T17:28:07.3918215+05:00",
"modifiedBy": "sample string 15",
"modifiedDate": "2026-02-19T17:28:07.3918215+05:00",
"rowID": 17,
"className": "sample string 18",
"secName": "sample string 19",
"subjectName": "sample string 20",
"validationResult": {
"Errors": [],
"HasError": false,
"ErrorSummary": ""
},
"pageNumber": 21,
"pageSize": 22,
"PageCount": 23.0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GenricVM| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| message | string |
None. |
|
| data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"message": "sample string 2",
"data": "sample string 3"
}