PUT api/v1/application_Olevel/{olevelId}/olevelId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
olevelId | integer |
Required |
Body Parameters
Collection of Application_OlevelVMName | Description | Type | Additional information |
---|---|---|---|
olevelId | integer |
None. |
|
examTypeId | integer |
None. |
|
yearId | integer |
None. |
|
centerNumber | string |
None. |
|
centreName | string |
None. |
|
examNumber | string |
None. |
|
setupSubjectId | integer |
None. |
|
olevelGradeId | integer |
None. |
|
studentId | integer |
None. |
|
olevelSittingId | integer |
None. |
|
isInternationalStudent | boolean |
None. |
|
applicationNumber | string |
None. |
|
centerAddress | string |
None. |
|
isCompleted | boolean |
None. |
|
dateCreated | date |
None. |
|
tenantId | integer |
None. |
|
createdBy | integer |
None. |
|
setupSubject | string |
None. |
|
olevelGrade | string |
None. |
|
examType | string |
None. |
|
olevelSitting | string |
None. |
|
examYear | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "olevelId": 1, "examTypeId": 1, "yearId": 1, "centerNumber": "sample string 2", "centreName": "sample string 3", "examNumber": "sample string 4", "setupSubjectId": 1, "olevelGradeId": 1, "studentId": 1, "olevelSittingId": 1, "isInternationalStudent": true, "applicationNumber": "sample string 5", "centerAddress": "sample string 6", "isCompleted": true, "dateCreated": "2024-11-24T08:25:25.1569664-08:00", "tenantId": 1, "createdBy": 7, "setupSubject": "sample string 8", "olevelGrade": "sample string 9", "examType": "sample string 10", "olevelSitting": "sample string 11", "examYear": "sample string 12" }, { "olevelId": 1, "examTypeId": 1, "yearId": 1, "centerNumber": "sample string 2", "centreName": "sample string 3", "examNumber": "sample string 4", "setupSubjectId": 1, "olevelGradeId": 1, "studentId": 1, "olevelSittingId": 1, "isInternationalStudent": true, "applicationNumber": "sample string 5", "centerAddress": "sample string 6", "isCompleted": true, "dateCreated": "2024-11-24T08:25:25.1569664-08:00", "tenantId": 1, "createdBy": 7, "setupSubject": "sample string 8", "olevelGrade": "sample string 9", "examType": "sample string 10", "olevelSitting": "sample string 11", "examYear": "sample string 12" } ]
application/xml, text/xml
Sample:
<ArrayOfApplication_OlevelVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <Application_OlevelVM> <applicationNumber>sample string 5</applicationNumber> <centerAddress>sample string 6</centerAddress> <centerNumber>sample string 2</centerNumber> <centreName>sample string 3</centreName> <createdBy>7</createdBy> <dateCreated>2024-11-24T08:25:25.1569664-08:00</dateCreated> <examNumber>sample string 4</examNumber> <examType>sample string 10</examType> <examTypeId>1</examTypeId> <examYear>sample string 12</examYear> <isCompleted>true</isCompleted> <isInternationalStudent>true</isInternationalStudent> <olevelGrade>sample string 9</olevelGrade> <olevelGradeId>1</olevelGradeId> <olevelId>1</olevelId> <olevelSitting>sample string 11</olevelSitting> <olevelSittingId>1</olevelSittingId> <setupSubject>sample string 8</setupSubject> <setupSubjectId>1</setupSubjectId> <studentId>1</studentId> <tenantId>1</tenantId> <yearId>1</yearId> </Application_OlevelVM> <Application_OlevelVM> <applicationNumber>sample string 5</applicationNumber> <centerAddress>sample string 6</centerAddress> <centerNumber>sample string 2</centerNumber> <centreName>sample string 3</centreName> <createdBy>7</createdBy> <dateCreated>2024-11-24T08:25:25.1569664-08:00</dateCreated> <examNumber>sample string 4</examNumber> <examType>sample string 10</examType> <examTypeId>1</examTypeId> <examYear>sample string 12</examYear> <isCompleted>true</isCompleted> <isInternationalStudent>true</isInternationalStudent> <olevelGrade>sample string 9</olevelGrade> <olevelGradeId>1</olevelGradeId> <olevelId>1</olevelId> <olevelSitting>sample string 11</olevelSitting> <olevelSittingId>1</olevelSittingId> <setupSubject>sample string 8</setupSubject> <setupSubjectId>1</setupSubjectId> <studentId>1</studentId> <tenantId>1</tenantId> <yearId>1</yearId> </Application_OlevelVM> </ArrayOfApplication_OlevelVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.