POST api/v1/application_UndergraduateInternational
Request Information
URI Parameters
None.
Body Parameters
Application_UndergraduateInternationalVMName | Description | Type | Additional information |
---|---|---|---|
undergraduateId | integer |
None. |
|
studentId | integer |
None. |
|
yearOfGraduation | string |
None. |
|
registrationNumber | string |
None. |
|
schoolName | string |
None. |
|
programme | string |
None. |
|
olevelExamTypeId | integer |
None. |
|
cGPA | decimal number |
None. |
|
dateCreated | date |
None. |
|
schoolAddress | string |
None. |
|
tenantId | integer |
None. |
|
applicationNumber | string |
None. |
|
isCompleted | boolean |
None. |
|
directEntryTypeId | integer |
None. |
|
createdBy | integer |
None. |
|
directEntryTypeName | string |
None. |
|
currentStepId | integer |
None. |
|
olevelExamTypeName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "undergraduateId": 1, "studentId": 1, "yearOfGraduation": "sample string 2", "registrationNumber": "sample string 3", "schoolName": "sample string 4", "programme": "sample string 5", "olevelExamTypeId": 1, "cGPA": 1.1, "dateCreated": "2024-11-24T08:27:55.2065276-08:00", "schoolAddress": "sample string 6", "tenantId": 1, "applicationNumber": "sample string 7", "isCompleted": true, "directEntryTypeId": 1, "createdBy": 8, "directEntryTypeName": "sample string 9", "currentStepId": 10, "olevelExamTypeName": "sample string 11" }
application/xml, text/xml
Sample:
<Application_UndergraduateInternationalVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.Application"> <applicationNumber>sample string 7</applicationNumber> <cGPA>1.1</cGPA> <createdBy>8</createdBy> <currentStepId>10</currentStepId> <dateCreated>2024-11-24T08:27:55.2065276-08:00</dateCreated> <directEntryTypeId>1</directEntryTypeId> <directEntryTypeName>sample string 9</directEntryTypeName> <isCompleted>true</isCompleted> <olevelExamTypeId>1</olevelExamTypeId> <olevelExamTypeName>sample string 11</olevelExamTypeName> <programme>sample string 5</programme> <registrationNumber>sample string 3</registrationNumber> <schoolAddress>sample string 6</schoolAddress> <schoolName>sample string 4</schoolName> <studentId>1</studentId> <tenantId>1</tenantId> <undergraduateId>1</undergraduateId> <yearOfGraduation>sample string 2</yearOfGraduation> </Application_UndergraduateInternationalVM>
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.