DELETE api/studentProgrammeStatus?needToUpdated={needToUpdated}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| needToUpdated | boolean |
Required |
Body Parameters
AddStudentProgrammeStatusBindingModels| Name | Description | Type | Additional information |
|---|---|---|---|
| programmeID | integer |
Required Range: inclusive between 0 and 2147483647 |
|
| studentID | integer |
Required Range: inclusive between 0 and 2147483647 |
|
| tierID | integer |
Required Range: inclusive between 0 and 2147483647 |
|
| tierName | string |
None. |
|
| locationID | integer |
Required Range: inclusive between 0 and 2147483647 |
|
| additionalCompleted | integer |
None. |
|
| compulsoryCompleted | integer |
None. |
|
| isCompleted | boolean |
None. |
|
| futureCompleteDate | date |
None. |
|
| completedDate | date |
None. |
|
| futureAdditionalCount | integer |
None. |
|
| futureCompulsoryCount | integer |
None. |
|
| userID | integer |
Required Range: inclusive between 0 and 2147483647 |
Request Formats
application/json, text/json
Sample:
{
"programmeID": 1,
"studentID": 2,
"tierID": 3,
"tierName": "sample string 4",
"locationID": 1,
"additionalCompleted": 5,
"compulsoryCompleted": 6,
"isCompleted": true,
"futureCompleteDate": "2025-12-16T21:42:50.4597977+00:00",
"completedDate": "2025-12-16T21:42:50.4597977+00:00",
"futureAdditionalCount": 8,
"futureCompulsoryCount": 9,
"userID": 10
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true