Skip to content

Commit c87da40

Browse files
authored
Update Aeries.json
1 parent 5c5cb26 commit c87da40

1 file changed

Lines changed: 25 additions & 3 deletions

File tree

Aeries.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,30 @@
191191
"resource_mandatory": [
192192
"StudentID"
193193
]
194-
},
195-
"studentUpdateSchoolSupplemental": {
194+
},
195+
"students_updateEmail": {
196+
"method": "post",
197+
"call": {
198+
"mode": "normal",
199+
"path": "/api/v5/UpdateSchoolSupplemental/{SchoolCode}/{StudentID}"
200+
},
201+
"query_parameters": {
202+
},
203+
"body":{
204+
"Columns": {
205+
"ColumnCode": "STE",
206+
"NewValue": "{StudentEmailAddress}"
207+
}
208+
},
209+
"semantics": "update",
210+
"resource_allowance_default": "prohibited",
211+
"resource_mandatory": [
212+
"SchoolCode",
213+
"StudentID",
214+
"StudentEmailAddress"
215+
]
216+
},
217+
"studentUpdateSchoolSupplemental": {
196218
"method": "post",
197219
"call": {
198220
"mode": "normal",
@@ -215,7 +237,7 @@
215237
"ColumnCode",
216238
"NewValue"
217239
]
218-
}
240+
}
219241
},
220242
"parameters": {},
221243
"key": "StudentID",

0 commit comments

Comments
 (0)