Skip to content

Commit 1911955

Browse files
committed
Update Aeries.json
1 parent b9b7a94 commit 1911955

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Aeries.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,29 +196,29 @@
196196
"method": "post",
197197
"call": {
198198
"mode": "normal",
199-
"path": "/api/v5/UpdateSchoolSupplemental/{SchoolCode}/{StudentID}"
199+
"path": "/api/v5/UpdateSchoolSupplemental/{SchoolCode}/{StudentNumber}"
200200
},
201201
"query_parameters": {
202202
},
203203
"body":{
204-
"Columns": {
204+
"_nim_merge_attributes_": false,
205+
"Columns": {
205206
"ColumnCode": "STE",
206207
"NewValue": "{StudentEmailAddress}"
207208
}
208209
},
209-
"semantics": "update",
210210
"resource_allowance_default": "prohibited",
211211
"resource_mandatory": [
212212
"SchoolCode",
213-
"StudentID",
213+
"StudentNumber",
214214
"StudentEmailAddress"
215215
]
216216
},
217217
"studentUpdateSchoolSupplemental": {
218218
"method": "post",
219219
"call": {
220220
"mode": "normal",
221-
"path": "/api/v5/UpdateSchoolSuppelmental/{SchoolCode}/{StudentNumber}"
221+
"path": "/api/v5/UpdateSchoolSupplemental/{SchoolCode}/{StudentNumber}"
222222
},
223223
"query_parameters": {},
224224
"body": {
@@ -998,4 +998,4 @@
998998
"connection": {
999999
"items": []
10001000
}
1001-
}
1001+
}

0 commit comments

Comments
 (0)