Skip to content

Commit 782d7e8

Browse files
authored
Update educationsubmission.md
1 parent d325fc0 commit 782d7e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api-reference/v1.0/resources/educationsubmission.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ If [setUpResourcesFolder](../api/educationsubmission-setupResourcesFolder.md) ha
3838
## Properties
3939
| Property | Type |Description|
4040
|:---------------|:--------|:----------|
41-
|id|String|Unique identifier for the submission.|
4241
|excusedBy|[identitySet](identityset.md)| The user that marked the submission as excused.|
4342
|excusedDateTime|DateTimeOffset|The time that the submission was excused. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.|
43+
|id|String|Unique identifier for the submission.|
4444
|reassignedBy|[identitySet](identityset.md)|User who moved the status of this submission to reassigned.|
4545
|reassignedDateTime|DateTimeOffset|Moment in time when the submission was reassigned. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.|
4646
|recipient|[educationSubmissionRecipient](educationsubmissionrecipient.md)|Who this submission is assigned to.|
@@ -77,6 +77,8 @@ The following JSON representation shows the resource type.
7777

7878
```json
7979
{
80+
"excusedBy": {"@odata.type":"microsoft.graph.identitySet"},
81+
"excusedDateTime": "String (timestamp)",
8082
"id": "String (identifier)",
8183
"reassignedBy": {"@odata.type":"microsoft.graph.identitySet"},
8284
"reassignedDateTime": "String (timestamp)",

0 commit comments

Comments
 (0)