POST api/v1/application_IJMB
Request Information
URI Parameters
None.
Body Parameters
Application_IJMBVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ijmbId | integer |
None. |
|
| studentId | integer |
None. |
|
| examYear | string |
None. |
|
| centerNumber | string |
None. |
|
| centerName | string |
None. |
|
| examNumber | string |
None. |
|
| setupSubjectId | integer |
None. |
|
| pointScored | integer |
None. |
|
| centerAddress | string |
None. |
|
| tenantId | integer |
None. |
|
| applicationNumber | string |
None. |
|
| createdBy | integer |
None. |
|
| firstSubject | integer |
None. |
|
| firstSubjectScores | integer |
None. |
|
| secondSubject | integer |
None. |
|
| secondSubjectScores | integer |
None. |
|
| thirdSubject | integer |
None. |
|
| thirdSubjectScores | integer |
None. |
|
| isCompleted | boolean |
None. |
|
| firstSubjectName | string |
None. |
|
| secondSubjectName | string |
None. |
|
| thirdSubjectName | string |
None. |
|
| currentStepId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ijmbId": 1,
"studentId": 1,
"examYear": "sample string 2",
"centerNumber": "sample string 3",
"centerName": "sample string 4",
"examNumber": "sample string 5",
"setupSubjectId": 1,
"pointScored": 1,
"centerAddress": "sample string 6",
"tenantId": 1,
"applicationNumber": "sample string 7",
"createdBy": 8,
"firstSubject": 1,
"firstSubjectScores": 1,
"secondSubject": 1,
"secondSubjectScores": 1,
"thirdSubject": 1,
"thirdSubjectScores": 1,
"isCompleted": true,
"firstSubjectName": "sample string 9",
"secondSubjectName": "sample string 10",
"thirdSubjectName": "sample string 11",
"currentStepId": 12
}
application/xml, text/xml
Sample:
<Application_IJMBVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <applicationNumber>sample string 7</applicationNumber> <centerAddress>sample string 6</centerAddress> <centerName>sample string 4</centerName> <centerNumber>sample string 3</centerNumber> <createdBy>8</createdBy> <currentStepId>12</currentStepId> <examNumber>sample string 5</examNumber> <examYear>sample string 2</examYear> <firstSubject>1</firstSubject> <firstSubjectName>sample string 9</firstSubjectName> <firstSubjectScores>1</firstSubjectScores> <ijmbId>1</ijmbId> <isCompleted>true</isCompleted> <pointScored>1</pointScored> <secondSubject>1</secondSubject> <secondSubjectName>sample string 10</secondSubjectName> <secondSubjectScores>1</secondSubjectScores> <setupSubjectId>1</setupSubjectId> <studentId>1</studentId> <tenantId>1</tenantId> <thirdSubject>1</thirdSubject> <thirdSubjectName>sample string 11</thirdSubjectName> <thirdSubjectScores>1</thirdSubjectScores> </Application_IJMBVM>
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.