POST api/ReportTask/ReportNumber
Request Information
URI Parameters
None.
Body Parameters
ReportRecordModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportSettingID | integer |
None. |
|
| StudentOrganizationID | integer |
None. |
|
| Number | integer |
None. |
|
| OrganizationNumber | integer |
None. |
|
| InSchool | integer |
None. |
|
| MatterLeave | integer |
None. |
|
| SickLeave | integer |
None. |
|
| ReportDate | date |
None. |
|
| LeaveStudents | Collection of ReportLeaveStudentModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportSettingID": 1,
"StudentOrganizationID": 2,
"Number": 3,
"OrganizationNumber": 4,
"InSchool": 5,
"MatterLeave": 6,
"SickLeave": 7,
"ReportDate": "2025-12-16T16:09:43.6246265+08:00",
"LeaveStudents": [
{
"StudentID": 1,
"StudentName": "sample string 2",
"StudentNumber": "sample string 3",
"Cause": "sample string 4",
"LeaveTypeID": 5,
"ReportRecordID": 6
},
{
"StudentID": 1,
"StudentName": "sample string 2",
"StudentNumber": "sample string 3",
"Cause": "sample string 4",
"LeaveTypeID": 5,
"ReportRecordID": 6
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OperationResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultType | OperationResultType |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| LogMessage | string |
None. |
|
| AppendData | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.