PUT api/v1/mIS_StudentAdmissionNumber/{studentAdmissionNumberId}/studentAdmissionNumberId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentAdmissionNumberId | integer |
Required |
Body Parameters
MIS_StudentAdmissionNumberVM| Name | Description | Type | Additional information |
|---|---|---|---|
| studentAdmissionNumberId | integer |
None. |
|
| studentId | integer |
None. |
|
| admissionNumber | string |
None. |
|
| dateCreated | date |
None. |
|
| tenantId | integer |
None. |
|
| admissionYear | string |
None. |
|
| acronym | string |
None. |
|
| createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"studentAdmissionNumberId": 1,
"studentId": 1,
"admissionNumber": "sample string 2",
"dateCreated": "2025-11-03T12:06:58.9941917-08:00",
"tenantId": 1,
"admissionYear": "sample string 3",
"acronym": "sample string 4",
"createdBy": 5
}
application/xml, text/xml
Sample:
<MIS_StudentAdmissionNumberVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <acronym>sample string 4</acronym> <admissionNumber>sample string 2</admissionNumber> <admissionYear>sample string 3</admissionYear> <createdBy>5</createdBy> <dateCreated>2025-11-03T12:06:58.9941917-08:00</dateCreated> <studentAdmissionNumberId>1</studentAdmissionNumberId> <studentId>1</studentId> <tenantId>1</tenantId> </MIS_StudentAdmissionNumberVM>
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.