PUT api/v1/application_JAMB/{applicationNumber}/applicationNumber
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applicationNumber | string |
Required |
Body Parameters
Application_JAMBVM| Name | Description | Type | Additional information |
|---|---|---|---|
| jambId | integer |
None. |
|
| studentId | integer |
None. |
|
| examYear | string |
None. |
|
| centerNumber | string |
None. |
|
| centerName | string |
None. |
|
| examNumber | string |
None. |
|
| setupSubjectId | integer |
None. |
|
| scores | integer |
None. |
|
| centerAddress | string |
None. |
|
| dateCreated | date |
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. |
|
| useOfEnglishScores | integer |
None. |
|
| isCompleted | boolean |
None. |
|
| firstSubjectName | string |
None. |
|
| secondSubjectName | string |
None. |
|
| thirdSubjectName | string |
None. |
|
| currentStepId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"jambId": 1,
"studentId": 1,
"examYear": "sample string 2",
"centerNumber": "sample string 3",
"centerName": "sample string 4",
"examNumber": "sample string 5",
"setupSubjectId": 1,
"scores": 1,
"centerAddress": "sample string 6",
"dateCreated": "2025-11-05T17:28:55.9811725-08:00",
"tenantId": 1,
"applicationNumber": "sample string 7",
"createdBy": 8,
"firstSubject": 1,
"firstSubjectScores": 9,
"secondSubject": 1,
"secondSubjectScores": 10,
"thirdSubject": 1,
"thirdSubjectScores": 11,
"useOfEnglishScores": 12,
"isCompleted": true,
"firstSubjectName": "sample string 13",
"secondSubjectName": "sample string 14",
"thirdSubjectName": "sample string 15",
"currentStepId": 16
}
application/xml, text/xml
Sample:
<Application_JAMBVM 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>16</currentStepId> <dateCreated>2025-11-05T17:28:55.9811725-08:00</dateCreated> <examNumber>sample string 5</examNumber> <examYear>sample string 2</examYear> <firstSubject>1</firstSubject> <firstSubjectName>sample string 13</firstSubjectName> <firstSubjectScores>9</firstSubjectScores> <isCompleted>true</isCompleted> <jambId>1</jambId> <scores>1</scores> <secondSubject>1</secondSubject> <secondSubjectName>sample string 14</secondSubjectName> <secondSubjectScores>10</secondSubjectScores> <setupSubjectId>1</setupSubjectId> <studentId>1</studentId> <tenantId>1</tenantId> <thirdSubject>1</thirdSubject> <thirdSubjectName>sample string 15</thirdSubjectName> <thirdSubjectScores>11</thirdSubjectScores> <useOfEnglishScores>12</useOfEnglishScores> </Application_JAMBVM>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.