POST api/PictureBookStudentRecord
保存绘本阅读记录,完成作业
Request Information
URI Parameters
None.
Body Parameters
PictureBookStudentRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| CreatedDatetime | date |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedDatetime | date |
None. |
|
| UpdatedBy | string |
None. |
|
| StudentId | string |
None. |
|
| BookId | string |
None. |
|
| Score | integer |
None. |
|
| HomeworkId | integer |
None. |
|
| CompetitionId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreatedDatetime": "2025-12-06T14:52:37.1448457+08:00",
"CreatedBy": "sample string 2",
"UpdatedDatetime": "2025-12-06T14:52:37.1448457+08:00",
"UpdatedBy": "sample string 4",
"StudentId": "sample string 5",
"BookId": "sample string 6",
"Score": 7,
"HomeworkId": 8,
"CompetitionId": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.