POST api/studentprogrammestatus/add
Request Information
URI Parameters
None.
Body Parameters
AddStudentProgrammeStatusBindingModelsName | 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": "2024-11-02T17:25:10.2023541+00:00", "completedDate": "2024-11-02T17:25:10.2023541+00:00", "futureAdditionalCount": 8, "futureCompulsoryCount": 9, "userID": 10 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |