PUT api/PictureBookStudentRecord/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
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:55:00.5164889+08:00",
"CreatedBy": "sample string 2",
"UpdatedDatetime": "2025-12-06T14:55:00.5164889+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
booleanResponse Formats
application/json, text/json
Sample:
true